Skip to content

Commit 856b620

Browse files
chore: auto-commit generated changes
1 parent 70694a8 commit 856b620

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/orchestrator/pkg/sandbox/block/cache_bench_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ func BenchmarkCacheCreation(b *testing.B) {
126126
)
127127

128128
sizes := []int64{
129-
1 * 1024 * 1024, // 1MB
130-
100 * 1024 * 1024, // 100MB
131-
1024 * 1024 * 1024, // 1GB
129+
1 * 1024 * 1024, // 1MB
130+
100 * 1024 * 1024, // 100MB
131+
1024 * 1024 * 1024, // 1GB
132132
10 * 1024 * 1024 * 1024, // 10GB
133133
}
134134

0 commit comments

Comments
 (0)