Skip to content

Commit 7ef5702

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 71c365a
1 parent d167e02 commit 7ef5702

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": 1738150805954,
2+
"lastUpdate": 1738179396054,
33
"repoUrl": "https://github.com/konradhalas/dacite",
44
"entries": {
55
"Benchmark": [
@@ -1762,6 +1762,86 @@ window.BENCHMARK_DATA = {
17621762
"extra": "mean: 55.03502199999528 msec\nrounds: 18"
17631763
}
17641764
]
1765+
},
1766+
{
1767+
"commit": {
1768+
"author": {
1769+
"email": "contact@mciszczon.pl",
1770+
"name": "Mateusz Ciszczoń",
1771+
"username": "mciszczon"
1772+
},
1773+
"committer": {
1774+
"email": "noreply@github.com",
1775+
"name": "GitHub",
1776+
"username": "web-flow"
1777+
},
1778+
"distinct": true,
1779+
"id": "71c365ad38f3f2ac92fabd23bbe7bcb872aec5e9",
1780+
"message": "Merge pull request #274 from konradhalas/bug/273-readonly-attribute\n\nA hotfix and not a definitive solution for sure",
1781+
"timestamp": "2025-01-29T20:35:53+01:00",
1782+
"tree_id": "11be2ef5195b7c75f05bf55c406c6083f7a8b7d0",
1783+
"url": "https://github.com/konradhalas/dacite/commit/71c365ad38f3f2ac92fabd23bbe7bcb872aec5e9"
1784+
},
1785+
"date": 1738179395645,
1786+
"tool": "pytest",
1787+
"benches": [
1788+
{
1789+
"name": "tests/performance/test_from_dict.py::test_basic_scenario",
1790+
"value": 16443.22075585153,
1791+
"unit": "iter/sec",
1792+
"range": "stddev: 0.000004125069354584689",
1793+
"extra": "mean: 60.81533629256527 usec\nrounds: 3830"
1794+
},
1795+
{
1796+
"name": "tests/performance/test_from_dict.py::test_union_matching",
1797+
"value": 458.9871465952903,
1798+
"unit": "iter/sec",
1799+
"range": "stddev: 0.00002357694272464191",
1800+
"extra": "mean: 2.1787102480273703 msec\nrounds: 254"
1801+
},
1802+
{
1803+
"name": "tests/performance/test_from_dict.py::test_strict_unions_match",
1804+
"value": 459.66663760250464,
1805+
"unit": "iter/sec",
1806+
"range": "stddev: 0.000030485799879730787",
1807+
"extra": "mean: 2.1754896226877074 msec\nrounds: 432"
1808+
},
1809+
{
1810+
"name": "tests/performance/test_from_dict.py::test_collection_of_union",
1811+
"value": 5906.473410191462,
1812+
"unit": "iter/sec",
1813+
"range": "stddev: 0.000006796382765694057",
1814+
"extra": "mean: 169.30576514143397 usec\nrounds: 3517"
1815+
},
1816+
{
1817+
"name": "tests/performance/test_from_dict.py::test_type_hooks",
1818+
"value": 454.4498608747151,
1819+
"unit": "iter/sec",
1820+
"range": "stddev: 0.000024195151488247657",
1821+
"extra": "mean: 2.2004627706898665 msec\nrounds: 423"
1822+
},
1823+
{
1824+
"name": "tests/performance/test_from_dict.py::test_casting",
1825+
"value": 167046.6929199632,
1826+
"unit": "iter/sec",
1827+
"range": "stddev: 5.301966116360087e-7",
1828+
"extra": "mean: 5.986350178624178 usec\nrounds: 14327"
1829+
},
1830+
{
1831+
"name": "tests/performance/test_from_dict.py::test_forward_references",
1832+
"value": 457.23396256799776,
1833+
"unit": "iter/sec",
1834+
"range": "stddev: 0.00004879614712493862",
1835+
"extra": "mean: 2.1870641331707388 msec\nrounds: 398"
1836+
},
1837+
{
1838+
"name": "tests/performance/test_from_dict.py::test_parsing_multiple_items",
1839+
"value": 18.005628451427956,
1840+
"unit": "iter/sec",
1841+
"range": "stddev: 0.004229449639026419",
1842+
"extra": "mean: 55.53818922219812 msec\nrounds: 18"
1843+
}
1844+
]
17651845
}
17661846
]
17671847
}

0 commit comments

Comments
 (0)