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 11dca67 commit 2e30c33
Showing 1 changed file with 110 additions and 1 deletion.
111 changes: 110 additions & 1 deletion dev/cache_bench/peak_mem_usage/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1727204883281,
"lastUpdate": 1727280972140,
"repoUrl": "https://github.com/awslabs/mountpoint-s3",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -329,6 +329,115 @@ window.BENCHMARK_DATA = {
"unit": "MiB"
}
]
},
{
"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": 1727280972104,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "rand_read_4t_direct",
"value": 3293.12890625,
"unit": "MiB"
},
{
"name": "rand_read_4t_direct_small",
"value": 320.171875,
"unit": "MiB"
},
{
"name": "rand_read_4t",
"value": 3198.96484375,
"unit": "MiB"
},
{
"name": "rand_read_4t_small",
"value": 327.4453125,
"unit": "MiB"
},
{
"name": "rand_read_direct",
"value": 3215.76953125,
"unit": "MiB"
},
{
"name": "rand_read_direct_small",
"value": 249.1015625,
"unit": "MiB"
},
{
"name": "rand_read",
"value": 3309.35546875,
"unit": "MiB"
},
{
"name": "rand_read_small",
"value": 196.63671875,
"unit": "MiB"
},
{
"name": "seq_read_4t_direct",
"value": 50357.87890625,
"unit": "MiB"
},
{
"name": "seq_read_4t_direct_small",
"value": 342.8359375,
"unit": "MiB"
},
{
"name": "seq_read_4t",
"value": 6709.5234375,
"unit": "MiB"
},
{
"name": "seq_read_4t_small",
"value": 363.0859375,
"unit": "MiB"
},
{
"name": "seq_read_direct",
"value": 32804.21484375,
"unit": "MiB"
},
{
"name": "seq_read_direct_small",
"value": 198.07421875,
"unit": "MiB"
},
{
"name": "seq_read",
"value": 38039.1796875,
"unit": "MiB"
},
{
"name": "seq_read_skip_17m",
"value": 22510.55078125,
"unit": "MiB"
},
{
"name": "seq_read_small",
"value": 202.640625,
"unit": "MiB"
}
]
}
]
}
Expand Down

0 comments on commit 2e30c33

Please sign in to comment.