Skip to content

Commit 51b9794

Browse files
authored
internal: revert formatting change (#4467)
included in error in #4465
1 parent c3c368a commit 51b9794

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

resources/benchmark.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ function collectSamples(modulePath: string) {
132132
// See http://www.itl.nist.gov/div898/handbook/eda/section3/eda3672.htm.
133133
// prettier-ignore
134134
const tTable: { [v: number]: number } = {
135-
1: 12.706, 2: 4.303, 3: 3.182, 4: 2.776, 5: 2.571, 6: 2.447,
136-
7: 2.365, 8: 2.306, 9: 2.262, 10: 2.228, 11: 2.201, 12: 2.179,
137-
13: 2.16, 14: 2.145, 15: 2.131, 16: 2.12, 17: 2.11, 18: 2.101,
138-
19: 2.093, 20: 2.086, 21: 2.08, 22: 2.074, 23: 2.069, 24: 2.064,
139-
25: 2.06, 26: 2.056, 27: 2.052, 28: 2.048, 29: 2.045, 30: 2.042,
135+
1: 12.706, 2: 4.303, 3: 3.182, 4: 2.776, 5: 2.571, 6: 2.447,
136+
7: 2.365, 8: 2.306, 9: 2.262, 10: 2.228, 11: 2.201, 12: 2.179,
137+
13: 2.16, 14: 2.145, 15: 2.131, 16: 2.12, 17: 2.11, 18: 2.101,
138+
19: 2.093, 20: 2.086, 21: 2.08, 22: 2.074, 23: 2.069, 24: 2.064,
139+
25: 2.06, 26: 2.056, 27: 2.052, 28: 2.048, 29: 2.045, 30: 2.042,
140140
};
141141
const tTableInfinity = 1.96;
142142

0 commit comments

Comments
 (0)