141141 < p >
142142 The < span style ="color: var(--text-color-very-subtle); "> greyed-out workloads</ span > are not run by default but can be manually enabled on the command-line or via
143143 the < code > ?test=</ code > URL parameter.
144+ You can also click on the workload name to run that one individually, or on tags to run all workloads with a certain tag.
144145 </ p >
145146
146147 < dl id ="workload-details ">
220221 A similar version of this benchmark was previously published in the Web Tooling Benchmark.
221222 Source code: < a href ="web-tooling-benchmark/browser.js "> babylon.js</ a >
222223 </ dd >
223- < dt id ="babylonjs-scene-es5 " class =" non-default " > babylonjs-scene-es5</ dt >
224+ < dt id ="babylonjs-scene-es5 "> babylonjs-scene-es5</ dt >
224225 < dt id ="babylonjs-scene-es6 "> babylonjs-scene-es6</ dt >
225- < dt id ="babylonjs-startup-es5 " class =" non-default " > babylonjs-startup-es5</ dt >
226+ < dt id ="babylonjs-startup-es5 "> babylonjs-startup-es5</ dt >
226227 < dt id ="babylonjs-startup-es6 "> babylonjs-startup-es6</ dt >
227228 < dd > TODO</ dd >
228229 < dt id ="Basic "> Basic</ dt >
@@ -235,14 +236,14 @@ <h3>
235236 This benchmark was previously published in ARES-6.
236237 Source code: < a href ="ARES-6/Basic "> Basic</ a >
237238 </ dd >
238- < dt id ="bigint-bigdenary " class =" non-default " > bigint-bigdenary</ dt >
239+ < dt id ="bigint-bigdenary "> bigint-bigdenary</ dt >
239240 < dd >
240241 < a href ="https://github.com/uzyn/bigdenary "> BigDenary</ a > , an arbitrary-precision
241242 decimal arithmetic, implemented in JavaScript by U-Zyn Chua.
242243 Tests arithmetic operations on BigInt.
243244 Source code: < a href ="bigint/bigdenary-bundle.js "> bigdenary-bundle.js</ a >
244245 </ dd >
245- < dt id ="bigint-noble-bls12-381 " class =" non-default " > bigint-noble-bls12-381</ dt >
246+ < dt id ="bigint-noble-bls12-381 "> bigint-noble-bls12-381</ dt >
246247 < dd >
247248 < a href ="https://hackmd.io/@benjaminion/bls12-381 "> BLS12-381</ a > , pairing-friendly
248249 Barreto-Lynn-Scott elliptic curve construction,
@@ -258,15 +259,15 @@ <h3>
258259 by Paul Miller. Tests typed arrays and arithmetic operations on BigInt.
259260 Source code: < a href ="bigint/noble-ed25519-bundle.js "> noble-ed25519-bundle.js</ a >
260261 </ dd >
261- < dt id ="bigint-noble-secp256k1 " class =" non-default " > bigint-noble-secp256k1</ dt >
262+ < dt id ="bigint-noble-secp256k1 "> bigint-noble-secp256k1</ dt >
262263 < dd >
263264 < a href ="https://www.secg.org/sec2-v2.pdf "> secp256k1</ a > , an elliptic curve that could
264265 be used for asymmetric encryption, ECDH key agreement protocol and signature schemes,
265266 < a href ="https://github.com/paulmillr/noble-secp256k1 "> implemented in JavaScript</ a >
266267 by Paul Miller. Tests typed arrays and arithmetic operations on BigInt.
267268 Source code: < a href ="bigint/noble-secp256k1-bundle.js "> noble-secp256k1-bundle.js</ a >
268269 </ dd >
269- < dt id ="bigint-paillier " class =" non-default " > bigint-paillier</ dt >
270+ < dt id ="bigint-paillier "> bigint-paillier</ dt >
270271 < dd >
271272 < a href ="https://en.wikipedia.org/wiki/Paillier_cryptosystem "> Paillier cryptosystem</ a > ,
272273 a probabilistic asymmetric algorithm for public key cryptography,
310311 A similar version of this benchmark was previously published in Octane version 2.
311312 Source code: < a href ="Octane/crypto.js "> crypto.js</ a >
312313 </ dd >
313- < dt id ="Dart-flute-complex-wasm " class =" non-default " > Dart-flute-complex-wasm</ dt >
314+ < dt id ="Dart-flute-complex-wasm "> Dart-flute-complex-wasm</ dt >
314315 < dt id ="Dart-flute-todomvc-wasm "> Dart-flute-todomvc-wasm</ dt >
315316 < dd >
316317 Two Dart benchmark programs compiled to WasmGC that are using a simplified version of the Flutter UI
417418 Source code: < a href ="Octane/gbemu-part1.js "> gbemu-part1.js</ a > , < a
418419 href ="Octane/gbemu-part2.js "> gbemu-part2.js</ a >
419420 </ dd >
420- < dt id ="gcc-loops-wasm " class =" non-default " > gcc-loops-wasm</ dt >
421+ < dt id ="gcc-loops-wasm "> gcc-loops-wasm</ dt >
421422 < dd >
422423 Example loops used to tune the GCC and LLVM vectorizers, compiled to WebAssembly with
423424 < a href ="https://emscripten.org "> Emscripten</ a > . The original C++ version of this benchmark was
@@ -433,14 +434,14 @@ <h3>
433434 of this benchmark was originally published as part of the WebKit test suite.
434435 Source code: < a href ="simple/hash-map.js "> hash-map.js</ a >
435436 </ dd >
436- < dt id ="HashSet-wasm " class =" non-default " > HashSet-wasm</ dt >
437+ < dt id ="HashSet-wasm "> HashSet-wasm</ dt >
437438 < dd >
438439 A WebAssembly benchmark replaying a set of hash table operations performed in WebKit when loading
439440 a web page. This benchmark was compiled from C++ to WebAssembly using < a
440441 href ="https://emscripten.org "> Emscripten</ a > .
441442 Source code: < a href ="wasm/HashSet.cpp "> HashSet.cpp</ a > , < a href ="wasm/HashSet.js "> HashSet.js</ a >
442443 </ dd >
443- < dt id ="intl " class =" non-default " > intl</ dt >
444+ < dt id ="intl "> intl</ dt >
444445 < dd > TODO</ dd >
445446 < dt id ="j2cl-box2d-wasm "> j2cl-box2d-wasm</ dt >
446447 < dd >
491492 generators.
492493 Source code: < a href ="generators/lazy-collections.js "> lazy-collections.js</ a >
493494 </ dd >
494- < dt id ="lebab-wtb " class =" non-default " > lebab-wtb</ dt >
495+ < dt id ="lebab-wtb "> lebab-wtb</ dt >
495496 < dd >
496497 < a href ="https://github.com/lebab/lebab "> Lebab</ a > transpiles ES5 code into ES6/ES7.
497498 This benchmark runs Lebab on test JavaScript programs.
559560 < dd > TODO</ dd >
560561 < dt id ="prettier-wtb "> prettier-wtb</ dt >
561562 < dd > TODO</ dd >
562- < dt id ="prismjs-startup-es5 " class =" non-default " > prismjs-startup-es5</ dt >
563+ < dt id ="prismjs-startup-es5 "> prismjs-startup-es5</ dt >
563564 < dt id ="prismjs-startup-es6 "> prismjs-startup-es6</ dt >
564565 < dd > TODO</ dd >
565566 < dt id ="proxy-mobx "> proxy-mobx</ dt >
578579 Tests get / set Proxy traps, as well as various Array methods.
579580 Source code: < a href ="proxy/vue-benchmark.js "> vue-benchmark.js</ a >
580581 </ dd >
581- < dt id ="quicksort-wasm " class =" non-default " > quicksort-wasm</ dt >
582+ < dt id ="quicksort-wasm "> quicksort-wasm</ dt >
582583 < dd >
583584 Quicksort benchmark, compiled to WebAssembly with < a href ="https://emscripten.org "> Emscripten</ a > .
584585 The original C version of this benchmark was previously published in the LLVM test suite.
799800 order of existing files.
800801 Source code: < a href ="generators/sync-file-system.js "> sync-file-system.js</ a >
801802 </ dd >
802- < dt id ="tfjs-wasm " class =" non-default " > tfjs-wasm</ dt >
803- < dt id ="tfjs-wasm-simd " class =" non-default " > tfjs-wasm-simd</ dt >
803+ < dt id ="tfjs-wasm "> tfjs-wasm</ dt >
804+ < dt id ="tfjs-wasm-simd "> tfjs-wasm-simd</ dt >
804805 < dd >
805806 Tests < a href ="https://github.com/tensorflow/tfjs "> Tensorflow.js</ a > pre-trained machine learning
806807 models supported by < a
816817 < dt id ="threejs "> threejs</ dt >
817818 < dd > </ dd >
818819 < dt id ="transformersjs-bert-wasm "> transformersjs-bert-wasm</ dt >
819- < dt id ="transformersjs-whisper-wasm " class =" non-default " > transformersjs-whisper-wasm</ dt >
820+ < dt id ="transformersjs-whisper-wasm "> transformersjs-whisper-wasm</ dt >
820821 < dd >
821822 Two machine learning tasks using the < a
822823 href ="https://huggingface.co/docs/transformers.js/en/index "> Transformers.js</ a > library, which
848849 A similar version of this benchmark was previously published in Octane version 2.
849850 Source code: < a href ="Octane/typescript.js "> typescript.js</ a >
850851 </ dd >
851- < dt id ="typescript-octane " class =" non-default " > typescript-octane</ dt >
852+ < dt id ="typescript-octane "> typescript-octane</ dt >
852853 < dd > TODO</ dd >
853854 < dt id ="UniPoker "> UniPoker</ dt >
854855 < dd >
0 commit comments