Skip to content

Commit

Permalink
add Latency Benchmark (S3 Express One Zone) (customSmallerIsBetter) b…
Browse files Browse the repository at this point in the history
…enchmark result for f14667f
  • Loading branch information
github-action-benchmark committed Nov 14, 2024
1 parent e3a5720 commit aa903cf
Showing 1 changed file with 56 additions and 2 deletions.
58 changes: 56 additions & 2 deletions dev/s3-express/latency_bench/data.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1731584073624,
"repoUrl": "https://github.com/awslabs/mountpoint-s3",
"lastUpdate": 1731596721016,
"repoUrl": "https://github.com/monthonk/mountpoint-s3",
"entries": {
"Latency Benchmark (S3 Express One Zone)": [
{
Expand Down Expand Up @@ -974,6 +974,60 @@ window.BENCHMARK_DATA = {
"unit": "milliseconds"
}
]
},
{
"commit": {
"author": {
"email": "adpeace@amazon.com",
"name": "Andy Peace",
"username": "adpeace"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "f14667fc65ff4c5b2ee2f5cf0e8eab8c2d1535e6",
"message": "Add mixed read/write tests to the benchmark. (#1130)\n\n## Description of change\n\nAs we make changes that might impact mixed read/write workloads it is\nuseful to have some examples of these in our benchmarks. This change\nadds a 20/80, 50/50, and 80/20 read/write workload to the benchmarks.\n\nThe results reporting is updated to support multiple job types in a\nsingle benchmark. This works by continuing to average over iterations as\nbefore, but averages each job separately then sums the averages to\nproduce the final throughput number for that benchmark (i.e. (avg(read\nthroughput) + avg(write throughput)) for the mixed benchmarks).\n\n## Does this change impact existing behavior?\n\nNo.\n\n## Does this change need a changelog entry in any of the crates?\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: Andrew Peace <adpeace@amazon.com>",
"timestamp": "2024-11-14T11:10:48Z",
"tree_id": "18cfee4dd5ad4708f3e6b72b4c2fd07527cfde44",
"url": "https://github.com/monthonk/mountpoint-s3/commit/f14667fc65ff4c5b2ee2f5cf0e8eab8c2d1535e6"
},
"date": 1731596719304,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "readdir_100",
"value": 0.042,
"unit": "seconds"
},
{
"name": "readdir_1000",
"value": 0.196,
"unit": "seconds"
},
{
"name": "readdir_10000",
"value": 0.922,
"unit": "seconds"
},
{
"name": "readdir_100000",
"value": 8.529,
"unit": "seconds"
},
{
"name": "time_to_first_byte_read",
"value": 1.565941,
"unit": "milliseconds"
},
{
"name": "time_to_first_byte_read_small_file",
"value": 6.1111385,
"unit": "milliseconds"
}
]
}
]
}
Expand Down

0 comments on commit aa903cf

Please sign in to comment.