Skip to content

Commit d167e02

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 75583d8
1 parent c029e55 commit d167e02

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": 1738150755562,
2+
"lastUpdate": 1738150805954,
33
"repoUrl": "https://github.com/konradhalas/dacite",
44
"entries": {
55
"Benchmark": [
@@ -1682,6 +1682,86 @@ window.BENCHMARK_DATA = {
16821682
"extra": "mean: 54.207384166690844 msec\nrounds: 18"
16831683
}
16841684
]
1685+
},
1686+
{
1687+
"commit": {
1688+
"author": {
1689+
"email": "contact@mciszczon.pl",
1690+
"name": "Mateusz Ciszczoń",
1691+
"username": "mciszczon"
1692+
},
1693+
"committer": {
1694+
"email": "contact@mciszczon.pl",
1695+
"name": "Mateusz Ciszczoń",
1696+
"username": "mciszczon"
1697+
},
1698+
"distinct": true,
1699+
"id": "75583d806d2d9b12e44fe98e46591bc3e8dc65e0",
1700+
"message": "Fix setup.py versions",
1701+
"timestamp": "2025-01-29T12:39:11+01:00",
1702+
"tree_id": "2644e4c69f7761b13be6851dcbfb8e82bae66a41",
1703+
"url": "https://github.com/konradhalas/dacite/commit/75583d806d2d9b12e44fe98e46591bc3e8dc65e0"
1704+
},
1705+
"date": 1738150803557,
1706+
"tool": "pytest",
1707+
"benches": [
1708+
{
1709+
"name": "tests/performance/test_from_dict.py::test_basic_scenario",
1710+
"value": 16433.089145162052,
1711+
"unit": "iter/sec",
1712+
"range": "stddev: 0.000002687672238089243",
1713+
"extra": "mean: 60.852831209426185 usec\nrounds: 3845"
1714+
},
1715+
{
1716+
"name": "tests/performance/test_from_dict.py::test_union_matching",
1717+
"value": 465.3060372549833,
1718+
"unit": "iter/sec",
1719+
"range": "stddev: 0.0000230485938117822",
1720+
"extra": "mean: 2.1491232005055836 msec\nrounds: 394"
1721+
},
1722+
{
1723+
"name": "tests/performance/test_from_dict.py::test_strict_unions_match",
1724+
"value": 463.0261451371111,
1725+
"unit": "iter/sec",
1726+
"range": "stddev: 0.000025940075157301053",
1727+
"extra": "mean: 2.1597052574728375 msec\nrounds: 435"
1728+
},
1729+
{
1730+
"name": "tests/performance/test_from_dict.py::test_collection_of_union",
1731+
"value": 5735.908040773637,
1732+
"unit": "iter/sec",
1733+
"range": "stddev: 0.00001544975908082663",
1734+
"extra": "mean: 174.3403124477435 usec\nrounds: 3495"
1735+
},
1736+
{
1737+
"name": "tests/performance/test_from_dict.py::test_type_hooks",
1738+
"value": 453.229294263211,
1739+
"unit": "iter/sec",
1740+
"range": "stddev: 0.00002755381999216607",
1741+
"extra": "mean: 2.2063887146254366 msec\nrounds: 424"
1742+
},
1743+
{
1744+
"name": "tests/performance/test_from_dict.py::test_casting",
1745+
"value": 166554.85684112046,
1746+
"unit": "iter/sec",
1747+
"range": "stddev: 4.962633883226543e-7",
1748+
"extra": "mean: 6.004027855842819 usec\nrounds: 15078"
1749+
},
1750+
{
1751+
"name": "tests/performance/test_from_dict.py::test_forward_references",
1752+
"value": 456.80131912580435,
1753+
"unit": "iter/sec",
1754+
"range": "stddev: 0.00010658766210244924",
1755+
"extra": "mean: 2.189135534708465 msec\nrounds: 389"
1756+
},
1757+
{
1758+
"name": "tests/performance/test_from_dict.py::test_parsing_multiple_items",
1759+
"value": 18.170248028611415,
1760+
"unit": "iter/sec",
1761+
"range": "stddev: 0.0027238970817687084",
1762+
"extra": "mean: 55.03502199999528 msec\nrounds: 18"
1763+
}
1764+
]
16851765
}
16861766
]
16871767
}

0 commit comments

Comments
 (0)