Skip to content

Commit 237f6c4

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 1bbfe9b
1 parent ed9973e commit 237f6c4

File tree

1 file changed

+81
-1
lines changed

1 file changed

+81
-1
lines changed

performance/3.10/data.js

+81-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1738053310527,
2+
"lastUpdate": 1738150747681,
33
"repoUrl": "https://github.com/konradhalas/dacite",
44
"entries": {
55
"Benchmark": [
@@ -1682,6 +1682,86 @@ window.BENCHMARK_DATA = {
16821682
"extra": "mean: 46.47619362501132 msec\nrounds: 16"
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": "1bbfe9b00c1dab1bed65df7c8cf52ef6e4fdedb8",
1700+
"message": "Fix publish workflow",
1701+
"timestamp": "2025-01-29T12:38:21+01:00",
1702+
"tree_id": "3ca8b4719b380631e2e5bd94a6b9d099b36c7ab4",
1703+
"url": "https://github.com/konradhalas/dacite/commit/1bbfe9b00c1dab1bed65df7c8cf52ef6e4fdedb8"
1704+
},
1705+
"date": 1738150747118,
1706+
"tool": "pytest",
1707+
"benches": [
1708+
{
1709+
"name": "tests/performance/test_from_dict.py::test_basic_scenario",
1710+
"value": 18760.328085032434,
1711+
"unit": "iter/sec",
1712+
"range": "stddev: 0.0000044905989746301075",
1713+
"extra": "mean: 53.30397184246638 usec\nrounds: 3374"
1714+
},
1715+
{
1716+
"name": "tests/performance/test_from_dict.py::test_union_matching",
1717+
"value": 519.3557295951924,
1718+
"unit": "iter/sec",
1719+
"range": "stddev: 0.00023371477939646438",
1720+
"extra": "mean: 1.9254625356293686 msec\nrounds: 435"
1721+
},
1722+
{
1723+
"name": "tests/performance/test_from_dict.py::test_strict_unions_match",
1724+
"value": 536.9791173226396,
1725+
"unit": "iter/sec",
1726+
"range": "stddev: 0.000056863808041349016",
1727+
"extra": "mean: 1.8622698122526022 msec\nrounds: 506"
1728+
},
1729+
{
1730+
"name": "tests/performance/test_from_dict.py::test_collection_of_union",
1731+
"value": 8459.816106112714,
1732+
"unit": "iter/sec",
1733+
"range": "stddev: 0.00000439999308432012",
1734+
"extra": "mean: 118.20587911803915 usec\nrounds: 3673"
1735+
},
1736+
{
1737+
"name": "tests/performance/test_from_dict.py::test_type_hooks",
1738+
"value": 532.5299195340789,
1739+
"unit": "iter/sec",
1740+
"range": "stddev: 0.00003239054846410663",
1741+
"extra": "mean: 1.8778287628888908 msec\nrounds: 485"
1742+
},
1743+
{
1744+
"name": "tests/performance/test_from_dict.py::test_casting",
1745+
"value": 151077.6937909778,
1746+
"unit": "iter/sec",
1747+
"range": "stddev: 6.892416976001266e-7",
1748+
"extra": "mean: 6.619110835670692 usec\nrounds: 11278"
1749+
},
1750+
{
1751+
"name": "tests/performance/test_from_dict.py::test_forward_references",
1752+
"value": 532.920875603179,
1753+
"unit": "iter/sec",
1754+
"range": "stddev: 0.00016603282357013083",
1755+
"extra": "mean: 1.876451168981069 msec\nrounds: 432"
1756+
},
1757+
{
1758+
"name": "tests/performance/test_from_dict.py::test_parsing_multiple_items",
1759+
"value": 20.85967359644877,
1760+
"unit": "iter/sec",
1761+
"range": "stddev: 0.000910599018673998",
1762+
"extra": "mean: 47.93938866666849 msec\nrounds: 15"
1763+
}
1764+
]
16851765
}
16861766
]
16871767
}

0 commit comments

Comments
 (0)