Commit 191b24f
committed
Add four benchmarks from JetStream 3: richards, quicksort, hashset, gcc-loops.
These benchmarks are included in [JetStream], which is nominally a
browser JavaScript benchmark but which in recent times has started to
include JS+Wasm benchmarks. I picked several of the Wasm benchmarks that
are entirely or almost entirely in Wasm, with only the barest of JS
wrappers, and tweaked them to build on WASI instead. Then I added the
Sightglass-specific benchmark begin/end hook calls.
The original source files for these benchmarks remain under their
original licenses. A license exception for inclusion of files under
licenses other than `Apache-2.0 WITH LLVM-exception` (the BA's default
license) was granted by the Bytecode Alliance board [here], and all
files added in this PR are under `benchmarks/` and thus fit within that
exception.
[JetStream]: https://github.com/webkit/jetstream
[here]: bytecodealliance/governance#1371 parent f888169 commit 191b24f
File tree
19 files changed
+14745
-0
lines changed- benchmarks
- gcc-loops
- hashset
- quicksort
- richards
19 files changed
+14745
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
Binary file not shown.
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments