-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (customBiggerIsBetter) benchmark result for 4fd8601
- Loading branch information
github-action-benchmark
committed
Mar 8, 2024
1 parent
250a756
commit adebcef
Showing
1 changed file
with
120 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,120 +1,6 @@ | ||
window.BENCHMARK_DATA = { | ||
"entries": { | ||
"Benchmark": [ | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Ankit Saurabh", | ||
"username": "sauraank" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "f090603d4cdb89f5022f69981b094c0a872ab397", | ||
"message": "Add benchmarks for S3 express one zone bucket and automate creation of files for benchmark (#779)\n\n* Add benchmarks for S3 express one zone bucket\n\nSigned-off-by: Ankit Saurabh <[email protected]>\n\n* Changed the mode of file creation to create_only as it reduces the time it takes to run the benchmark\n\nSigned-off-by: Ankit Saurabh <[email protected]>\n\n* Changed the Assume Role duration to 6 hours for latency benchmarks also\n\nSigned-off-by: Ankit Saurabh <[email protected]>\n\n* Testing to have s3 express and standard s3 on same plot\n\nSigned-off-by: Ankit Saurabh <[email protected]>\n\n* Reverting the test change\n\nSigned-off-by: Ankit Saurabh <[email protected]>\n\n---------\n\nSigned-off-by: Ankit Saurabh <[email protected]>", | ||
"timestamp": "2024-02-28T15:42:50Z", | ||
"tree_id": "b6c86900e6c112289d56d50798eb4440b4a9debd", | ||
"url": "https://github.com/awslabs/mountpoint-s3/commit/f090603d4cdb89f5022f69981b094c0a872ab397" | ||
}, | ||
"date": 1709147206365, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "random_read_four_threads_direct_io", | ||
"value": 17.355078125, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_four_threads_direct_io_small_file", | ||
"value": 34.01494140625, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_four_threads", | ||
"value": 11.79873046875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_four_threads_small_file", | ||
"value": 39.4525390625, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_direct_io", | ||
"value": 2.095703125, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_direct_io_small_file", | ||
"value": 5.08193359375, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read", | ||
"value": 2.112890625, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_small_file", | ||
"value": 5.50986328125, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_four_threads_direct_io", | ||
"value": 4565.1966796875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_four_threads_direct_io_small_file", | ||
"value": 200.18857421875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_four_threads", | ||
"value": 73.6806640625, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_four_threads_small_file", | ||
"value": 41.777734375, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_direct_io", | ||
"value": 1196.02333984375, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_direct_io_small_file", | ||
"value": 32.95185546875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read", | ||
"value": 1135.3630859375, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_small_file", | ||
"value": 33.5951171875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_write_direct_io", | ||
"value": 1365.20537109375, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_write", | ||
"value": 958.58251953125, | ||
"unit": "MiB/s" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|
@@ -2340,9 +2226,128 @@ window.BENCHMARK_DATA = { | |
"unit": "MiB/s" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "James Bornholt", | ||
"username": "jamesbornholt" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "4fd8601ed5aea8d3fb2cf5a12f959b5021fb15f1", | ||
"message": "Publish new crate versions (#802)\n\nThis is to get the recent CRT fixes out for the PyTorch connector. I\nalso bumped the `mountpoint-s3-crt-sys` crate version to be in lockstep\nwith `mountpoint-s3-crt`.\n\nSigned-off-by: James Bornholt <[email protected]>", | ||
"timestamp": "2024-03-08T14:37:37Z", | ||
"tree_id": "00e9a7a7e0cb0cb6312af1a3550146939dc3d46d", | ||
"url": "https://github.com/awslabs/mountpoint-s3/commit/4fd8601ed5aea8d3fb2cf5a12f959b5021fb15f1" | ||
}, | ||
"date": 1709915710706, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "random_read_four_threads_direct_io", | ||
"value": 24.4201171875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_four_threads_direct_io_small_file", | ||
"value": 41.28818359375, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_four_threads", | ||
"value": 23.55400390625, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_four_threads_small_file", | ||
"value": 46.87158203125, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_direct_io", | ||
"value": 2.72734375, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_direct_io_small_file", | ||
"value": 6.53466796875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read", | ||
"value": 3.6568359375, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_small_file", | ||
"value": 6.6767578125, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_four_threads_direct_io", | ||
"value": 5331.14736328125, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_four_threads_direct_io_small_file", | ||
"value": 220.88349609375, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_four_threads", | ||
"value": 67.340234375, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_four_threads_small_file", | ||
"value": 47.61123046875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_direct_io", | ||
"value": 1690.02568359375, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_direct_io_small_file", | ||
"value": 37.27998046875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read", | ||
"value": 1402.732421875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "seq_read_skip_17m", | ||
"value": 1299.03115234375, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_small_file", | ||
"value": 36.60830078125, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_write_direct_io", | ||
"value": 1627.358984375, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_write", | ||
"value": 966.5521484375, | ||
"unit": "MiB/s" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"lastUpdate": 1709911915044, | ||
"lastUpdate": 1709915711263, | ||
"repoUrl": "https://github.com/awslabs/mountpoint-s3" | ||
} |