From b764479b83bd656713969e7ff085f499953e10c6 Mon Sep 17 00:00:00 2001 From: Phus Lu Date: Mon, 2 Dec 2024 19:06:52 +0800 Subject: [PATCH] Update README.md --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index d964d3c..508eac0 100644 --- a/README.md +++ b/README.md @@ -497,6 +497,37 @@ PASS ok command-line-arguments 100.932s ``` +In an idle 48C256G real server, with zipfian read (99%) and randomly write(1%) +``` +goos: linux +goarch: amd64 +cpu: Intel(R) Xeon(R) Silver 4116 CPU @ 2.10GHz +BenchmarkHashicorpSetGet +BenchmarkHashicorpSetGet-8 7095423 734.3 ns/op 2 B/op 0 allocs/op +BenchmarkCloudflareSetGet +BenchmarkCloudflareSetGet-8 50383348 157.0 ns/op 16 B/op 1 allocs/op +BenchmarkEcacheSetGet +BenchmarkEcacheSetGet-8 59862337 95.78 ns/op 2 B/op 0 allocs/op +BenchmarkLxzanSetGet +BenchmarkLxzanSetGet-8 59537510 119.6 ns/op 0 B/op 0 allocs/op +BenchmarkFreelruSetGet +BenchmarkFreelruSetGet-8 45581983 136.8 ns/op 0 B/op 0 allocs/op +BenchmarkPhusluSetGet +BenchmarkPhusluSetGet-8 64245158 94.42 ns/op 0 B/op 0 allocs/op +BenchmarkNoTTLSetGet +BenchmarkNoTTLSetGet-8 68797148 87.58 ns/op 0 B/op 0 allocs/op +BenchmarkCcacheSetGet +BenchmarkCcacheSetGet-8 8563684 713.8 ns/op 31 B/op 2 allocs/op +BenchmarkRistrettoSetGet +BenchmarkRistrettoSetGet-8 53229880 110.9 ns/op 28 B/op 1 allocs/op +BenchmarkTheineSetGet +BenchmarkTheineSetGet-8 13085137 434.7 ns/op 3 B/op 0 allocs/op +BenchmarkOtterSetGet +BenchmarkOtterSetGet-8 39519458 173.9 ns/op 8 B/op 0 allocs/op +PASS +ok command-line-arguments 120.147s +``` + ### GC scan The GC scan times as below. Check github [gcscan][gcscan] action for more results and details.