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 34b00fe commit 2d31cab
Showing 1 changed file with 120 additions and 1 deletion.
121 changes: 120 additions & 1 deletion dev/bench/peak_mem_usage/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1727204671175,
"lastUpdate": 1727280691350,
"repoUrl": "https://github.com/awslabs/mountpoint-s3",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -359,6 +359,125 @@ 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": 1727280691315,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "rand_read_4t_direct",
"value": 120.76171875,
"unit": "MiB"
},
{
"name": "rand_read_4t_direct_small",
"value": 376.92578125,
"unit": "MiB"
},
{
"name": "rand_read_4t",
"value": 126.6796875,
"unit": "MiB"
},
{
"name": "rand_read_4t_small",
"value": 404.734375,
"unit": "MiB"
},
{
"name": "rand_read_direct",
"value": 74.79296875,
"unit": "MiB"
},
{
"name": "rand_read_direct_small",
"value": 316.45703125,
"unit": "MiB"
},
{
"name": "rand_read",
"value": 77.04296875,
"unit": "MiB"
},
{
"name": "rand_read_small",
"value": 317.87109375,
"unit": "MiB"
},
{
"name": "seq_read_4t_direct",
"value": 33996.34765625,
"unit": "MiB"
},
{
"name": "seq_read_4t_direct_small",
"value": 401.50390625,
"unit": "MiB"
},
{
"name": "seq_read_4t",
"value": 53562.1796875,
"unit": "MiB"
},
{
"name": "seq_read_4t_small",
"value": 527.5703125,
"unit": "MiB"
},
{
"name": "seq_read_direct",
"value": 9815.6953125,
"unit": "MiB"
},
{
"name": "seq_read_direct_small",
"value": 260.47265625,
"unit": "MiB"
},
{
"name": "seq_read",
"value": 10287.84765625,
"unit": "MiB"
},
{
"name": "seq_read_skip_17m",
"value": 11585.0234375,
"unit": "MiB"
},
{
"name": "seq_read_small",
"value": 269.91796875,
"unit": "MiB"
},
{
"name": "seq_write_direct",
"value": 655.203125,
"unit": "MiB"
},
{
"name": "seq_write",
"value": 428.890625,
"unit": "MiB"
}
]
}
]
}
Expand Down

0 comments on commit 2d31cab

Please sign in to comment.