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