Skip to content

Commit fa90f11

Browse files
committed
FIX only use fasts
1 parent 1840b6a commit fa90f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/performance.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ describe('performance.test.ts', () => {
190190
docsAmount
191191
};
192192
Object.entries(totalTimes).forEach(([key, times]) => {
193-
timeToLog[key] = averageOfTimeValues(times, 80);
193+
timeToLog[key] = averageOfTimeValues(times, 90);
194194
});
195195

196196
console.log('Performance test for ' + perfStorage.description);

0 commit comments

Comments
 (0)