Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phuslu authored Dec 2, 2024
1 parent 846b232 commit b764479
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b764479

Please sign in to comment.