Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: lint
  • Loading branch information
indutny committed Mar 5, 2020
commit f8dc234803959eb70d61b941eaa45cf1f2cfd2e2
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async function testSingle(resolution, callback) {

// We are generous
assert(histogram.max >= 0.75 * nsSleep,
`${histogram.max} must be greater or equal to ${0.75 * nsSleep}`);
`${histogram.max} must be greater or equal to ${0.75 * nsSleep}`);
}

histogram.disable();
Expand Down