Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ reset
Method
reset
scripts/performance/benchmark_utils.py:60–64 ·
view source on GitHub ↗
Resets the stored list of execution results.
(self)
Source
from the content-addressed store, hash-verified
58
return
list(self._benchmark_results.values())
59
60
def
reset(self):
61
""
"
62
Resets the stored list of execution results.
63
""
"
64
self._benchmark_results.clear()
65
66
67
class
Summarizer:
Callers
1
run_benchmarks
Method · 0.45
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected