Skip to content

Commit dae7fc5

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for daad7e4
1 parent 0cb7e33 commit dae7fc5

File tree

1 file changed

+81
-1
lines changed

1 file changed

+81
-1
lines changed

performance/3.12/data.js

+81-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1738746686024,
2+
"lastUpdate": 1738747188998,
33
"repoUrl": "https://github.com/konradhalas/dacite",
44
"entries": {
55
"Benchmark": [
@@ -962,6 +962,86 @@ window.BENCHMARK_DATA = {
962962
"extra": "mean: 57.428630111088644 msec\nrounds: 18"
963963
}
964964
]
965+
},
966+
{
967+
"commit": {
968+
"author": {
969+
"email": "contact@mciszczon.pl",
970+
"name": "Mateusz Ciszczoń",
971+
"username": "mciszczon"
972+
},
973+
"committer": {
974+
"email": "contact@mciszczon.pl",
975+
"name": "Mateusz Ciszczoń",
976+
"username": "mciszczon"
977+
},
978+
"distinct": true,
979+
"id": "daad7e4a15569321d3cf118f8083a71a65d7e044",
980+
"message": "Fix version in setup.py",
981+
"timestamp": "2025-02-05T10:19:01+01:00",
982+
"tree_id": "bdf27ae2fa2050bd89cd9f77e6e7240adde48bbc",
983+
"url": "https://github.com/konradhalas/dacite/commit/daad7e4a15569321d3cf118f8083a71a65d7e044"
984+
},
985+
"date": 1738747188440,
986+
"tool": "pytest",
987+
"benches": [
988+
{
989+
"name": "tests/performance/test_from_dict.py::test_basic_scenario",
990+
"value": 14004.125251345275,
991+
"unit": "iter/sec",
992+
"range": "stddev: 0.000005454984602469436",
993+
"extra": "mean: 71.40753042778857 usec\nrounds: 2892"
994+
},
995+
{
996+
"name": "tests/performance/test_from_dict.py::test_union_matching",
997+
"value": 447.40259325292874,
998+
"unit": "iter/sec",
999+
"range": "stddev: 0.00003466666006344785",
1000+
"extra": "mean: 2.235123387929656 msec\nrounds: 348"
1001+
},
1002+
{
1003+
"name": "tests/performance/test_from_dict.py::test_strict_unions_match",
1004+
"value": 452.04626596685523,
1005+
"unit": "iter/sec",
1006+
"range": "stddev: 0.00003912185385099659",
1007+
"extra": "mean: 2.2121629472177116 msec\nrounds: 341"
1008+
},
1009+
{
1010+
"name": "tests/performance/test_from_dict.py::test_collection_of_union",
1011+
"value": 6553.65560857648,
1012+
"unit": "iter/sec",
1013+
"range": "stddev: 0.000005039638224526217",
1014+
"extra": "mean: 152.58659589792057 usec\nrounds: 2925"
1015+
},
1016+
{
1017+
"name": "tests/performance/test_from_dict.py::test_type_hooks",
1018+
"value": 441.54600563577077,
1019+
"unit": "iter/sec",
1020+
"range": "stddev: 0.00003790981965609348",
1021+
"extra": "mean: 2.2647696666627652 msec\nrounds: 408"
1022+
},
1023+
{
1024+
"name": "tests/performance/test_from_dict.py::test_casting",
1025+
"value": 95866.19509346964,
1026+
"unit": "iter/sec",
1027+
"range": "stddev: 0.0000029921346049921825",
1028+
"extra": "mean: 10.431205692736622 usec\nrounds: 10117"
1029+
},
1030+
{
1031+
"name": "tests/performance/test_from_dict.py::test_forward_references",
1032+
"value": 447.73035075518374,
1033+
"unit": "iter/sec",
1034+
"range": "stddev: 0.00006204343635452089",
1035+
"extra": "mean: 2.233487183331009 msec\nrounds: 360"
1036+
},
1037+
{
1038+
"name": "tests/performance/test_from_dict.py::test_parsing_multiple_items",
1039+
"value": 17.79052628442008,
1040+
"unit": "iter/sec",
1041+
"range": "stddev: 0.002288347216446483",
1042+
"extra": "mean: 56.20969183332944 msec\nrounds: 18"
1043+
}
1044+
]
9651045
}
9661046
]
9671047
}

0 commit comments

Comments
 (0)