Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydata/numexpr
/ bench.py
File
bench.py
bench/bench.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# Setup number of cores and associated environment variables
2
n_cores = 8
3
import
os
4
os.environ[
'NUMBA_NUM_THREADS'
] = str(n_cores)
Callers
nothing calls this directly
Calls
3
Case
Class · 0.85
print_results
Method · 0.80
run
Method · 0.45
Tested by
no test coverage detected