diff options
author | Sayed Adel <seiko@imavr.com> | 2020-11-10 16:16:50 +0000 |
---|---|---|
committer | Sayed Adel <seiko@imavr.com> | 2021-04-22 23:58:02 +0200 |
commit | 472b152fdaad523b451410165f126b473f6de0df (patch) | |
tree | fbb184060a0cd6949c15169e9c70964cae60afb3 /benchmarks | |
parent | ec912112407ece5f6269040ffde0a5cffc840e12 (diff) | |
download | numpy-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__.py | 2 |
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() - |