Skip to content

Commit cb22b0d

Browse files
committed
CR
1 parent 695b57d commit cb22b0d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

benchmarks/common.ml

-4
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@ module Spec : sig
174174

175175
val js : t
176176

177-
val wasm : t
178-
179177
val byte : t
180178

181179
val opt : t
@@ -243,8 +241,6 @@ end = struct
243241

244242
let js = create "js" ".js"
245243

246-
let wasm = create "wasm" ".js"
247-
248244
let byte = create "byte" ""
249245

250246
let opt = create "opt" ""

benchmarks/run.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ let _ =
244244
let options =
245245
[ "-compile", Arg.Set compile_only, " only compiles"
246246
; "-all", Arg.Set full, " run all benchmarks"
247-
; "-effects", Arg.Set effects, " run with effect handler support (default false)"
247+
; "-effects", Arg.Set effects, " only run with effect handler support"
248248
; "-config", Arg.Set_string conf_file, "<file> use <file> as a config file"
249249
; "-fast", Arg.Unit fast_run, " perform less iterations"
250250
; "-ffast", Arg.Unit ffast_run, " perform very few iterations"

0 commit comments

Comments
 (0)