Skip to content

Commit 4474864

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
more benchmarking
1 parent cb9e64e commit 4474864

File tree

11 files changed

+1002
-977
lines changed

11 files changed

+1002
-977
lines changed

Makefile

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

1515
benchmark:
16-
@echo "Running benchmarks vs other Go cache libraries..."
17-
@echo "Note: External libraries are only in benchmarks/ go.mod, not main go.mod"
18-
@cd benchmarks && go test -bench=BenchmarkSpeed -benchmem -run=^$$
19-
@echo ""
20-
@echo "Running hit rate comparison (cherrypicked workload)..."
21-
@cd benchmarks && go test -run=TestFIFOvsLRU_ScanResistance -v
16+
@cd benchmarks && go test -run=TestBenchmarkSuite -v -timeout=120s
2217

2318
clean:
2419
go clean -testcache

benchmarks/benchmark_comparison_test.go

Lines changed: 0 additions & 329 deletions
This file was deleted.

0 commit comments

Comments
 (0)