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

Method report

benchmark/common.js:293–301  ·  view source on GitHub ↗
(rate, elapsed)

Source from the content-addressed store, hash-verified

291 }
292
293 report(rate, elapsed) {
294 sendResult({
295 name: this.name,
296 conf: this.config,
297 rate,
298 time: nanoSecondsToString(elapsed),
299 type: 'report',
300 });
301 }
302}
303
304function nanoSecondsToString(bigint) {

Calls 2

sendResultFunction · 0.85
nanoSecondsToStringFunction · 0.85

Tested by 3

MainFunction · 0.36
tearDownClassMethod · 0.36
tearDownClassMethod · 0.36