We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da30036 commit 18e0872Copy full SHA for 18e0872
benchmarks/benchmark-fiat-crypto/Makefile
@@ -10,8 +10,9 @@ bench:
10
$(MAKE) perform COMPILER=wasm_of_ocaml EXTRA_ARGS="" KIND=wasm
11
@date -u +"%FT%TZ - $(NAME): done"
12
13
+# Add --source-map back once we support source-map in wasm binary file.
14
perform: bedrock2_fiat_crypto.byte
- /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 | \
16
ocaml -I +str str.cma ../utils/compilation_metrics.ml $(COMPILER) $(NAME) out.js | \
17
sh ../utils/aggregate.sh $(KIND)
18
0 commit comments