Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for 7e279a3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 26, 2024
1 parent 38fecc8 commit aa03955
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions dev/s3-express/latency_bench/data.js
Original file line number Diff line number Diff line change
@@ -1,62 +1,8 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1727275085027,
"lastUpdate": 1727345281993,
"repoUrl": "https://github.com/awslabs/mountpoint-s3",
"entries": {
"Benchmark": [
{
"commit": {
"author": {
"email": "djonesoa@amazon.com",
"name": "Daniel Carl Jones",
"username": "dannycjones"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "6d498852520ba2f22ca3c76409f7b3faad9e2106",
"message": "Update nix dependency from 0.27.1 to 0.29.0 (#1003)\n\nSigned-off-by: Daniel Carl Jones <djonesoa@amazon.com>",
"timestamp": "2024-09-06T17:00:41Z",
"tree_id": "1afbc653d279290796a7a6ab38338c500265fe29",
"url": "https://github.com/awslabs/mountpoint-s3/commit/6d498852520ba2f22ca3c76409f7b3faad9e2106"
},
"date": 1725643447691,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "readdir_100",
"value": 0.037,
"unit": "seconds"
},
{
"name": "readdir_1000",
"value": 0.183,
"unit": "seconds"
},
{
"name": "readdir_10000",
"value": 0.824,
"unit": "seconds"
},
{
"name": "readdir_100000",
"value": 7.21,
"unit": "seconds"
},
{
"name": "time_to_first_byte_read",
"value": 10.3824611,
"unit": "milliseconds"
},
{
"name": "time_to_first_byte_read_small_file",
"value": 9.6751275,
"unit": "milliseconds"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -1082,6 +1028,60 @@ window.BENCHMARK_DATA = {
"unit": "milliseconds"
}
]
},
{
"commit": {
"author": {
"email": "djonesoa@amazon.com",
"name": "Daniel Carl Jones",
"username": "dannycjones"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "7e279a3cb11028f9892a5c16cd2b760723f5e339",
"message": "Add clarification on behavior tenet for ownership/permissions (#1031)\n\nSigned-off-by: Daniel Carl Jones <djonesoa@amazon.com>",
"timestamp": "2024-09-26T09:42:07Z",
"tree_id": "d258d475dc481d2ef6d5dcd457f55e01d98d68e1",
"url": "https://github.com/awslabs/mountpoint-s3/commit/7e279a3cb11028f9892a5c16cd2b760723f5e339"
},
"date": 1727345281502,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "readdir_100",
"value": 0.04,
"unit": "seconds"
},
{
"name": "readdir_1000",
"value": 0.181,
"unit": "seconds"
},
{
"name": "readdir_10000",
"value": 0.835,
"unit": "seconds"
},
{
"name": "readdir_100000",
"value": 7.554,
"unit": "seconds"
},
{
"name": "time_to_first_byte_read",
"value": 11.129879599999999,
"unit": "milliseconds"
},
{
"name": "time_to_first_byte_read_small_file",
"value": 10.6998196,
"unit": "milliseconds"
}
]
}
]
}
Expand Down

0 comments on commit aa03955

Please sign in to comment.