Skip to content

Commit 7bfc1b7

Browse files
author
github-action-benchmark
committed
add Cache Throughput Benchmark (S3 Standard) (customBiggerIsBetter) benchmark result for ebe82da
1 parent a89989c commit 7bfc1b7

File tree

1 file changed

+110
-110
lines changed

1 file changed

+110
-110
lines changed

dev/cache_bench/data.js

Lines changed: 110 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -1,117 +1,8 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1769017599686,
2+
"lastUpdate": 1769088669169,
33
"repoUrl": "https://github.com/awslabs/mountpoint-s3",
44
"entries": {
55
"Cache Throughput Benchmark (S3 Standard)": [
6-
{
7-
"commit": {
8-
"author": {
9-
"email": "sahityad@amazon.com",
10-
"name": "Sahitya Damera",
11-
"username": "sahityadg"
12-
},
13-
"committer": {
14-
"email": "noreply@github.com",
15-
"name": "GitHub",
16-
"username": "web-flow"
17-
},
18-
"distinct": true,
19-
"id": "b27977ba9c6cc0b770933fc55e1d32bec9eac8f0",
20-
"message": "Remove OTLP integration feature flag (#1685)\n\nRemoves the `otlp_integration` feature flag\n\n### Does this change impact existing behavior?\n\nNo, this enables otlp metrics without requiring a feature flag\n\n### Does this change need a changelog entry? Does it require a version\nchange?\n\nYes, added a mountpoint-s3-fs changelog entry.\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: Sahitya Damera <sahityad@amazon.com>",
21-
"timestamp": "2025-10-28T18:42:12Z",
22-
"tree_id": "b41459cc8c7cac4ad6912ad4e9173b6cdd7aed47",
23-
"url": "https://github.com/awslabs/mountpoint-s3/commit/b27977ba9c6cc0b770933fc55e1d32bec9eac8f0"
24-
},
25-
"date": 1761684299518,
26-
"tool": "customBiggerIsBetter",
27-
"benches": [
28-
{
29-
"name": "random_read_four_threads_direct_io",
30-
"value": 1342.96728515625,
31-
"unit": "MiB/s"
32-
},
33-
{
34-
"name": "random_read_four_threads_direct_io_small_file",
35-
"value": 2228.0234375,
36-
"unit": "MiB/s"
37-
},
38-
{
39-
"name": "random_read_four_threads",
40-
"value": 876.3130859375,
41-
"unit": "MiB/s"
42-
},
43-
{
44-
"name": "random_read_four_threads_small_file",
45-
"value": 1627.92490234375,
46-
"unit": "MiB/s"
47-
},
48-
{
49-
"name": "random_read_direct_io",
50-
"value": 287.0095703125,
51-
"unit": "MiB/s"
52-
},
53-
{
54-
"name": "random_read_direct_io_small_file",
55-
"value": 816.9072265625,
56-
"unit": "MiB/s"
57-
},
58-
{
59-
"name": "random_read",
60-
"value": 204.23779296875,
61-
"unit": "MiB/s"
62-
},
63-
{
64-
"name": "random_read_small_file",
65-
"value": 273.28603515625,
66-
"unit": "MiB/s"
67-
},
68-
{
69-
"name": "sequential_read_four_threads_direct_io",
70-
"value": 4070.702734375,
71-
"unit": "MiB/s"
72-
},
73-
{
74-
"name": "sequential_read_four_threads_direct_io_small_file",
75-
"value": 4601.75439453125,
76-
"unit": "MiB/s"
77-
},
78-
{
79-
"name": "sequential_read_four_threads",
80-
"value": 1396.31474609375,
81-
"unit": "MiB/s"
82-
},
83-
{
84-
"name": "sequential_read_four_threads_small_file",
85-
"value": 1391.2783203125,
86-
"unit": "MiB/s"
87-
},
88-
{
89-
"name": "sequential_read_direct_io",
90-
"value": 929.00185546875,
91-
"unit": "MiB/s"
92-
},
93-
{
94-
"name": "sequential_read_direct_io_small_file",
95-
"value": 819.87734375,
96-
"unit": "MiB/s"
97-
},
98-
{
99-
"name": "sequential_read",
100-
"value": 1086.7314453125,
101-
"unit": "MiB/s"
102-
},
103-
{
104-
"name": "seq_read_skip_17m",
105-
"value": 1176.1935546875,
106-
"unit": "MiB/s"
107-
},
108-
{
109-
"name": "sequential_read_small_file",
110-
"value": 1284.9017578125,
111-
"unit": "MiB/s"
112-
}
113-
]
114-
},
1156
{
1167
"commit": {
1178
"author": {
@@ -3272,6 +3163,115 @@ window.BENCHMARK_DATA = {
32723163
"unit": "MiB/s"
32733164
}
32743165
]
3166+
},
3167+
{
3168+
"commit": {
3169+
"author": {
3170+
"email": "mansipnd@amazon.co.uk",
3171+
"name": "Mansi Pandey",
3172+
"username": "mansi153"
3173+
},
3174+
"committer": {
3175+
"email": "noreply@github.com",
3176+
"name": "GitHub",
3177+
"username": "web-flow"
3178+
},
3179+
"distinct": true,
3180+
"id": "ebe82da2e60e20a4854e63bb5396f68f4c52ceff",
3181+
"message": "Update semantics documentation to describe changes as part of the open-after-close fix (#1752)\n\nUpdate semantics documentation to describe changes done as part of the\nopen-after-close fix in [PR\n#1704](https://github.com/awslabs/mountpoint-s3/pull/1704)\n\nUpdates done to `doc/SEMANTICS.md` documentation and some more details\nadded in`mountpoint-s3/CHANGELOG.md`.\n\n### Does this change impact existing behavior?\n\nNo, documentation update only.\n\n### Does this change need a changelog entry? Does it require a version\nchange?\n\nNo, documentation update 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\n---------\n\nSigned-off-by: Mansi Pandey <mansipnd@amazon.com>\nCo-authored-by: Mansi Pandey <mansipnd@amazon.com>",
3182+
"timestamp": "2026-01-22T11:26:43Z",
3183+
"tree_id": "24caf93263596e959007c15af7ef3d497292b961",
3184+
"url": "https://github.com/awslabs/mountpoint-s3/commit/ebe82da2e60e20a4854e63bb5396f68f4c52ceff"
3185+
},
3186+
"date": 1769088668044,
3187+
"tool": "customBiggerIsBetter",
3188+
"benches": [
3189+
{
3190+
"name": "random_read_four_threads_direct_io",
3191+
"value": 1419.28212890625,
3192+
"unit": "MiB/s"
3193+
},
3194+
{
3195+
"name": "random_read_four_threads_direct_io_small_file",
3196+
"value": 2194.77294921875,
3197+
"unit": "MiB/s"
3198+
},
3199+
{
3200+
"name": "random_read_four_threads",
3201+
"value": 874.16796875,
3202+
"unit": "MiB/s"
3203+
},
3204+
{
3205+
"name": "random_read_four_threads_small_file",
3206+
"value": 1686.6625,
3207+
"unit": "MiB/s"
3208+
},
3209+
{
3210+
"name": "random_read_direct_io",
3211+
"value": 315.2521484375,
3212+
"unit": "MiB/s"
3213+
},
3214+
{
3215+
"name": "random_read_direct_io_small_file",
3216+
"value": 426.32587890625,
3217+
"unit": "MiB/s"
3218+
},
3219+
{
3220+
"name": "random_read",
3221+
"value": 213.6318359375,
3222+
"unit": "MiB/s"
3223+
},
3224+
{
3225+
"name": "random_read_small_file",
3226+
"value": 270.08359375,
3227+
"unit": "MiB/s"
3228+
},
3229+
{
3230+
"name": "sequential_read_four_threads_direct_io",
3231+
"value": 4471.6748046875,
3232+
"unit": "MiB/s"
3233+
},
3234+
{
3235+
"name": "sequential_read_four_threads_direct_io_small_file",
3236+
"value": 4376.493359375,
3237+
"unit": "MiB/s"
3238+
},
3239+
{
3240+
"name": "sequential_read_four_threads",
3241+
"value": 1332.6419921875,
3242+
"unit": "MiB/s"
3243+
},
3244+
{
3245+
"name": "sequential_read_four_threads_small_file",
3246+
"value": 1388.73896484375,
3247+
"unit": "MiB/s"
3248+
},
3249+
{
3250+
"name": "sequential_read_direct_io",
3251+
"value": 1457.88515625,
3252+
"unit": "MiB/s"
3253+
},
3254+
{
3255+
"name": "sequential_read_direct_io_small_file",
3256+
"value": 1654.54287109375,
3257+
"unit": "MiB/s"
3258+
},
3259+
{
3260+
"name": "sequential_read",
3261+
"value": 1065.2681640625,
3262+
"unit": "MiB/s"
3263+
},
3264+
{
3265+
"name": "seq_read_skip_17m",
3266+
"value": 1039.85341796875,
3267+
"unit": "MiB/s"
3268+
},
3269+
{
3270+
"name": "sequential_read_small_file",
3271+
"value": 1435.7083984375,
3272+
"unit": "MiB/s"
3273+
}
3274+
]
32753275
}
32763276
]
32773277
}

0 commit comments

Comments
 (0)