Skip to content

Commit 97041a9

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 414d0ab
1 parent 5643e42 commit 97041a9

File tree

1 file changed

+81
-1
lines changed

1 file changed

+81
-1
lines changed

performance/3.9/data.js

+81-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1738051132639,
2+
"lastUpdate": 1738051822121,
33
"repoUrl": "https://github.com/konradhalas/dacite",
44
"entries": {
55
"Benchmark": [
@@ -1522,6 +1522,86 @@ window.BENCHMARK_DATA = {
15221522
"extra": "mean: 50.3099275882398 msec\nrounds: 17"
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": "414d0abc81d97212f4fc064adc15cfc0eedc54b0",
1540+
"message": "Merge pull request #265 from m-aciek/shorten-tracebacks",
1541+
"timestamp": "2025-01-28T09:09:42+01:00",
1542+
"tree_id": "b2aaf84f81fed0eb3786cfd322810211fabb3a01",
1543+
"url": "https://github.com/konradhalas/dacite/commit/414d0abc81d97212f4fc064adc15cfc0eedc54b0"
1544+
},
1545+
"date": 1738051821574,
1546+
"tool": "pytest",
1547+
"benches": [
1548+
{
1549+
"name": "tests/performance/test_from_dict.py::test_basic_scenario",
1550+
"value": 17806.793487198065,
1551+
"unit": "iter/sec",
1552+
"range": "stddev: 0.000003251892137066257",
1553+
"extra": "mean: 56.15834207988853 usec\nrounds: 3087"
1554+
},
1555+
{
1556+
"name": "tests/performance/test_from_dict.py::test_union_matching",
1557+
"value": 498.76759417318664,
1558+
"unit": "iter/sec",
1559+
"range": "stddev: 0.000025022879899531802",
1560+
"extra": "mean: 2.0049418039231535 msec\nrounds: 408"
1561+
},
1562+
{
1563+
"name": "tests/performance/test_from_dict.py::test_strict_unions_match",
1564+
"value": 502.0359171644226,
1565+
"unit": "iter/sec",
1566+
"range": "stddev: 0.00002239931032251634",
1567+
"extra": "mean: 1.9918893565387839 msec\nrounds: 474"
1568+
},
1569+
{
1570+
"name": "tests/performance/test_from_dict.py::test_collection_of_union",
1571+
"value": 6834.4218689191475,
1572+
"unit": "iter/sec",
1573+
"range": "stddev: 0.000004735419701462567",
1574+
"extra": "mean: 146.3181552411467 usec\nrounds: 3472"
1575+
},
1576+
{
1577+
"name": "tests/performance/test_from_dict.py::test_type_hooks",
1578+
"value": 492.76530322504914,
1579+
"unit": "iter/sec",
1580+
"range": "stddev: 0.000023388671818694856",
1581+
"extra": "mean: 2.029363661473733 msec\nrounds: 449"
1582+
},
1583+
{
1584+
"name": "tests/performance/test_from_dict.py::test_casting",
1585+
"value": 151513.06808573013,
1586+
"unit": "iter/sec",
1587+
"range": "stddev: 6.611428211667487e-7",
1588+
"extra": "mean: 6.60009075543354 usec\nrounds: 14203"
1589+
},
1590+
{
1591+
"name": "tests/performance/test_from_dict.py::test_forward_references",
1592+
"value": 497.12064562903765,
1593+
"unit": "iter/sec",
1594+
"range": "stddev: 0.000025944994089115706",
1595+
"extra": "mean: 2.0115841270978354 msec\nrounds: 417"
1596+
},
1597+
{
1598+
"name": "tests/performance/test_from_dict.py::test_parsing_multiple_items",
1599+
"value": 19.655357531251923,
1600+
"unit": "iter/sec",
1601+
"range": "stddev: 0.00026031762792298887",
1602+
"extra": "mean: 50.87671381250658 msec\nrounds: 16"
1603+
}
1604+
]
15251605
}
15261606
]
15271607
}

0 commit comments

Comments
 (0)