Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/duckdb/duckdb
/ add
Method
add
scripts/regression_test_python.py:66–67 ·
view source on GitHub ↗
(self, duration: float)
Source
from the content-addressed store, hash-verified
64
self.runs: List[float] = []
65
66
def
add(self, duration: float):
67
self.runs.append(duration)
68
69
def
write(self):
70
for
i, run in enumerate(self.runs):
Callers
15
load_lineitem
Method · 0.95
run_tpch
Method · 0.95
benchmark
Method · 0.95
benchmark
Method · 0.95
benchmark
Method · 0.95
benchmark
Method · 0.95
find_transformer_rules
Function · 0.45
find_factory_registrations
Function · 0.45
main
Function · 0.45
parse_patch_files_and_lines
Function · 0.45
get_functions
Function · 0.45
get_settings
Function · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected