Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed Oct 24, 2024
1 parent 1e1551b commit af1cc3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wasm/test/bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ bench() {
#bench "Boyer" "boyer" # unreachable: caml_compare_blocks
#bench "Boyer no exceptions" "boyer_no_exc" # unreachable: caml_compare_blocks
#bench "Hamming" "hamming" # missing value let-rec
#bench "Nucleic" "nucleic" # wrong result
#bench "Ray-Trace" "raytrace" # global init must have correct type
#bench "Splay Tree" "splay" # string_of_float is not supported

Expand All @@ -54,7 +55,6 @@ bench "Fibonacci" "fib"
bench "Knuth-Bendix" "kb"
bench "Knuth-Bendix (no exception)" "kb_no_exc"
bench "Loop" "loop"
bench "Nucleic" "nucleic"
bench "Pfannkuchen" "fannkuch"
bench "Pfannkuchen 2" "fannkuch2"
bench "Quicksort" "quicksort"
Expand Down
2 changes: 1 addition & 1 deletion wasm/test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ bench() {
#bench "Boyer" "boyer" # unreachable: caml_compare_blocks
#bench "Boyer no exceptions" "boyer_no_exc" # unreachable: caml_compare_blocks
#bench "Hamming" "hamming" # missing value let-rec
#bench "Nucleic" "nucleic" # wrong result
#bench "Ray-Trace" "raytrace" # global init must have correct type
#bench "Splay Tree" "splay" # string_of_float is not supported

Expand All @@ -89,7 +90,6 @@ bench "Fibonacci" "fib"
bench "Knuth-Bendix" "kb"
bench "Knuth-Bendix (no exception)" "kb_no_exc"
bench "Loop" "loop"
bench "Nucleic" "nucleic"
bench "Pfannkuchen" "fannkuch"
bench "Pfannkuchen 2" "fannkuch2"
bench "Quicksort" "quicksort"
Expand Down

0 comments on commit af1cc3f

Please sign in to comment.