Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ setup
Method
setup
benchmarks/benchmarks/bench_io.py:63–64 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
61
62
class
Savez(Benchmark):
63
def
setup(self):
64
self.squares = get_squares()
65
66
def
time_vb_savez_squares(self):
67
np.savez(
'tmp.npz'
, **self.squares)
Callers
nothing calls this directly
Calls
1
get_squares
Function · 0.85
Tested by
no test coverage detected