Skip to content

Commit

Permalink
Merge branch 'zstd_speed' of github.com:caibear/rust_serialization_be…
Browse files Browse the repository at this point in the history
…nchmark into zstd_speed
  • Loading branch information
caibear committed Mar 15, 2024
2 parents b08f8f2 + b825456 commit 3a494db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/README.md.template
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ All tests benchmark the following properties (time or size):
* **Size**: the size of the buffer when serialized
* **Zlib**: the size of the buffer after zlib compression
* **Zstd**: the size of the buffer after zstd compression
* **Zstd Time**: the time taken to compress the object with zstd
* **Zstd Time**: the time taken to compress the serialized buffer with zstd

Zero-copy deserialization libraries have an additional set of benchmarks:

Expand Down

0 comments on commit 3a494db

Please sign in to comment.