|
1 | 1 | window.BENCHMARK_DATA = {
|
2 |
| - "lastUpdate": 1738150799557, |
| 2 | + "lastUpdate": 1738179401344, |
3 | 3 | "repoUrl": "https://github.com/konradhalas/dacite",
|
4 | 4 | "entries": {
|
5 | 5 | "Benchmark": [
|
@@ -1922,6 +1922,86 @@ window.BENCHMARK_DATA = {
|
1922 | 1922 | "extra": "mean: 61.88834441176743 msec\nrounds: 17"
|
1923 | 1923 | }
|
1924 | 1924 | ]
|
| 1925 | + }, |
| 1926 | + { |
| 1927 | + "commit": { |
| 1928 | + "author": { |
| 1929 | + "email": "contact@mciszczon.pl", |
| 1930 | + "name": "Mateusz Ciszczoń", |
| 1931 | + "username": "mciszczon" |
| 1932 | + }, |
| 1933 | + "committer": { |
| 1934 | + "email": "noreply@github.com", |
| 1935 | + "name": "GitHub", |
| 1936 | + "username": "web-flow" |
| 1937 | + }, |
| 1938 | + "distinct": true, |
| 1939 | + "id": "71c365ad38f3f2ac92fabd23bbe7bcb872aec5e9", |
| 1940 | + "message": "Merge pull request #274 from konradhalas/bug/273-readonly-attribute\n\nA hotfix and not a definitive solution for sure", |
| 1941 | + "timestamp": "2025-01-29T20:35:53+01:00", |
| 1942 | + "tree_id": "11be2ef5195b7c75f05bf55c406c6083f7a8b7d0", |
| 1943 | + "url": "https://github.com/konradhalas/dacite/commit/71c365ad38f3f2ac92fabd23bbe7bcb872aec5e9" |
| 1944 | + }, |
| 1945 | + "date": 1738179400430, |
| 1946 | + "tool": "pytest", |
| 1947 | + "benches": [ |
| 1948 | + { |
| 1949 | + "name": "tests/performance/test_from_dict.py::test_basic_scenario", |
| 1950 | + "value": 14900.00096436428, |
| 1951 | + "unit": "iter/sec", |
| 1952 | + "range": "stddev: 0.0000037410353315057064", |
| 1953 | + "extra": "mean: 67.11408961594424 usec\nrounds: 3593" |
| 1954 | + }, |
| 1955 | + { |
| 1956 | + "name": "tests/performance/test_from_dict.py::test_union_matching", |
| 1957 | + "value": 375.653994687475, |
| 1958 | + "unit": "iter/sec", |
| 1959 | + "range": "stddev: 0.0005688469081456455", |
| 1960 | + "extra": "mean: 2.6620241342886533 msec\nrounds: 350" |
| 1961 | + }, |
| 1962 | + { |
| 1963 | + "name": "tests/performance/test_from_dict.py::test_strict_unions_match", |
| 1964 | + "value": 404.8055340644368, |
| 1965 | + "unit": "iter/sec", |
| 1966 | + "range": "stddev: 0.00006315486189110764", |
| 1967 | + "extra": "mean: 2.4703219591874954 msec\nrounds: 392" |
| 1968 | + }, |
| 1969 | + { |
| 1970 | + "name": "tests/performance/test_from_dict.py::test_collection_of_union", |
| 1971 | + "value": 5224.770781538991, |
| 1972 | + "unit": "iter/sec", |
| 1973 | + "range": "stddev: 0.000004868948349701742", |
| 1974 | + "extra": "mean: 191.39595626536624 usec\nrounds: 3224" |
| 1975 | + }, |
| 1976 | + { |
| 1977 | + "name": "tests/performance/test_from_dict.py::test_type_hooks", |
| 1978 | + "value": 401.1460816940117, |
| 1979 | + "unit": "iter/sec", |
| 1980 | + "range": "stddev: 0.0000469437132575433", |
| 1981 | + "extra": "mean: 2.492857454264717 msec\nrounds: 328" |
| 1982 | + }, |
| 1983 | + { |
| 1984 | + "name": "tests/performance/test_from_dict.py::test_casting", |
| 1985 | + "value": 138646.4719365419, |
| 1986 | + "unit": "iter/sec", |
| 1987 | + "range": "stddev: 0.0000013280922769256924", |
| 1988 | + "extra": "mean: 7.212588867444801 usec\nrounds: 15557" |
| 1989 | + }, |
| 1990 | + { |
| 1991 | + "name": "tests/performance/test_from_dict.py::test_forward_references", |
| 1992 | + "value": 364.28596298251284, |
| 1993 | + "unit": "iter/sec", |
| 1994 | + "range": "stddev: 0.00005569125303966062", |
| 1995 | + "extra": "mean: 2.7450961651465113 msec\nrounds: 327" |
| 1996 | + }, |
| 1997 | + { |
| 1998 | + "name": "tests/performance/test_from_dict.py::test_parsing_multiple_items", |
| 1999 | + "value": 15.953394821255426, |
| 2000 | + "unit": "iter/sec", |
| 2001 | + "range": "stddev: 0.002234585970872084", |
| 2002 | + "extra": "mean: 62.68258331246557 msec\nrounds: 16" |
| 2003 | + } |
| 2004 | + ] |
1925 | 2005 | }
|
1926 | 2006 | ]
|
1927 | 2007 | }
|
|
0 commit comments