Skip to content

Commit

Permalink
Fix benchmark table
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Sep 18, 2024
1 parent dab3354 commit ed629c2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions peps/pep-0757.rst
Original file line number Diff line number Diff line change
Expand Up @@ -354,15 +354,15 @@ Benchmark:
Results on Linux Fedora 40 with CPU isolation, Python built in release
mode:

+----------------+------------+-----------------------+
| Benchmark | ref_import | pep757 |
+================+============+=======================+
| 1<<7 | 56.7 ns | 56.2 ns: 1.01x faster |
+----------------+------------+-----------------------+
| 1<<300 | 191 ns | 213 ns: 1.12x slower |
+----------------+------------+-----------------------+
| Geometric mean | (ref) | 1.03x slower |
+----------------+------------+-----------------------+
+----------------+---------+-----------------------+
| Benchmark | ref | pep757 |
+================+=========+=======================+
| 1<<7 | 56.7 ns | 56.2 ns: 1.01x faster |
+----------------+---------+-----------------------+
| 1<<300 | 191 ns | 213 ns: 1.12x slower |
+----------------+---------+-----------------------+
| Geometric mean | (ref) | 1.03x slower |
+----------------+---------+-----------------------+

Benchmark hidden because not significant (2): 1<<38, 1<<3000.

Expand Down

0 comments on commit ed629c2

Please sign in to comment.