Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spikebike authored Feb 9, 2024
1 parent 8d156f5 commit 92d375b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@ Next to implement:
* Uploading blobs to server with protobufs (example protobuf code in examples/client-server-tls-proto

Idea on perf, backing up 9GB of 256MB files on a Ryzen 7900 (non-x):

```
1 threads 9.00GB 446.11MB/sec in 20.66 seconds
2 threads 9.00GB 857.20MB/sec in 10.75 seconds
4 threads 9.00GB 1.62GB/sec in 5.56 seconds
8 threads 9.00GB 2.85GB/sec in 3.16 seconds
12 threads 9.00GB 4.42GB/sec in 2.04 seconds
24 threads 9.00GB 5.71GB/sec in 1.58 seconds
```

So in with 24 threads in 1.58 seconds:
* 9GB of plaintext was read, likely mostly from a warm cache
Expand Down

0 comments on commit 92d375b

Please sign in to comment.