Skip to content

Commit

Permalink
add Cache Throughput Benchmark - Peak Memory Usage (S3 Standard) (cus…
Browse files Browse the repository at this point in the history
…tomSmallerIsBetter) benchmark result for 228d598
  • Loading branch information
github-action-benchmark committed Jan 20, 2025
1 parent e900038 commit 2e59954
Showing 1 changed file with 110 additions and 110 deletions.
220 changes: 110 additions & 110 deletions dev/cache_bench/peak_mem_usage/data.js
Original file line number Diff line number Diff line change
@@ -1,117 +1,8 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1737127370177,
"lastUpdate": 1737389332157,
"repoUrl": "https://github.com/awslabs/mountpoint-s3",
"entries": {
"Cache Throughput Benchmark - Peak Memory Usage (S3 Standard)": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Burak Varlı",
"username": "unexge"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "602f371ff81ec89de5e6067fc09b7b7825d783ee",
"message": "Add support for passing FUSE file descriptors as mount point (#1103)\n\n## Description of change\n\nfuser v0.15.0 added support for creating a `Session` from existing FUSE\nfile descriptor (via `Session::from_fd`). This PR adds this support to\nMountpoint. It allows passing FUSE file descriptor as mount point in the\nform of `/dev/fd/{fd}`.\n\nAn example usage of this feature can be seen with a helper Go script,\n[mounthelper.go](https://github.com/awslabs/mountpoint-s3/blob/86bdefa5147a7edc533a6be5d2724fec74ba91fb/examples/fuse-fd-mount-point/mounthelper.go):\n\n```bash\n$ go build mounthelper.go\n$ sudo /sbin/setcap 'cap_sys_admin=ep' ./mounthelper # `mount` syscall requires `CAP_SYS_ADMIN`, alternatively, `mounthelper` can be run as root\n$ ./mounthelper -mountpoint /tmp/mountpoint -bucket bucketname\nbucket bucketname is mounted at /dev/fd/3\n2024/11/07 17:23:42 Filesystem mounted, waiting for ctrl+c signal to terminate \n\n$ # in a different terminal session\n$ echo \"Hello at `date`\" > /tmp/mountpoint/helloworld\n$ cat /tmp/mountpoint/helloworld\nHello at Thu Nov 7 17:32:33 UTC 2024\n$ rm /tmp/mountpoint/helloworld\n$ cat /tmp/mountpoint/helloworld\ncat: /tmp/mountpoint/helloworld: No such file or directory\n```\n\nRelevant issues: This PR resurrects a previous PR to add this feature:\nhttps://github.com/awslabs/mountpoint-s3/pull/537\n\n## Does this change impact existing behavior?\n\nShouldn't affect any existing behavior as we had an “is directory?”\ncheck for passed mount points before, and it shouldn't have been\npossible to pass a file descriptor as a mount point prior to this\nchange.\n\n## Does this change need a changelog entry in any of the crates?\n\nUpdated CHANGELOG for `mountpoint-s3`.\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: Burak Varli <[email protected]>\nSigned-off-by: Burak Varlı <[email protected]>\nSigned-off-by: Burak Varlı <[email protected]>\nSigned-off-by: Daniel Carl Jones <[email protected]>\nSigned-off-by: Daniel Carl Jones <[email protected]>\nCo-authored-by: Daniel Carl Jones <[email protected]>\nCo-authored-by: Daniel Carl Jones <[email protected]>",
"timestamp": "2024-12-17T16:56:59Z",
"tree_id": "1a210e077e88bc40a945a0b79f33981f0461f3fe",
"url": "https://github.com/awslabs/mountpoint-s3/commit/602f371ff81ec89de5e6067fc09b7b7825d783ee"
},
"date": 1734462062043,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "rand_read_4t_direct",
"value": 3416.63671875,
"unit": "MiB"
},
{
"name": "rand_read_4t_direct_small",
"value": 333.3671875,
"unit": "MiB"
},
{
"name": "rand_read_4t",
"value": 3298.63671875,
"unit": "MiB"
},
{
"name": "rand_read_4t_small",
"value": 345.109375,
"unit": "MiB"
},
{
"name": "rand_read_direct",
"value": 3193.0625,
"unit": "MiB"
},
{
"name": "rand_read_direct_small",
"value": 258.9375,
"unit": "MiB"
},
{
"name": "rand_read",
"value": 3539.34765625,
"unit": "MiB"
},
{
"name": "rand_read_small",
"value": 223.65625,
"unit": "MiB"
},
{
"name": "seq_read_4t_direct",
"value": 33972.02734375,
"unit": "MiB"
},
{
"name": "seq_read_4t_direct_small",
"value": 349.0859375,
"unit": "MiB"
},
{
"name": "seq_read_4t",
"value": 3427.265625,
"unit": "MiB"
},
{
"name": "seq_read_4t_small",
"value": 371.96875,
"unit": "MiB"
},
{
"name": "seq_read_direct",
"value": 3236.11328125,
"unit": "MiB"
},
{
"name": "seq_read_direct_small",
"value": 226.7265625,
"unit": "MiB"
},
{
"name": "seq_read",
"value": 3412.3046875,
"unit": "MiB"
},
{
"name": "seq_read_skip_17m",
"value": 3905.69140625,
"unit": "MiB"
},
{
"name": "seq_read_small",
"value": 241.5,
"unit": "MiB"
}
]
},
{
"commit": {
"author": {
Expand Down Expand Up @@ -2182,6 +2073,115 @@ window.BENCHMARK_DATA = {
"unit": "MiB"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Alessandro Passaro",
"username": "passaro"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "228d598ff46830e56f19be1c4d3c85069d6321b3",
"message": "Publish client crates (#1237)\n\nUpdate changelogs for the client crates to prepare for publication. \n\n### Does this change impact existing behavior?\n\nN/A\n\n### Does this change need a changelog entry? Does it require a version\nchange?\n\nN/A\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: Alessandro Passaro <[email protected]>",
"timestamp": "2025-01-20T14:07:56Z",
"tree_id": "3581193e2c158506008c692ca1658a1118846022",
"url": "https://github.com/awslabs/mountpoint-s3/commit/228d598ff46830e56f19be1c4d3c85069d6321b3"
},
"date": 1737389332108,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "rand_read_4t_direct",
"value": 3561.5703125,
"unit": "MiB"
},
{
"name": "rand_read_4t_direct_small",
"value": 328.03125,
"unit": "MiB"
},
{
"name": "rand_read_4t",
"value": 3569.51953125,
"unit": "MiB"
},
{
"name": "rand_read_4t_small",
"value": 356.9140625,
"unit": "MiB"
},
{
"name": "rand_read_direct",
"value": 3597.47265625,
"unit": "MiB"
},
{
"name": "rand_read_direct_small",
"value": 265.34765625,
"unit": "MiB"
},
{
"name": "rand_read",
"value": 3468.3203125,
"unit": "MiB"
},
{
"name": "rand_read_small",
"value": 218.21875,
"unit": "MiB"
},
{
"name": "seq_read_4t_direct",
"value": 14358.52734375,
"unit": "MiB"
},
{
"name": "seq_read_4t_direct_small",
"value": 346.12890625,
"unit": "MiB"
},
{
"name": "seq_read_4t",
"value": 3524.4140625,
"unit": "MiB"
},
{
"name": "seq_read_4t_small",
"value": 367.23828125,
"unit": "MiB"
},
{
"name": "seq_read_direct",
"value": 3096.32421875,
"unit": "MiB"
},
{
"name": "seq_read_direct_small",
"value": 243.92578125,
"unit": "MiB"
},
{
"name": "seq_read",
"value": 3546.921875,
"unit": "MiB"
},
{
"name": "seq_read_skip_17m",
"value": 3543.33984375,
"unit": "MiB"
},
{
"name": "seq_read_small",
"value": 216.515625,
"unit": "MiB"
}
]
}
]
}
Expand Down

0 comments on commit 2e59954

Please sign in to comment.