Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test
  • Loading branch information
kripken committed Jul 23, 2024
commit 58eca12d58474d4530cafb3e638cd1fdfa9c36a0
4 changes: 2 additions & 2 deletions scripts/benchmarking/bench.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

// Benchmarking script. This runs on compild bench.wat and prints out timings.
//
// Usage:
//
// * wasm-opt scripts/benchmarking/bench.wat -all --inline-functions-with-loops --always-inline-max-function-size=1000 --inlining --precompute-propagate --optimize-instructions --inlining --simplify-locals --coalesce-locals --vacuum --remove-unused-module-elements -o bench.wasm -g
Expand Down Expand Up @@ -144,5 +146,3 @@ for (var benchmarker of benchmarkers) {
console.log(`${benchmarker.name} mean sum: \t${benchmarker.sum / M}`)
}

// TODO: the othre patterns too in o.diff on remote!!!1