Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chunking size benchmark to docs #539

Merged
merged 2 commits into from
Sep 14, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion docs/benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,22 @@ Benchmark setup:
* File size: 70 GB
* Number of Skyplane VMs: 8

## Benchmark: Impact of Chunk Sizes on Transfer time and Throughput

In this benchmark, we measure the transfer speed and throughput of a transfer with 100 roughly 140 MB files.
|Chunk Size| Time | Throughput |
| --- | --- | ---- |
| 5 MiB | 81.91 s | 1.36 Gbps |
|8 MiB| 34.64 s | 3.23 Gbps |
|16 MiB| 19.47 s | 5.74 Gbps |
|32 MiB| 19.89 s | 5.62 Gbps |
|64 MiB | 16.17 s | 6.91 Gbps |
| 128 MiB | 18.20 s | 6.14 Gbps |


## Instructions to replicate benchmarks
To replicate select benchmarks, see the following guide:
```{toctree}

benchmark_replicate
```
```