-
Notifications
You must be signed in to change notification settings - Fork 182
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 74df3e2
- Loading branch information
github-action-benchmark
committed
Mar 8, 2024
1 parent
edfc87a
commit 7e78286
Showing
1 changed file
with
110 additions
and
1 deletion.
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,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1709916076824, | ||
"lastUpdate": 1709920182318, | ||
"repoUrl": "https://github.com/awslabs/mountpoint-s3", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -1254,6 +1254,115 @@ window.BENCHMARK_DATA = { | |
"unit": "MiB/s" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Volodkin Vladislav", | ||
"username": "vladem" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "74df3e2e00c4a7c567832a40287830ee81fe2d26", | ||
"message": "Verify SSE settings checksum before and after uploading an object (#745)\n\n* Verify SSE settings checksum before and after uploading an object\n\nSigned-off-by: Vladislav Volodkin <[email protected]>\n\n* Make fmt\n\nSigned-off-by: Vladislav Volodkin <[email protected]>\n\n* Fix typos and documentation\n\nSigned-off-by: Vladislav Volodkin <[email protected]>\n\n* Compare strings in verify_response, other review fixes\n\nSigned-off-by: Vladislav Volodkin <[email protected]>\n\n* Use exit() instead of panic\n\nSigned-off-by: Vladislav Volodkin <[email protected]>\n\n* Log CLIArgs with debug level, improve style\n\nSigned-off-by: Vladislav Volodkin <[email protected]>\n\n---------\n\nSigned-off-by: Vladislav Volodkin <[email protected]>\nCo-authored-by: Vladislav Volodkin <[email protected]>", | ||
"timestamp": "2024-03-08T15:44:09Z", | ||
"tree_id": "dddd548f4a0bfc6475fe4f1b32cfb0fa06b7c84d", | ||
"url": "https://github.com/awslabs/mountpoint-s3/commit/74df3e2e00c4a7c567832a40287830ee81fe2d26" | ||
}, | ||
"date": 1709920181798, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "random_read_four_threads_direct_io", | ||
"value": 1207.4525390625, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_four_threads_direct_io_small_file", | ||
"value": 2146.2205078125, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_four_threads", | ||
"value": 791.07509765625, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_four_threads_small_file", | ||
"value": 1595.80625, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_direct_io", | ||
"value": 280.3744140625, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_direct_io_small_file", | ||
"value": 411.17998046875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read", | ||
"value": 240.6763671875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "random_read_small_file", | ||
"value": 322.91953125, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_four_threads_direct_io", | ||
"value": 3744.79619140625, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_four_threads_direct_io_small_file", | ||
"value": 3952.76435546875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_four_threads", | ||
"value": 763.1703125, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_four_threads_small_file", | ||
"value": 1454.9021484375, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_direct_io", | ||
"value": 1390.657421875, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_direct_io_small_file", | ||
"value": 1399.59775390625, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read", | ||
"value": 1229.30693359375, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "seq_read_skip_17m", | ||
"value": 0, | ||
"unit": "MiB/s" | ||
}, | ||
{ | ||
"name": "sequential_read_small_file", | ||
"value": 1118.39140625, | ||
"unit": "MiB/s" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|