summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorSayed Adel <seiko@imavr.com>2020-11-10 16:16:50 +0000
committerSayed Adel <seiko@imavr.com>2021-04-22 23:58:02 +0200
commit472b152fdaad523b451410165f126b473f6de0df (patch)
treefbb184060a0cd6949c15169e9c70964cae60afb3 /benchmarks
parentec912112407ece5f6269040ffde0a5cffc840e12 (diff)
downloadnumpy-472b152fdaad523b451410165f126b473f6de0df.tar.gz
ENH: add new function `_opt_info()` to utils provides the optimization info of NumPy build
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/benchmarks/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/benchmarks/__init__.py b/benchmarks/benchmarks/__init__.py
index 50dd0898c..7b9f1d3e6 100644
--- a/benchmarks/benchmarks/__init__.py
+++ b/benchmarks/benchmarks/__init__.py
@@ -47,7 +47,7 @@ def dirty_lock(lock_name, lock_on_count=1):
pass
return False
+
# FIXME: there's no official way to provide extra information to the test log
if not dirty_lock("print_cpu_features.lock"):
show_cpu_features()
-