Skip to content

Commit

Permalink
enable almabench
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed Oct 26, 2024
1 parent d47dcba commit 8372cd2
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 @@ -49,6 +49,7 @@ bench() {
#bench "Ray-Trace" "raytrace" # global init must have correct type
#bench "Splay Tree" "splay" # string_of_float is not supported

bench "Almabench" "almabench"
bench "Binary Decision Diagram" "bdd"
bench "Binary Trees" "binary_trees" # seems wrong if we uncomment the check print in loop_depths ?
bench "Fibonacci" "fib"
Expand All @@ -62,7 +63,6 @@ bench "Soli" "soli"
bench "Takc" "takc"
bench "Taku" "taku"

# bench "Almabench" "almabench" # requires --disable-flat-float-array, otherwise: global init must have correct type
# bench "Fast Fourier Transform" "fft" # requires --disable-flat-float-array illegal cast on float array, see comment in file

# bench "Pascal" "pascal" # not part of the wsoo bench suite
2 changes: 1 addition & 1 deletion wasm/test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ bench() {
#bench "Ray-Trace" "raytrace" # global init must have correct type
#bench "Splay Tree" "splay" # string_of_float is not supported

bench "Almabench" "almabench"
bench "Binary Decision Diagram" "bdd"
bench "Binary Trees" "binary_trees" # seems wrong if we uncomment the check print in loop_depths ?
bench "Fibonacci" "fib"
Expand All @@ -97,7 +98,6 @@ bench "Soli" "soli"
bench "Takc" "takc"
bench "Taku" "taku"

# bench "Almabench" "almabench" # requires --disable-flat-float-array, otherwise: global init must have correct type
# bench "Fast Fourier Transform" "fft" # requires --disable-flat-float-array illegal cast on float array, see comment in file

# bench "Pascal" "pascal" # not part of the wsoo bench suite

0 comments on commit 8372cd2

Please sign in to comment.