We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf364ee commit adc947eCopy full SHA for adc947e
benchmarks/Makefile
@@ -17,11 +17,11 @@ bench:
17
@date -u +"%FT%TZ - Installing dependencies"
18
opam pin -yn --with-version=dev ..
19
opam install -y wasm_of_ocaml-compiler js_of_ocaml-ppx gen_js_api brr
20
- $(MAKE) microbenchmarks
21
- $(MAKE) -C benchmark-fiat-crypto bench
22
- $(MAKE) -C benchmark-ocamlc bench
23
- $(MAKE) -C benchmark-partial-render-table bench
24
- $(MAKE) -C benchmark-camlboy bench
+ #$(MAKE) microbenchmarks
+ #$(MAKE) -C benchmark-fiat-crypto bench
+ #$(MAKE) -C benchmark-ocamlc bench
+ #$(MAKE) -C benchmark-partial-render-table bench
+ #$(MAKE) -C benchmark-camlboy bench
25
$(MAKE) -C benchmark-others bench # To try later!
26
27
microbenchmarks:
0 commit comments