diff options
| author | brian cully <bjc@spork.org> | 2025-12-29 12:27:20 -0500 |
|---|---|---|
| committer | brian cully <bjc@spork.org> | 2025-12-29 12:27:20 -0500 |
| commit | d4cb9d1f99ee2515b56bca0bb4ed3011b5d39d84 (patch) | |
| tree | de52375f2f1c464da399a6f4f52f3d98328d2ce0 /site/index.html | |
| parent | 33ff3488f89b3e89ed31780ff7ab72128abe5312 (diff) | |
| download | polyring-d4cb9d1f99ee2515b56bca0bb4ed3011b5d39d84.tar.gz polyring-d4cb9d1f99ee2515b56bca0bb4ed3011b5d39d84.zip | |
wasm: render bench results in html
Diffstat (limited to 'site/index.html')
| -rw-r--r-- | site/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/index.html b/site/index.html index e978b31..97b5997 100644 --- a/site/index.html +++ b/site/index.html @@ -24,6 +24,7 @@ <h2>bench</h2> <input name='iters' value='100000'> <button>bench</button> + <p class='results'></p> </section> <script src='./main.mjs' type='module'></script> |
