We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac88385 commit 75db94bCopy full SHA for 75db94b
run_benchmarks.py
@@ -20,6 +20,8 @@
20
# imports for machine stats
21
import multiprocessing
22
import platform
23
+
24
+# use this to check whether benchmark needs warmup
25
from types import FunctionType
26
27
try:
0 commit comments