Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added note for the requirement of an Internet connection for the benchmarks
  • Loading branch information
4kills authored Jul 12, 2020
1 parent 64adacf commit 951b964
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,14 @@ The benchmarks were executed on different hardware and operating systems, includ

These benchmarks compare this library (blue) to the go standard library (yellow) and show that this library performs better in all cases.

<details>

<summary> (A note regarding testing on your machine) </summary>

Please note that you will need an Internet connection for some of the benchmarks to function. This is because these benchmarks will download the mc packets from [here](https://github.com/4kills/zlib_benchmark) and temporarily store them in memory for the duration of the benchmark tests, so this repository won't have to include the data in order save space on your machine and to make it a lightweight library.

</details>

## Compression

![compression total](https://i.imgur.com/CPjYJQQ.png)
Expand Down

0 comments on commit 951b964

Please sign in to comment.