Skip to content

Commit 11f0119

Browse files
committed
re-add native speedups to bench
1 parent 974e364 commit 11f0119

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
("long plain", '"Hello, World!" * 1000'),
99
("long suffix", '"<strong>Hello, World!</strong>" + "x" * 100_000'),
1010
):
11-
for mod in "native", "rust_speedups":
11+
for mod in "native", "speedups", "rust_speedups":
1212
subprocess.run(
1313
[
1414
sys.executable,

0 commit comments

Comments
 (0)