Skip to content

Commit d9769ec

Browse files
authored
Apply suggestions from code review
1 parent c95074d commit d9769ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyperformance/data-files/benchmarks/bm_random/run_benchmark.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
"""Test the performance of random module.
22
3-
This benchmark was available as `python -m random --test` in Python 3.13.
3+
This benchmark was available as `python -m random --test` in Python 3.14.
44
5-
Authors: Guido van Rossum (original), Semyon Moroz (pyperformance port).
5+
Authors: Guido van Rossum (original),
6+
Semyon Moroz & Adam Turner (pyperformance port).
67
"""
78

89
import random

0 commit comments

Comments
 (0)