From 00820b5c69fe84f8e36984c39d441bbb6b14231a Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 15 Jan 2025 12:25:09 +0000 Subject: [PATCH] add Cache Throughput Benchmark (S3 Standard) (customBiggerIsBetter) benchmark result for d008177a6cb6cb2e8a56c902d72570ce4e7cc3d3 --- dev/cache_bench/data.js | 220 ++++++++++++++++++++-------------------- 1 file changed, 110 insertions(+), 110 deletions(-) diff --git a/dev/cache_bench/data.js b/dev/cache_bench/data.js index 71c46bdb2..a09f3a5ca 100644 --- a/dev/cache_bench/data.js +++ b/dev/cache_bench/data.js @@ -1,117 +1,8 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1736882202950, + "lastUpdate": 1736943909075, "repoUrl": "https://github.com/awslabs/mountpoint-s3", "entries": { "Cache Throughput Benchmark (S3 Standard)": [ - { - "commit": { - "author": { - "email": "djonesoa@amazon.com", - "name": "Daniel Carl Jones", - "username": "dannycjones" - }, - "committer": { - "email": "noreply@github.com", - "name": "GitHub", - "username": "web-flow" - }, - "distinct": false, - "id": "f09ac0c765ebfce6fa71a01caf3e3534f1d71e59", - "message": "Remove workaround for macOS builds due to pkg-config issues (#1202)\n\nIn November, macOS runners had an issue with the `pkg-config` package\nand we introduced a workaround:\nhttps://github.com/awslabs/mountpoint-s3/pull/1158/\n\nWe see now that the fix has been released and we should no longer need\nthe workaround: https://github.com/actions/runner-images/issues/10984.\n\n### Does this change impact existing behavior?\n\nNo, CI change only.\n\n### Does this change need a changelog entry?\n\nNo.\n\n---\n\nBy submitting this pull request, I confirm that my contribution is made\nunder the terms of the Apache 2.0 license and I agree to the terms of\nthe [Developer Certificate of Origin\n(DCO)](https://developercertificate.org/).\n\nSigned-off-by: Daniel Carl Jones ", - "timestamp": "2024-12-17T14:01:36Z", - "tree_id": "6d86e38850362a6cc19e08263594a8736389406b", - "url": "https://github.com/awslabs/mountpoint-s3/commit/f09ac0c765ebfce6fa71a01caf3e3534f1d71e59" - }, - "date": 1734451546279, - "tool": "customBiggerIsBetter", - "benches": [ - { - "name": "random_read_four_threads_direct_io", - "value": 1259.792578125, - "unit": "MiB/s" - }, - { - "name": "random_read_four_threads_direct_io_small_file", - "value": 1974.21962890625, - "unit": "MiB/s" - }, - { - "name": "random_read_four_threads", - "value": 787.87783203125, - "unit": "MiB/s" - }, - { - "name": "random_read_four_threads_small_file", - "value": 1466.3185546875, - "unit": "MiB/s" - }, - { - "name": "random_read_direct_io", - "value": 276.21533203125, - "unit": "MiB/s" - }, - { - "name": "random_read_direct_io_small_file", - "value": 505.392578125, - "unit": "MiB/s" - }, - { - "name": "random_read", - "value": 182.9603515625, - "unit": "MiB/s" - }, - { - "name": "random_read_small_file", - "value": 261.1990234375, - "unit": "MiB/s" - }, - { - "name": "sequential_read_four_threads_direct_io", - "value": 3604.169921875, - "unit": "MiB/s" - }, - { - "name": "sequential_read_four_threads_direct_io_small_file", - "value": 4027.5107421875, - "unit": "MiB/s" - }, - { - "name": "sequential_read_four_threads", - "value": 1133.39140625, - "unit": "MiB/s" - }, - { - "name": "sequential_read_four_threads_small_file", - "value": 1145.06484375, - "unit": "MiB/s" - }, - { - "name": "sequential_read_direct_io", - "value": 1404.87275390625, - "unit": "MiB/s" - }, - { - "name": "sequential_read_direct_io_small_file", - "value": 788.615625, - "unit": "MiB/s" - }, - { - "name": "sequential_read", - "value": 1052.4384765625, - "unit": "MiB/s" - }, - { - "name": "seq_read_skip_17m", - "value": 1011.33037109375, - "unit": "MiB/s" - }, - { - "name": "sequential_read_small_file", - "value": 943.732421875, - "unit": "MiB/s" - } - ] - }, { "commit": { "author": { @@ -2182,6 +2073,115 @@ window.BENCHMARK_DATA = { "unit": "MiB/s" } ] + }, + { + "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": "d008177a6cb6cb2e8a56c902d72570ce4e7cc3d3", + "message": "Add detailed rustdoc to reftests (#1232)\n\nThe reference tests for Mountpoint can be quite complex, especially for\nthose unfamiliar both with the tests themselves or the idea of\nreference-based testing.\n\nThis change adds more detailed rustdoc with the goal to ramp up new\nreaders with the reftests, give an overview of what the tests are doing,\nand point the reader to resources for learning more.\n\n### Does this change impact existing behavior?\n\nNo, all code documentation changes.\n\n### Does this change need a changelog entry? Does it require a version\nchange?\n\nNo, code doc changes only.\n\n---\n\nBy submitting this pull request, I confirm that my contribution is made\nunder the terms of the Apache 2.0 license and I agree to the terms of\nthe [Developer Certificate of Origin\n(DCO)](https://developercertificate.org/).\n\nSigned-off-by: Daniel Carl Jones ", + "timestamp": "2025-01-15T10:27:06Z", + "tree_id": "8bf6c5eec8592323b8af30b3359bbfdc075127be", + "url": "https://github.com/awslabs/mountpoint-s3/commit/d008177a6cb6cb2e8a56c902d72570ce4e7cc3d3" + }, + "date": 1736943908416, + "tool": "customBiggerIsBetter", + "benches": [ + { + "name": "random_read_four_threads_direct_io", + "value": 1259.526953125, + "unit": "MiB/s" + }, + { + "name": "random_read_four_threads_direct_io_small_file", + "value": 1976.386328125, + "unit": "MiB/s" + }, + { + "name": "random_read_four_threads", + "value": 812.80078125, + "unit": "MiB/s" + }, + { + "name": "random_read_four_threads_small_file", + "value": 1468.16689453125, + "unit": "MiB/s" + }, + { + "name": "random_read_direct_io", + "value": 277.76611328125, + "unit": "MiB/s" + }, + { + "name": "random_read_direct_io_small_file", + "value": 488.6806640625, + "unit": "MiB/s" + }, + { + "name": "random_read", + "value": 185.24521484375, + "unit": "MiB/s" + }, + { + "name": "random_read_small_file", + "value": 244.06220703125, + "unit": "MiB/s" + }, + { + "name": "sequential_read_four_threads_direct_io", + "value": 3905.14716796875, + "unit": "MiB/s" + }, + { + "name": "sequential_read_four_threads_direct_io_small_file", + "value": 4025.99189453125, + "unit": "MiB/s" + }, + { + "name": "sequential_read_four_threads", + "value": 1170.53857421875, + "unit": "MiB/s" + }, + { + "name": "sequential_read_four_threads_small_file", + "value": 1164.13837890625, + "unit": "MiB/s" + }, + { + "name": "sequential_read_direct_io", + "value": 812.1615234375, + "unit": "MiB/s" + }, + { + "name": "sequential_read_direct_io_small_file", + "value": 1273.60888671875, + "unit": "MiB/s" + }, + { + "name": "sequential_read", + "value": 1229.967578125, + "unit": "MiB/s" + }, + { + "name": "seq_read_skip_17m", + "value": 1026.798046875, + "unit": "MiB/s" + }, + { + "name": "sequential_read_small_file", + "value": 1191.6357421875, + "unit": "MiB/s" + } + ] } ] }