Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for a23665d
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 25, 2024
1 parent c9e9134 commit f70f090
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": 1727199036701,
"lastUpdate": 1727275085027,
"repoUrl": "https://github.com/awslabs/mountpoint-s3",
"entries": {
"Benchmark": [
{
"commit": {
"author": {
"email": "vladvolodkin@gmail.com",
"name": "Volodkin Vladislav",
"username": "vladem"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": false,
"id": "813f95d644ef7e4f02acb072ac54690699e34974",
"message": "Upload benchmark results to S3 when the check step failed (#998)\n\n* Save benchmark results to S3 when the check step failed\n\nSigned-off-by: Vladislav Volodkin <vladvolodkin@gmail.com>\n\n* Update all job defenitions\n\nSigned-off-by: Vladislav Volodkin <vladvolodkin@gmail.com>\n\n---------\n\nSigned-off-by: Vladislav Volodkin <vladvolodkin@gmail.com>",
"timestamp": "2024-09-06T15:42:13Z",
"tree_id": "b722266b9588a256a847f9e48f0fb7f891f72353",
"url": "https://github.com/awslabs/mountpoint-s3/commit/813f95d644ef7e4f02acb072ac54690699e34974"
},
"date": 1725638850514,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "readdir_100",
"value": 0.042,
"unit": "seconds"
},
{
"name": "readdir_1000",
"value": 0.186,
"unit": "seconds"
},
{
"name": "readdir_10000",
"value": 0.84,
"unit": "seconds"
},
{
"name": "readdir_100000",
"value": 7.314,
"unit": "seconds"
},
{
"name": "time_to_first_byte_read",
"value": 10.984363199999999,
"unit": "milliseconds"
},
{
"name": "time_to_first_byte_read_small_file",
"value": 10.6151775,
"unit": "milliseconds"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -1082,6 +1028,60 @@ window.BENCHMARK_DATA = {
"unit": "milliseconds"
}
]
},
{
"commit": {
"author": {
"email": "monthonk@amazon.com",
"name": "Monthon Klongklaew",
"username": "monthonk"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": false,
"id": "a23665d1cdc982e74f5ba9f579930a85f2d7215f",
"message": "Fix resource utilization check in the CI (#1033)\n\nOur CI workflows work by checking out the code from branch `gh-pages` to\nretrieve benchmark results from previous commits and compare them to values\nin the current run. However, the resource utilization check was done\nafter the benchmark result check which already has pulled in the branch\n`gh-pages` resulting in errors because the branch already exists. This\nchange fixes that.\n\nSigned-off-by: Monthon Klongklaew <monthonk@amazon.com>",
"timestamp": "2024-09-25T14:13:53Z",
"tree_id": "1ebd4a233fc844aba04bdb98fac7cb539b994461",
"url": "https://github.com/awslabs/mountpoint-s3/commit/a23665d1cdc982e74f5ba9f579930a85f2d7215f"
},
"date": 1727275084504,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "readdir_100",
"value": 0.045,
"unit": "seconds"
},
{
"name": "readdir_1000",
"value": 0.181,
"unit": "seconds"
},
{
"name": "readdir_10000",
"value": 0.877,
"unit": "seconds"
},
{
"name": "readdir_100000",
"value": 7.973,
"unit": "seconds"
},
{
"name": "time_to_first_byte_read",
"value": 11.1788251,
"unit": "milliseconds"
},
{
"name": "time_to_first_byte_read_small_file",
"value": 11.1307425,
"unit": "milliseconds"
}
]
}
]
}
Expand Down

0 comments on commit f70f090

Please sign in to comment.