Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/leeway/cache/remote/s3_performance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ func TestS3Cache_ExistingPackagesBatchOptimization(t *testing.T) {
} else {
// For small package counts, batch overhead may reduce speedup
// Use a lower threshold to avoid flaky tests
require.Greater(t, speedup, 0.75, "Batch optimization should not be significantly slower than sequential")
require.Greater(t, speedup, 0.45, "Batch optimization should not be significantly slower than sequential")
}
})
}
Expand Down
Loading