Skip to content

Commit 2f96261

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for b9c1b90
1 parent 3337b03 commit 2f96261

File tree

1 file changed

+81
-1
lines changed

1 file changed

+81
-1
lines changed

performance/3.13/data.js

+81-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1738746161676,
2+
"lastUpdate": 1738746289628,
33
"repoUrl": "https://github.com/konradhalas/dacite",
44
"entries": {
55
"Benchmark": [
@@ -802,6 +802,86 @@ window.BENCHMARK_DATA = {
802802
"extra": "mean: 50.37015039999915 msec\nrounds: 20"
803803
}
804804
]
805+
},
806+
{
807+
"commit": {
808+
"author": {
809+
"email": "contact@mciszczon.pl",
810+
"name": "Mateusz Ciszczoń",
811+
"username": "mciszczon"
812+
},
813+
"committer": {
814+
"email": "noreply@github.com",
815+
"name": "GitHub",
816+
"username": "web-flow"
817+
},
818+
"distinct": true,
819+
"id": "b9c1b90ae162cd0dbf63270ba7530d0679265533",
820+
"message": "Merge pull request #275 from avlonder/master\n\nfix readonly __args__",
821+
"timestamp": "2025-02-05T10:04:07+01:00",
822+
"tree_id": "654dd9c93262751fa57c9d2f9fba5e8de9ae14f4",
823+
"url": "https://github.com/konradhalas/dacite/commit/b9c1b90ae162cd0dbf63270ba7530d0679265533"
824+
},
825+
"date": 1738746289001,
826+
"tool": "pytest",
827+
"benches": [
828+
{
829+
"name": "tests/performance/test_from_dict.py::test_basic_scenario",
830+
"value": 16171.197139994973,
831+
"unit": "iter/sec",
832+
"range": "stddev: 0.0000030485729685614237",
833+
"extra": "mean: 61.83834080698807 usec\nrounds: 2899"
834+
},
835+
{
836+
"name": "tests/performance/test_from_dict.py::test_union_matching",
837+
"value": 493.0644956870198,
838+
"unit": "iter/sec",
839+
"range": "stddev: 0.000020526330790298852",
840+
"extra": "mean: 2.0281322397927535 msec\nrounds: 392"
841+
},
842+
{
843+
"name": "tests/performance/test_from_dict.py::test_strict_unions_match",
844+
"value": 495.89123752243546,
845+
"unit": "iter/sec",
846+
"range": "stddev: 0.00001998825887406506",
847+
"extra": "mean: 2.016571224359973 msec\nrounds: 468"
848+
},
849+
{
850+
"name": "tests/performance/test_from_dict.py::test_collection_of_union",
851+
"value": 7253.963779683506,
852+
"unit": "iter/sec",
853+
"range": "stddev: 0.000005007954875343585",
854+
"extra": "mean: 137.8556648987887 usec\nrounds: 3020"
855+
},
856+
{
857+
"name": "tests/performance/test_from_dict.py::test_type_hooks",
858+
"value": 489.3874232895062,
859+
"unit": "iter/sec",
860+
"range": "stddev: 0.000019478689827533602",
861+
"extra": "mean: 2.043370859999464 msec\nrounds: 450"
862+
},
863+
{
864+
"name": "tests/performance/test_from_dict.py::test_casting",
865+
"value": 150375.5733126878,
866+
"unit": "iter/sec",
867+
"range": "stddev: 6.415930399052467e-7",
868+
"extra": "mean: 6.6500162092191735 usec\nrounds: 10303"
869+
},
870+
{
871+
"name": "tests/performance/test_from_dict.py::test_forward_references",
872+
"value": 489.66661416710434,
873+
"unit": "iter/sec",
874+
"range": "stddev: 0.000017175048963765186",
875+
"extra": "mean: 2.04220580098348 msec\nrounds: 407"
876+
},
877+
{
878+
"name": "tests/performance/test_from_dict.py::test_parsing_multiple_items",
879+
"value": 19.3273060336076,
880+
"unit": "iter/sec",
881+
"range": "stddev: 0.0014538270552171295",
882+
"extra": "mean: 51.740268315777364 msec\nrounds: 19"
883+
}
884+
]
805885
}
806886
]
807887
}

0 commit comments

Comments
 (0)