|
1 | 1 | window.BENCHMARK_DATA = { |
2 | | - "lastUpdate": 1769085154174, |
| 2 | + "lastUpdate": 1769086577303, |
3 | 3 | "repoUrl": "https://github.com/awslabs/mountpoint-s3", |
4 | 4 | "entries": { |
5 | 5 | "Latency Benchmark (S3 Standard)": [ |
6 | | - { |
7 | | - "commit": { |
8 | | - "author": { |
9 | | - "email": "alexpax@amazon.co.uk", |
10 | | - "name": "Alessandro Passaro", |
11 | | - "username": "passaro" |
12 | | - }, |
13 | | - "committer": { |
14 | | - "email": "noreply@github.com", |
15 | | - "name": "GitHub", |
16 | | - "username": "web-flow" |
17 | | - }, |
18 | | - "distinct": true, |
19 | | - "id": "854836ac0d0810f943371082b8f79305f592377d", |
20 | | - "message": "Update RPM workflow to handle configurable release (#1690)\n\nUpdate the RPM workflow to use a \"version tag\" (`<VERSION>-<RELEASE>`),\nwhich will allow to handle a configurable release in a future change.\n\n### Does this change impact existing behavior?\n\nNo.\n\n### Does this change need a changelog entry? Does it require a version\nchange?\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: Alessandro Passaro <alexpax@amazon.co.uk>\nCo-authored-by: Tadiwa Magwenzi <tadiwaom@amazon.com>", |
21 | | - "timestamp": "2025-10-29T22:09:39Z", |
22 | | - "tree_id": "fbd562fa793b449fba3b079884b323ce0969dad1", |
23 | | - "url": "https://github.com/awslabs/mountpoint-s3/commit/854836ac0d0810f943371082b8f79305f592377d" |
24 | | - }, |
25 | | - "date": 1761777401706, |
26 | | - "tool": "customSmallerIsBetter", |
27 | | - "benches": [ |
28 | | - { |
29 | | - "name": "One Byte File Creation - Average Total Latency", |
30 | | - "value": 282.5354131, |
31 | | - "unit": "milliseconds" |
32 | | - }, |
33 | | - { |
34 | | - "name": "readdir_100", |
35 | | - "value": 0.071, |
36 | | - "unit": "seconds" |
37 | | - }, |
38 | | - { |
39 | | - "name": "readdir_1000", |
40 | | - "value": 0.128, |
41 | | - "unit": "seconds" |
42 | | - }, |
43 | | - { |
44 | | - "name": "readdir_10000", |
45 | | - "value": 0.842, |
46 | | - "unit": "seconds" |
47 | | - }, |
48 | | - { |
49 | | - "name": "readdir_100000", |
50 | | - "value": 8.157, |
51 | | - "unit": "seconds" |
52 | | - }, |
53 | | - { |
54 | | - "name": "time_to_write_one_byte_file", |
55 | | - "value": 40.392400200000004, |
56 | | - "unit": "milliseconds" |
57 | | - }, |
58 | | - { |
59 | | - "name": "time_to_first_byte_read", |
60 | | - "value": 17.716815, |
61 | | - "unit": "milliseconds" |
62 | | - }, |
63 | | - { |
64 | | - "name": "time_to_first_byte_read_small_file", |
65 | | - "value": 19.4876844, |
66 | | - "unit": "milliseconds" |
67 | | - } |
68 | | - ] |
69 | | - }, |
70 | 6 | { |
71 | 7 | "commit": { |
72 | 8 | "author": { |
@@ -1922,6 +1858,70 @@ window.BENCHMARK_DATA = { |
1922 | 1858 | "unit": "milliseconds" |
1923 | 1859 | } |
1924 | 1860 | ] |
| 1861 | + }, |
| 1862 | + { |
| 1863 | + "commit": { |
| 1864 | + "author": { |
| 1865 | + "email": "alexpax@amazon.co.uk", |
| 1866 | + "name": "Alessandro Passaro", |
| 1867 | + "username": "passaro" |
| 1868 | + }, |
| 1869 | + "committer": { |
| 1870 | + "email": "noreply@github.com", |
| 1871 | + "name": "GitHub", |
| 1872 | + "username": "web-flow" |
| 1873 | + }, |
| 1874 | + "distinct": true, |
| 1875 | + "id": "bd86ba1f6e2a65c902f56114fda215c5ad243aa0", |
| 1876 | + "message": "Prepare changelogs for new releases (#1754)\n\nUpdate changelogs before publishing crates and releasing Mountpoint.\n\n### Does this change impact existing behavior?\n\nNo.\n\n### Does this change need a changelog entry? Does it require a version\nchange?\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\nSigned-off-by: Alessandro Passaro <alexpax@amazon.co.uk>", |
| 1877 | + "timestamp": "2026-01-22T12:28:00Z", |
| 1878 | + "tree_id": "d3b04ec3fdcf7e8c776059ace81ec1999b6cea33", |
| 1879 | + "url": "https://github.com/awslabs/mountpoint-s3/commit/bd86ba1f6e2a65c902f56114fda215c5ad243aa0" |
| 1880 | + }, |
| 1881 | + "date": 1769086576217, |
| 1882 | + "tool": "customSmallerIsBetter", |
| 1883 | + "benches": [ |
| 1884 | + { |
| 1885 | + "name": "One Byte File Creation - Average Total Latency", |
| 1886 | + "value": 241.22883009999995, |
| 1887 | + "unit": "milliseconds" |
| 1888 | + }, |
| 1889 | + { |
| 1890 | + "name": "readdir_100", |
| 1891 | + "value": 0.06, |
| 1892 | + "unit": "seconds" |
| 1893 | + }, |
| 1894 | + { |
| 1895 | + "name": "readdir_1000", |
| 1896 | + "value": 0.15, |
| 1897 | + "unit": "seconds" |
| 1898 | + }, |
| 1899 | + { |
| 1900 | + "name": "readdir_10000", |
| 1901 | + "value": 0.965, |
| 1902 | + "unit": "seconds" |
| 1903 | + }, |
| 1904 | + { |
| 1905 | + "name": "readdir_100000", |
| 1906 | + "value": 8.482, |
| 1907 | + "unit": "seconds" |
| 1908 | + }, |
| 1909 | + { |
| 1910 | + "name": "time_to_write_one_byte_file", |
| 1911 | + "value": 32.7092407, |
| 1912 | + "unit": "milliseconds" |
| 1913 | + }, |
| 1914 | + { |
| 1915 | + "name": "time_to_first_byte_read", |
| 1916 | + "value": 15.2637346, |
| 1917 | + "unit": "milliseconds" |
| 1918 | + }, |
| 1919 | + { |
| 1920 | + "name": "time_to_first_byte_read_small_file", |
| 1921 | + "value": 27.587422800000002, |
| 1922 | + "unit": "milliseconds" |
| 1923 | + } |
| 1924 | + ] |
1925 | 1925 | } |
1926 | 1926 | ] |
1927 | 1927 | } |
|
0 commit comments