Commit f6ec1e1
authored
Update read-path layer benchmarks to consistently report throughput in Gib/s (#1397)
This updates the `prefetch_benchmark` and `download_crt` to report
throughput consistently with the `client_benchmark`. Note, the upload
path is untouched - notably, uploader benchmarks format is quite
different from these in reporting and still uses MiB/s.
### Does this change impact existing behavior?
This updates the output of the read-path benchmarks to be consistently
formatted. There's no way to switch back to the old format.
### Does this change need a changelog entry? Does it require a version
change?
No, benchmark change only.
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and I agree to the terms of
the [Developer Certificate of Origin
(DCO)](https://developercertificate.org/).
Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com>1 parent c6bc7db commit f6ec1e1
File tree
2 files changed
+6
-4
lines changed- mountpoint-s3-crt/examples
- mountpoint-s3-fs/examples
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| 252 | + | |
| 253 | + | |
252 | 254 | | |
253 | | - | |
| 255 | + | |
254 | 256 | | |
255 | 257 | | |
256 | 258 | | |
257 | | - | |
| 259 | + | |
258 | 260 | | |
259 | 261 | | |
260 | 262 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
0 commit comments