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

Method startSubqueue

benchmark/_benchmark_progress.js:56–64  ·  view source on GitHub ↗
(data, index)

Source from the content-addressed store, hash-verified

54 }
55
56 startSubqueue(data, index) {
57 // This subqueue is generated by a new benchmark
58 if (data.name !== this.currentFile || index === this.kStartOfQueue) {
59 this.currentFile = data.name;
60 this.scheduledConfig = data.queueLength;
61 }
62 this.completedConfig = 0;
63 this.updateProgress();
64 }
65
66 completeConfig() {
67 this.completedConfig++;

Callers 1

compare.jsFile · 0.80

Calls 1

updateProgressMethod · 0.95

Tested by

no test coverage detected