MCPcopy 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_lineitemMethod · 0.95
run_tpchMethod · 0.95
benchmarkMethod · 0.95
benchmarkMethod · 0.95
benchmarkMethod · 0.95
benchmarkMethod · 0.95
find_transformer_rulesFunction · 0.45
mainFunction · 0.45
get_functionsFunction · 0.45
get_settingsFunction · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected