Skip to content

Commit

Permalink
add disclaimer for fairness
Browse files Browse the repository at this point in the history
  • Loading branch information
phuslu committed Apr 2, 2024
1 parent f3353e2 commit 8971bd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ func main() {

### Throughput benchmarks

*Disclaimer: This was tested on the busy GitHub runners with 8 CPUs and the results may be very different from your real environment.* [1][fairness]

A Performance result as below. Check github [benchmark][benchmark] action for more results and details.
<details>
<summary>go1.22 benchmark on keysize=16, itemsize=1000000, cachesize=50%, concurrency=8</summary>
Expand Down Expand Up @@ -897,6 +899,7 @@ For inquiries or support, contact [email protected] or raise github issues.
[release]: https://github.com/phuslu/lru/tags
[goreport-img]: https://goreportcard.com/badge/github.com/phuslu/lru
[goreport]: https://goreportcard.com/report/github.com/phuslu/lru
[fairness]: https://github.com/phuslu/lru/issues/14
[benchmark]: https://github.com/phuslu/lru/actions/workflows/benchmark.yml
[memory]: https://github.com/phuslu/lru/actions/workflows/memory.yml
[gcscan]: https://github.com/phuslu/lru/actions/workflows/gcscan.yml
Expand Down

0 comments on commit 8971bd4

Please sign in to comment.