Skip to content

Commit 90566fc

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
extend benchmark run time
1 parent 6d77160 commit 90566fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bench:
1313
go test -bench=. -benchmem
1414

1515
benchmark:
16-
@cd benchmarks && go test -run=TestBenchmarkSuite -v -timeout=300s
16+
@cd benchmarks && go test -run=TestBenchmarkSuite -v -timeout=600s
1717

1818
clean:
1919
go clean -testcache

benchmarks/benchmark_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ func BenchmarkLRUSet(b *testing.B) { benchLRUSet(b) }
543543
// Concurrent Throughput Benchmarks
544544
// =============================================================================
545545

546-
const concurrentDuration = 2 * time.Second
546+
const concurrentDuration = 4 * time.Second
547547

548548
type concurrentResult struct {
549549
name string

0 commit comments

Comments
 (0)