We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95074d commit d9769ecCopy full SHA for d9769ec
pyperformance/data-files/benchmarks/bm_random/run_benchmark.py
@@ -1,8 +1,9 @@
1
"""Test the performance of random module.
2
3
-This benchmark was available as `python -m random --test` in Python 3.13.
+This benchmark was available as `python -m random --test` in Python 3.14.
4
5
-Authors: Guido van Rossum (original), Semyon Moroz (pyperformance port).
+Authors: Guido van Rossum (original),
6
+ Semyon Moroz & Adam Turner (pyperformance port).
7
"""
8
9
import random
0 commit comments