Skip to content

Commit 6ff3b2c

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 4a7c517
1 parent 1911a0f commit 6ff3b2c

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": 1738051820515,
2+
"lastUpdate": 1738052950502,
33
"repoUrl": "https://github.com/konradhalas/dacite",
44
"entries": {
55
"Benchmark": [
@@ -1522,6 +1522,86 @@ window.BENCHMARK_DATA = {
15221522
"extra": "mean: 46.66481683335001 msec\nrounds: 18"
15231523
}
15241524
]
1525+
},
1526+
{
1527+
"commit": {
1528+
"author": {
1529+
"email": "contact@mciszczon.pl",
1530+
"name": "Mateusz Ciszczoń",
1531+
"username": "mciszczon"
1532+
},
1533+
"committer": {
1534+
"email": "noreply@github.com",
1535+
"name": "GitHub",
1536+
"username": "web-flow"
1537+
},
1538+
"distinct": true,
1539+
"id": "4a7c5174658a1cceae2c9dab77d7967e3f108033",
1540+
"message": "Merge pull request #233 from kkg4theweb/nounionmatchfix",
1541+
"timestamp": "2025-01-28T09:28:27+01:00",
1542+
"tree_id": "ecadba47246cabdceb3f234973f25ae7363297e1",
1543+
"url": "https://github.com/konradhalas/dacite/commit/4a7c5174658a1cceae2c9dab77d7967e3f108033"
1544+
},
1545+
"date": 1738052948233,
1546+
"tool": "pytest",
1547+
"benches": [
1548+
{
1549+
"name": "tests/performance/test_from_dict.py::test_basic_scenario",
1550+
"value": 19434.785247329284,
1551+
"unit": "iter/sec",
1552+
"range": "stddev: 0.0000028682230268914503",
1553+
"extra": "mean: 51.45413171660435 usec\nrounds: 4988"
1554+
},
1555+
{
1556+
"name": "tests/performance/test_from_dict.py::test_union_matching",
1557+
"value": 548.4075791410498,
1558+
"unit": "iter/sec",
1559+
"range": "stddev: 0.00001879007223600148",
1560+
"extra": "mean: 1.823461305123212 msec\nrounds: 449"
1561+
},
1562+
{
1563+
"name": "tests/performance/test_from_dict.py::test_strict_unions_match",
1564+
"value": 546.2338477793347,
1565+
"unit": "iter/sec",
1566+
"range": "stddev: 0.00002417433284322316",
1567+
"extra": "mean: 1.83071774857126 msec\nrounds: 525"
1568+
},
1569+
{
1570+
"name": "tests/performance/test_from_dict.py::test_collection_of_union",
1571+
"value": 8458.715676005275,
1572+
"unit": "iter/sec",
1573+
"range": "stddev: 0.0000036990896890169267",
1574+
"extra": "mean: 118.22125702093128 usec\nrounds: 4202"
1575+
},
1576+
{
1577+
"name": "tests/performance/test_from_dict.py::test_type_hooks",
1578+
"value": 538.3922434481601,
1579+
"unit": "iter/sec",
1580+
"range": "stddev: 0.00002796509286012197",
1581+
"extra": "mean: 1.8573818849904853 msec\nrounds: 513"
1582+
},
1583+
{
1584+
"name": "tests/performance/test_from_dict.py::test_casting",
1585+
"value": 153426.53611350586,
1586+
"unit": "iter/sec",
1587+
"range": "stddev: 7.1203151693269e-7",
1588+
"extra": "mean: 6.51777733716281 usec\nrounds: 15638"
1589+
},
1590+
{
1591+
"name": "tests/performance/test_from_dict.py::test_forward_references",
1592+
"value": 539.5187514272237,
1593+
"unit": "iter/sec",
1594+
"range": "stddev: 0.00004034745058831439",
1595+
"extra": "mean: 1.8535036963120104 msec\nrounds: 461"
1596+
},
1597+
{
1598+
"name": "tests/performance/test_from_dict.py::test_parsing_multiple_items",
1599+
"value": 21.68116298982823,
1600+
"unit": "iter/sec",
1601+
"range": "stddev: 0.00022929832624819527",
1602+
"extra": "mean: 46.12298705881933 msec\nrounds: 17"
1603+
}
1604+
]
15251605
}
15261606
]
15271607
}

0 commit comments

Comments
 (0)