Skip to content

Commit 265c534

Browse files
committed
more typos
1 parent c3e07a2 commit 265c534

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
@@ -36,7 +36,7 @@ <h1><a href="https://zaplib.com">Zaplib</a> (rust/wasm) vs JS: 100mb JSON parsin
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!
3737
</p>
3838
<p>
39-
You may notice that the Zaplib benchmark runs about 2x as <em>slow</em> if the devtools are open. We don't exactly know why this is – likely it's a debug or profiling mode that gets enabled.
39+
You may notice that the Zaplib benchmark runs about 2x <em>slower</em> (about the same time as the JS) if the devtools are open. We don't exactly know why this is – likely it's a debug or profiling mode that gets enabled.
4040
</p>
4141
<table>
4242
<tr>
@@ -45,7 +45,7 @@ <h1><a href="https://zaplib.com">Zaplib</a> (rust/wasm) vs JS: 100mb JSON parsin
4545
<th>Compute Time (ms</th>
4646
</tr>
4747
<tr>
48-
<td>JavaScript (JSON.parse)</td>
48+
<td>JavaScript (<code>JSON.parse</code>)</td>
4949
<td id="js-parsing"></td>
5050
<td id="js-compute"></td>
5151
</tr>

0 commit comments

Comments
 (0)