There was an error while loading. Please reload this page.
1 parent 974e364 commit 11f0119Copy full SHA for 11f0119
1 file changed
bench.py
@@ -8,7 +8,7 @@
8
("long plain", '"Hello, World!" * 1000'),
9
("long suffix", '"<strong>Hello, World!</strong>" + "x" * 100_000'),
10
):
11
- for mod in "native", "rust_speedups":
+ for mod in "native", "speedups", "rust_speedups":
12
subprocess.run(
13
[
14
sys.executable,
0 commit comments