mirror of
https://github.com/denoland/deno.git
synced 2025-08-02 10:02:23 +00:00
fix(bench): require --unstable flag in JavaScript (#14091)
This commit is contained in:
parent
53dac7451b
commit
b82ded84d3
7 changed files with 35 additions and 2 deletions
|
@ -639,6 +639,7 @@
|
|||
optionsOrFn,
|
||||
maybeFn,
|
||||
) {
|
||||
core.opSync("op_bench_check_unstable");
|
||||
let benchDef;
|
||||
const defaults = {
|
||||
ignore: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue