Skip to content

Commit 0d04dd7

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for b9c1b90
1 parent 017009b commit 0d04dd7

File tree

1 file changed

+81
-1
lines changed

1 file changed

+81
-1
lines changed

performance/3.8/data.js

+81-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1738746158066,
2+
"lastUpdate": 1738746285666,
33
"repoUrl": "https://github.com/konradhalas/dacite",
44
"entries": {
55
"Benchmark": [
@@ -2002,6 +2002,86 @@ window.BENCHMARK_DATA = {
20022002
"extra": "mean: 54.42654784209672 msec\nrounds: 19"
20032003
}
20042004
]
2005+
},
2006+
{
2007+
"commit": {
2008+
"author": {
2009+
"email": "contact@mciszczon.pl",
2010+
"name": "Mateusz Ciszczoń",
2011+
"username": "mciszczon"
2012+
},
2013+
"committer": {
2014+
"email": "noreply@github.com",
2015+
"name": "GitHub",
2016+
"username": "web-flow"
2017+
},
2018+
"distinct": true,
2019+
"id": "b9c1b90ae162cd0dbf63270ba7530d0679265533",
2020+
"message": "Merge pull request #275 from avlonder/master\n\nfix readonly __args__",
2021+
"timestamp": "2025-02-05T10:04:07+01:00",
2022+
"tree_id": "654dd9c93262751fa57c9d2f9fba5e8de9ae14f4",
2023+
"url": "https://github.com/konradhalas/dacite/commit/b9c1b90ae162cd0dbf63270ba7530d0679265533"
2024+
},
2025+
"date": 1738746284192,
2026+
"tool": "pytest",
2027+
"benches": [
2028+
{
2029+
"name": "tests/performance/test_from_dict.py::test_basic_scenario",
2030+
"value": 16720.123083264603,
2031+
"unit": "iter/sec",
2032+
"range": "stddev: 0.0000033897632412052036",
2033+
"extra": "mean: 59.8081721659641 usec\nrounds: 3880"
2034+
},
2035+
{
2036+
"name": "tests/performance/test_from_dict.py::test_union_matching",
2037+
"value": 463.1100065156651,
2038+
"unit": "iter/sec",
2039+
"range": "stddev: 0.00003090461286661191",
2040+
"extra": "mean: 2.1593141714293194 msec\nrounds: 280"
2041+
},
2042+
{
2043+
"name": "tests/performance/test_from_dict.py::test_strict_unions_match",
2044+
"value": 463.8450986036461,
2045+
"unit": "iter/sec",
2046+
"range": "stddev: 0.00007493573026227381",
2047+
"extra": "mean: 2.1558921351338807 msec\nrounds: 444"
2048+
},
2049+
{
2050+
"name": "tests/performance/test_from_dict.py::test_collection_of_union",
2051+
"value": 5919.043904740308,
2052+
"unit": "iter/sec",
2053+
"range": "stddev: 0.000007991966219856061",
2054+
"extra": "mean: 168.94620416637608 usec\nrounds: 3600"
2055+
},
2056+
{
2057+
"name": "tests/performance/test_from_dict.py::test_type_hooks",
2058+
"value": 458.1146509734429,
2059+
"unit": "iter/sec",
2060+
"range": "stddev: 0.000060258489634087",
2061+
"extra": "mean: 2.1828596790674792 msec\nrounds: 430"
2062+
},
2063+
{
2064+
"name": "tests/performance/test_from_dict.py::test_casting",
2065+
"value": 167111.44475157445,
2066+
"unit": "iter/sec",
2067+
"range": "stddev: 0.0000010617730154660735",
2068+
"extra": "mean: 5.984030605962303 usec\nrounds: 14703"
2069+
},
2070+
{
2071+
"name": "tests/performance/test_from_dict.py::test_forward_references",
2072+
"value": 461.0218180952499,
2073+
"unit": "iter/sec",
2074+
"range": "stddev: 0.00007009056017458574",
2075+
"extra": "mean: 2.1690947385778476 msec\nrounds: 394"
2076+
},
2077+
{
2078+
"name": "tests/performance/test_from_dict.py::test_parsing_multiple_items",
2079+
"value": 18.228923432380586,
2080+
"unit": "iter/sec",
2081+
"range": "stddev: 0.0020909475536869666",
2082+
"extra": "mean: 54.857874833336005 msec\nrounds: 18"
2083+
}
2084+
]
20052085
}
20062086
]
20072087
}

0 commit comments

Comments
 (0)