MCPcopy Create free account
hub / github.com/duckdb/duckdb / write

Method write

scripts/regression_test_python.py:69–71  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67 self.runs.append(duration)
68
69 def write(self):
70 for i, run in enumerate(self.runs):
71 write_result(self.name, i, run)
72
73
74class TPCHData:

Callers 6

write_resultFunction · 0.45
test_tpchFunction · 0.45
test_pandas_analyzeFunction · 0.45

Calls 1

write_resultFunction · 0.85

Tested by

no test coverage detected