tig-monorepo/tig-benchmarker
2024-05-16 12:41:51 +08:00
..
src Make challenge difficulty configurable. 2024-05-13 20:53:20 +08:00
Cargo.toml Add legal docs. 2024-05-16 12:41:51 +08:00
index.html Revamp tig-benchmarker 2024-05-12 13:19:54 +08:00
index.js Revamp tig-benchmarker 2024-05-12 13:19:54 +08:00
README.md Add legal docs. 2024-05-16 12:41:51 +08:00

tig-benchmarker

A Rust crate that implements a Benchmarker for TIG that can run in the browser.

This browser benchmarker is deployed to https://play.tig.foundation/benchmarker

To run it locally, run the following commands before visiting localhost in your browser:

# uncomment below to install wasm-pack
# curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
cd tig-benchmarker
wasm-pack build --release --target web
python3 -m http.server 80

License

End User License Agreement