Skip to content

Commit

Permalink
docs: add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
jerome-benoit committed Apr 14, 2024
1 parent 629472b commit 1f83fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1044,6 +1044,6 @@ export const tTable = {
// But for 95% confidence level and 80% power on samples with unknown previous standard deviation, 128 samples are recommended.
export const minimumSamples = 128;

export const defaultTime = 1_000_000_000;
export const defaultTime = 1_000_000_000; // ns

export const defaultSamples = minimumSamples;

0 comments on commit 1f83fd2

Please sign in to comment.