diff --git a/dev/bench/data.js b/dev/bench/data.js index 1ff337b33..ee28af34d 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,140 +1,6 @@ window.BENCHMARK_DATA = { "entries": { "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": true, - "id": "ff191c1159e7d32b9fdeb2b0f0ca84628958c60a", - "message": "Fix warnings for test struct variant not used (#1151)\n\nThis addresses the only build warning we have in Mountpoint's own\ncrates. The remaining build warnings come from the fuser forked crate,\nwhich we plan to address through an upstream contribution.\n\n### Does this change impact existing behavior?\n\nNo, avoids import of unused code in a test 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-11-21T15:05:50Z", - "tree_id": "b622a43ba2266970019ee419fe25ee45d32db6f1", - "url": "https://github.com/awslabs/mountpoint-s3/commit/ff191c1159e7d32b9fdeb2b0f0ca84628958c60a" - }, - "date": 1733231279410, - "tool": "customBiggerIsBetter", - "benches": [ - { - "name": "sequential_read,sequential_write_four_threads", - "value": 4871.83291015625, - "unit": "MiB/s" - }, - { - "name": "sequential_read_two_threads,sequential_write_two_threads", - "value": 4401.69287109375, - "unit": "MiB/s" - }, - { - "name": "sequential_read_four_threads,sequential_write", - "value": 5678.6677734375, - "unit": "MiB/s" - }, - { - "name": "random_read_four_threads_direct_io", - "value": 10.41669921875, - "unit": "MiB/s" - }, - { - "name": "random_read_four_threads_direct_io_small_file", - "value": 48.28779296875, - "unit": "MiB/s" - }, - { - "name": "random_read_four_threads", - "value": 10.02744140625, - "unit": "MiB/s" - }, - { - "name": "random_read_four_threads_small_file", - "value": 45.716796875, - "unit": "MiB/s" - }, - { - "name": "random_read_direct_io", - "value": 2.925390625, - "unit": "MiB/s" - }, - { - "name": "random_read_direct_io_small_file", - "value": 12.28935546875, - "unit": "MiB/s" - }, - { - "name": "random_read", - "value": 2.60791015625, - "unit": "MiB/s" - }, - { - "name": "random_read_small_file", - "value": 11.797265625, - "unit": "MiB/s" - }, - { - "name": "sequential_read_four_threads_direct_io", - "value": 5848.60576171875, - "unit": "MiB/s" - }, - { - "name": "sequential_read_four_threads_direct_io_small_file", - "value": 254.8013671875, - "unit": "MiB/s" - }, - { - "name": "sequential_read_four_threads", - "value": 4987.071484375, - "unit": "MiB/s" - }, - { - "name": "sequential_read_four_threads_small_file", - "value": 253.0998046875, - "unit": "MiB/s" - }, - { - "name": "sequential_read_direct_io", - "value": 1893.74775390625, - "unit": "MiB/s" - }, - { - "name": "sequential_read_direct_io_small_file", - "value": 63.30380859375, - "unit": "MiB/s" - }, - { - "name": "sequential_read", - "value": 1674.48623046875, - "unit": "MiB/s" - }, - { - "name": "seq_read_skip_17m", - "value": 1259.9265625, - "unit": "MiB/s" - }, - { - "name": "sequential_read_small_file", - "value": 63.330078125, - "unit": "MiB/s" - }, - { - "name": "sequential_write_direct_io", - "value": 1616.47861328125, - "unit": "MiB/s" - }, - { - "name": "sequential_write", - "value": 985.24111328125, - "unit": "MiB/s" - } - ] - }, { "commit": { "author": { @@ -2680,9 +2546,143 @@ window.BENCHMARK_DATA = { "unit": "MiB/s" } ] + }, + { + "commit": { + "author": { + "email": "vladvolodkin@gmail.com", + "name": "Volodkin Vladislav", + "username": "vladem" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": false, + "id": "4284e644b78d9d35124feb7e3a81adbed1609c91", + "message": "Store the name of a mounted bucket in block's metadata (#1208)\n\nThe field `x-amz-meta-source-bucket-name` of the cache block was\nintended to store the name of the mounted bucket (source bucket).\nCurrently it stores the name of the cache bucket.\n\n### Does this change impact existing behavior?\n\nYes, we update the version of the block schema. All blocks written with\nprevious versions of Mountpoint won't be accessible (attempts will be\ncache misses).\n\n### Does this change need a changelog entry?\n\nYes.\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\n---------\n\nSigned-off-by: Vlad Volodkin \nSigned-off-by: Volodkin Vladislav \nCo-authored-by: Vlad Volodkin \nCo-authored-by: Alessandro Passaro ", + "timestamp": "2025-01-03T16:12:07Z", + "tree_id": "fa59588b62b86b10009fa7c474cc3d114651d0b1", + "url": "https://github.com/awslabs/mountpoint-s3/commit/4284e644b78d9d35124feb7e3a81adbed1609c91" + }, + "date": 1735928974802, + "tool": "customBiggerIsBetter", + "benches": [ + { + "name": "sequential_read,sequential_write_four_threads", + "value": 4996.511328125, + "unit": "MiB/s" + }, + { + "name": "sequential_read_two_threads,sequential_write_two_threads", + "value": 4481.40068359375, + "unit": "MiB/s" + }, + { + "name": "sequential_read_four_threads,sequential_write", + "value": 5685.0888671875, + "unit": "MiB/s" + }, + { + "name": "random_read_four_threads_direct_io", + "value": 12.82109375, + "unit": "MiB/s" + }, + { + "name": "random_read_four_threads_direct_io_small_file", + "value": 48.9400390625, + "unit": "MiB/s" + }, + { + "name": "random_read_four_threads", + "value": 12.32138671875, + "unit": "MiB/s" + }, + { + "name": "random_read_four_threads_small_file", + "value": 47.1064453125, + "unit": "MiB/s" + }, + { + "name": "random_read_direct_io", + "value": 2.7404296875, + "unit": "MiB/s" + }, + { + "name": "random_read_direct_io_small_file", + "value": 12.4173828125, + "unit": "MiB/s" + }, + { + "name": "random_read", + "value": 2.92529296875, + "unit": "MiB/s" + }, + { + "name": "random_read_small_file", + "value": 11.71865234375, + "unit": "MiB/s" + }, + { + "name": "sequential_read_four_threads_direct_io", + "value": 5815.21513671875, + "unit": "MiB/s" + }, + { + "name": "sequential_read_four_threads_direct_io_small_file", + "value": 257.85009765625, + "unit": "MiB/s" + }, + { + "name": "sequential_read_four_threads", + "value": 5013.603515625, + "unit": "MiB/s" + }, + { + "name": "sequential_read_four_threads_small_file", + "value": 256.23203125, + "unit": "MiB/s" + }, + { + "name": "sequential_read_direct_io", + "value": 2009.02001953125, + "unit": "MiB/s" + }, + { + "name": "sequential_read_direct_io_small_file", + "value": 63.04248046875, + "unit": "MiB/s" + }, + { + "name": "sequential_read", + "value": 1433.77998046875, + "unit": "MiB/s" + }, + { + "name": "seq_read_skip_17m", + "value": 1351.1919921875, + "unit": "MiB/s" + }, + { + "name": "sequential_read_small_file", + "value": 64.44091796875, + "unit": "MiB/s" + }, + { + "name": "sequential_write_direct_io", + "value": 1845.82998046875, + "unit": "MiB/s" + }, + { + "name": "sequential_write", + "value": 1074.8892578125, + "unit": "MiB/s" + } + ] } ] }, - "lastUpdate": 1734721895142, + "lastUpdate": 1735928975441, "repoUrl": "https://github.com/awslabs/mountpoint-s3" } \ No newline at end of file