Skip to content

Commit 1942be2

Browse files
committed
chore: update throughput
1 parent 9f00f13 commit 1942be2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/page/Home.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -973,11 +973,11 @@ let r = query p select (c, d) from ReadyDate(c; d)
973973
<tbody>
974974
<tr>
975975
<td className="h5">Throughput (entire compiler):</td>
976-
<td className="h5 text-right text-success font-weight-bold">52,800 lines/sec</td>
976+
<td className="h5 text-right text-success font-weight-bold">60,159 lines/sec</td>
977977
</tr>
978978
<tr>
979979
<td className="h5">Throughput (frontend only):</td>
980-
<td className="h5 text-right text-success font-weight-bold">95,500 lines/sec</td>
980+
<td className="h5 text-right text-success font-weight-bold">140,382 lines/sec</td>
981981
</tr>
982982
</tbody>
983983
</table>

0 commit comments

Comments
 (0)