Skip to content

Commit c3e07a2

Browse files
committed
typos
1 parent 8991318 commit c3e07a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zaplib/examples/benchmark_json/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
<body style="margin: 0; overflow: hidden">
2828
<h1><a href="https://zaplib.com">Zaplib</a> (rust/wasm) vs JS: 100mb JSON parsing</h1>
2929
<p>
30-
This benchmark was adapted from <a href="https://github.com/kostya/benchmarks#json">kostya/benchmarks</a>, but adapted to work for JS (web) vs Zaplib (rust/wasm).
30+
This benchmark was adapted from <a href="https://github.com/kostya/benchmarks#json">kostya/benchmarks</a> to work for JS (web) vs Zaplib (rust/wasm).
3131
</p>
3232
<p>
33-
To re-generate the json file locally, run the generate_json.rb file in this directory.
33+
To re-generate the json file locally, run the <code>generate_json.rb</code> file in this directory.
3434
</p>
3535
<p>
3636
It would be interesting augment the Rust benchmark with a simd-powered parsing library, but I wasn't able to get one to compile on my M1 mac... yet!

0 commit comments

Comments
 (0)