MCPcopy Index your code
hub / github.com/nodejs/node / MaxTotalDurationReachedError

Class MaxTotalDurationReachedError

deps/v8/tools/run_perf.py:1151–1153  ·  view source on GitHub ↗

Exception used to stop running tests when max total duration is reached.

Source from the content-addressed store, hash-verified

1149
1150
1151class MaxTotalDurationReachedError(Exception):
1152 """Exception used to stop running tests when max total duration is reached."""
1153 pass
1154
1155
1156def Main(argv):

Callers 1

MainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…