(rate, elapsed)
| 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 | |
| 304 | function nanoSecondsToString(bigint) { |