From 2e30c33066c7b819ecdd9b73964cb24e2cc33bc5 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 25 Sep 2024 16:16:12 +0000 Subject: [PATCH] add Benchmark (customSmallerIsBetter) benchmark result for a23665d1cdc982e74f5ba9f579930a85f2d7215f --- dev/cache_bench/peak_mem_usage/data.js | 111 ++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 1 deletion(-) diff --git a/dev/cache_bench/peak_mem_usage/data.js b/dev/cache_bench/peak_mem_usage/data.js index ef861a3d8..de4af9527 100644 --- a/dev/cache_bench/peak_mem_usage/data.js +++ b/dev/cache_bench/peak_mem_usage/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1727204883281, + "lastUpdate": 1727280972140, "repoUrl": "https://github.com/awslabs/mountpoint-s3", "entries": { "Benchmark": [ @@ -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 ", + "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" + } + ] } ] }