We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d77160 commit 90566fcCopy full SHA for 90566fc
Makefile
@@ -13,7 +13,7 @@ bench:
13
go test -bench=. -benchmem
14
15
benchmark:
16
- @cd benchmarks && go test -run=TestBenchmarkSuite -v -timeout=300s
+ @cd benchmarks && go test -run=TestBenchmarkSuite -v -timeout=600s
17
18
clean:
19
go clean -testcache
benchmarks/benchmark_test.go
@@ -543,7 +543,7 @@ func BenchmarkLRUSet(b *testing.B) { benchLRUSet(b) }
543
// Concurrent Throughput Benchmarks
544
// =============================================================================
545
546
-const concurrentDuration = 2 * time.Second
+const concurrentDuration = 4 * time.Second
547
548
type concurrentResult struct {
549
name string
0 commit comments