Skip to content

Commit

Permalink
add Throughput Benchmark (S3 Standard) (customBiggerIsBetter) benchma…
Browse files Browse the repository at this point in the history
…rk result for f09ac0c
  • Loading branch information
github-action-benchmark committed Dec 17, 2024
1 parent fd317cd commit f9793ad
Showing 1 changed file with 135 additions and 135 deletions.
270 changes: 135 additions & 135 deletions dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,140 +1,6 @@
window.BENCHMARK_DATA = {
"entries": {
"Throughput Benchmark (S3 Standard)": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Burak Varlı",
"username": "unexge"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "b04177565a641e7c5f6be18cbefe6fcdc583732e",
"message": "Fix Clippy warnings on Rust 1.83 (#1175)\n\nRust 1.83 has been released with new Clippy lints, and it [broke our\nCI](https://github.com/awslabs/mountpoint-s3/actions/runs/12072806349/job/33667591504?pr=1103)\nas we use stable toolchain.\n\nThis PR fixes Clippy warnings on Rust 1.83. Most fixes are done with\n`cargo clippy --fix` and manually checked.\n\n### Does this change impact existing behavior?\n\nNone expected, it just changes the code style.\n\n### Does this change need a changelog entry?\n\nNo, as there is no behavioral change.\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: Burak Varli <[email protected]>",
"timestamp": "2024-11-28T21:25:18Z",
"tree_id": "f55ad261e9c05377bf58e76e528730db2b4866bf",
"url": "https://github.com/awslabs/mountpoint-s3/commit/b04177565a641e7c5f6be18cbefe6fcdc583732e"
},
"date": 1732837217290,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "sequential_read,sequential_write_four_threads",
"value": 4945.35888671875,
"unit": "MiB/s"
},
{
"name": "sequential_read_two_threads,sequential_write_two_threads",
"value": 4426.9669921875,
"unit": "MiB/s"
},
{
"name": "sequential_read_four_threads,sequential_write",
"value": 5595.44853515625,
"unit": "MiB/s"
},
{
"name": "random_read_four_threads_direct_io",
"value": 12.09833984375,
"unit": "MiB/s"
},
{
"name": "random_read_four_threads_direct_io_small_file",
"value": 49.01337890625,
"unit": "MiB/s"
},
{
"name": "random_read_four_threads",
"value": 12.10986328125,
"unit": "MiB/s"
},
{
"name": "random_read_four_threads_small_file",
"value": 47.32900390625,
"unit": "MiB/s"
},
{
"name": "random_read_direct_io",
"value": 2.95029296875,
"unit": "MiB/s"
},
{
"name": "random_read_direct_io_small_file",
"value": 12.480859375,
"unit": "MiB/s"
},
{
"name": "random_read",
"value": 3.124609375,
"unit": "MiB/s"
},
{
"name": "random_read_small_file",
"value": 11.8658203125,
"unit": "MiB/s"
},
{
"name": "sequential_read_four_threads_direct_io",
"value": 5875.9205078125,
"unit": "MiB/s"
},
{
"name": "sequential_read_four_threads_direct_io_small_file",
"value": 260.82900390625,
"unit": "MiB/s"
},
{
"name": "sequential_read_four_threads",
"value": 4825.70390625,
"unit": "MiB/s"
},
{
"name": "sequential_read_four_threads_small_file",
"value": 259.92158203125,
"unit": "MiB/s"
},
{
"name": "sequential_read_direct_io",
"value": 1842.49990234375,
"unit": "MiB/s"
},
{
"name": "sequential_read_direct_io_small_file",
"value": 64.32919921875,
"unit": "MiB/s"
},
{
"name": "sequential_read",
"value": 1403.25341796875,
"unit": "MiB/s"
},
{
"name": "seq_read_skip_17m",
"value": 1185.38642578125,
"unit": "MiB/s"
},
{
"name": "sequential_read_small_file",
"value": 63.3056640625,
"unit": "MiB/s"
},
{
"name": "sequential_write_direct_io",
"value": 1590.31083984375,
"unit": "MiB/s"
},
{
"name": "sequential_write",
"value": 998.74677734375,
"unit": "MiB/s"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -2680,9 +2546,143 @@ window.BENCHMARK_DATA = {
"unit": "MiB/s"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Daniel Carl Jones",
"username": "dannycjones"
},
"committer": {
"email": "[email protected]",
"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 <[email protected]>",
"timestamp": "2024-12-17T14:01:36Z",
"tree_id": "6d86e38850362a6cc19e08263594a8736389406b",
"url": "https://github.com/awslabs/mountpoint-s3/commit/f09ac0c765ebfce6fa71a01caf3e3534f1d71e59"
},
"date": 1734452591836,
"tool": "customBiggerIsBetter",
"benches": [
{
"name": "sequential_read,sequential_write_four_threads",
"value": 4876.043261718751,
"unit": "MiB/s"
},
{
"name": "sequential_read_two_threads,sequential_write_two_threads",
"value": 3996.5400390625,
"unit": "MiB/s"
},
{
"name": "sequential_read_four_threads,sequential_write",
"value": 5351.4359375,
"unit": "MiB/s"
},
{
"name": "random_read_four_threads_direct_io",
"value": 11.3982421875,
"unit": "MiB/s"
},
{
"name": "random_read_four_threads_direct_io_small_file",
"value": 48.38974609375,
"unit": "MiB/s"
},
{
"name": "random_read_four_threads",
"value": 11.16865234375,
"unit": "MiB/s"
},
{
"name": "random_read_four_threads_small_file",
"value": 46.003515625,
"unit": "MiB/s"
},
{
"name": "random_read_direct_io",
"value": 3.0333984375,
"unit": "MiB/s"
},
{
"name": "random_read_direct_io_small_file",
"value": 12.221875,
"unit": "MiB/s"
},
{
"name": "random_read",
"value": 2.7927734375,
"unit": "MiB/s"
},
{
"name": "random_read_small_file",
"value": 11.52509765625,
"unit": "MiB/s"
},
{
"name": "sequential_read_four_threads_direct_io",
"value": 4336.539453125,
"unit": "MiB/s"
},
{
"name": "sequential_read_four_threads_direct_io_small_file",
"value": 254.17548828125,
"unit": "MiB/s"
},
{
"name": "sequential_read_four_threads",
"value": 2900.1478515625,
"unit": "MiB/s"
},
{
"name": "sequential_read_four_threads_small_file",
"value": 249.04345703125,
"unit": "MiB/s"
},
{
"name": "sequential_read_direct_io",
"value": 1218.49482421875,
"unit": "MiB/s"
},
{
"name": "sequential_read_direct_io_small_file",
"value": 62.25595703125,
"unit": "MiB/s"
},
{
"name": "sequential_read",
"value": 1307.8298828125,
"unit": "MiB/s"
},
{
"name": "seq_read_skip_17m",
"value": 1095.5181640625,
"unit": "MiB/s"
},
{
"name": "sequential_read_small_file",
"value": 62.86376953125,
"unit": "MiB/s"
},
{
"name": "sequential_write_direct_io",
"value": 1386.90810546875,
"unit": "MiB/s"
},
{
"name": "sequential_write",
"value": 1048.541015625,
"unit": "MiB/s"
}
]
}
]
},
"lastUpdate": 1734452528138,
"lastUpdate": 1734452592494,
"repoUrl": "https://github.com/awslabs/mountpoint-s3"
}

0 comments on commit f9793ad

Please sign in to comment.