Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code-pushup/cli
/ cycle
Function
cycle
packages/utils/perf/score-report/index.ts:55–57 ·
view source on GitHub ↗
(event: Benchmark.Event)
Source
from the content-addressed store, hash-verified
53
// Add listener
54
const
listeners = {
55
cycle(event: Benchmark.Event) {
56
console.info(String(event.target));
57
},
58
complete: () => {
59
if
(typeof suite.filter ===
'function'
) {
60
console.info(
' '
);
Callers
nothing calls this directly
Calls
1
info
Method · 0.80
Tested by
no test coverage detected