Skip to content

Commit 18e0872

Browse files
committed
Benchmarks
1 parent da30036 commit 18e0872

File tree

1 file changed

+2
-1
lines changed
  • benchmarks/benchmark-fiat-crypto

1 file changed

+2
-1
lines changed

benchmarks/benchmark-fiat-crypto/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ bench:
1010
$(MAKE) perform COMPILER=wasm_of_ocaml EXTRA_ARGS="" KIND=wasm
1111
@date -u +"%FT%TZ - $(NAME): done"
1212

13+
# Add --source-map back once we support source-map in wasm binary file.
1314
perform: bedrock2_fiat_crypto.byte
14-
/usr/bin/time -f "%E %R" $(COMPILER) --debug times --source-map $(EXTRA_ARGS) $< -o out.js 2>&1 | \
15+
/usr/bin/time -f "%E %R" $(COMPILER) --debug times $(EXTRA_ARGS) $< -o out.js 2>&1 | \
1516
ocaml -I +str str.cma ../utils/compilation_metrics.ml $(COMPILER) $(NAME) out.js | \
1617
sh ../utils/aggregate.sh $(KIND)
1718

0 commit comments

Comments
 (0)