Skip to content

Commit 4b09665

Browse files
committed
just two runs?
1 parent 2e9e5e4 commit 4b09665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/node-overhead-gh-action/lib/getOverheadMeasurements.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ async function getOverheadMeasurements() {
138138

139139
export async function getAveragedOverheadMeasurements() {
140140
const results = [];
141-
for (let i = 0; i < 3; i++) {
141+
for (let i = 0; i < 2; i++) {
142142
const result = await getOverheadMeasurements();
143143
results.push(result);
144144
}

0 commit comments

Comments
 (0)