MCPcopy 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
67class Summarizer:

Callers 1

run_benchmarksMethod · 0.45

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected