Skip to content

Commit 157c628

Browse files
committed
remove temp debump to 1 testrun
1 parent 5e2d976 commit 157c628

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/src/testInteg/perf/getFileSha384.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface SetupResult {
2020
function performanceTestWrapper(label: string, fileSize: number) {
2121
return performanceTest(
2222
{
23-
testRuns: 1,
23+
testRuns: 10,
2424
linux: {
2525
userCpuUsage: 400,
2626
systemCpuUsage: 35,

packages/core/src/testInteg/perf/prepareRepoData.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type setupResult = {
3131
function performanceTestWrapper(numFiles: number, fileSize: number) {
3232
return performanceTest(
3333
{
34-
testRuns: 1,
34+
testRuns: 10,
3535
linux: {
3636
userCpuUsage: 150,
3737
systemCpuUsage: 35,

0 commit comments

Comments
 (0)