| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 37e9092 commit 99ee5e4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -619,8 +619,8 @@ class Test extends AsyncResource { | |||
| 619 | 619 | } | |
| 620 | 620 | ||
| 621 | 621 | #duration() { | |
| 622 | - // Duration is recorded in BigInt nanoseconds. Convert to seconds. | ||
| 623 | - return Number(this.endTime - this.startTime) / 1_000_000_000; | ||
| 622 | + // Duration is recorded in BigInt nanoseconds. Convert to milliseconds. | ||
| 623 | + return Number(this.endTime - this.startTime) / 1_000_000; | ||
| 624 | 624 | } | |
| 625 | 625 | ||
| 626 | 626 | report() { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments