We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f807d8b commit f091be6Copy full SHA for f091be6
1 file changed
benchmark/microbench.py
@@ -365,4 +365,7 @@ def main(*benchmarks):
365
except AttributeError:
366
pass
367
368
+ import platform
369
+ print(f"Running benchmarks with Python {platform.python_version()} on {platform.platform()}")
370
+
371
main(*sys.argv[1:])
0 commit comments