Skip to content

Commit b0b89ed

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for c789de1
1 parent 0d89852 commit b0b89ed

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": 1738746289628,
2+
"lastUpdate": 1738746692648,
33
"repoUrl": "https://github.com/konradhalas/dacite",
44
"entries": {
55
"Benchmark": [
@@ -882,6 +882,86 @@ window.BENCHMARK_DATA = {
882882
"extra": "mean: 51.740268315777364 msec\nrounds: 19"
883883
}
884884
]
885+
},
886+
{
887+
"commit": {
888+
"author": {
889+
"email": "contact@mciszczon.pl",
890+
"name": "Mateusz Ciszczoń",
891+
"username": "mciszczon"
892+
},
893+
"committer": {
894+
"email": "noreply@github.com",
895+
"name": "GitHub",
896+
"username": "web-flow"
897+
},
898+
"distinct": true,
899+
"id": "c789de1d53afcb5fb8a2b095a86a455516c633b1",
900+
"message": "Update CHANGELOG.md",
901+
"timestamp": "2025-02-05T10:10:43+01:00",
902+
"tree_id": "cb3c961d1b2085301924414a9aeeadc74ee55b9e",
903+
"url": "https://github.com/konradhalas/dacite/commit/c789de1d53afcb5fb8a2b095a86a455516c633b1"
904+
},
905+
"date": 1738746691984,
906+
"tool": "pytest",
907+
"benches": [
908+
{
909+
"name": "tests/performance/test_from_dict.py::test_basic_scenario",
910+
"value": 16707.659418599134,
911+
"unit": "iter/sec",
912+
"range": "stddev: 0.000003358074466572603",
913+
"extra": "mean: 59.85278817012454 usec\nrounds: 2823"
914+
},
915+
{
916+
"name": "tests/performance/test_from_dict.py::test_union_matching",
917+
"value": 489.27727399981495,
918+
"unit": "iter/sec",
919+
"range": "stddev: 0.00011027147732736489",
920+
"extra": "mean: 2.043830876968911 msec\nrounds: 317"
921+
},
922+
{
923+
"name": "tests/performance/test_from_dict.py::test_strict_unions_match",
924+
"value": 492.69554328693783,
925+
"unit": "iter/sec",
926+
"range": "stddev: 0.00013174356526055934",
927+
"extra": "mean: 2.029650995681153 msec\nrounds: 463"
928+
},
929+
{
930+
"name": "tests/performance/test_from_dict.py::test_collection_of_union",
931+
"value": 7494.242312996963,
932+
"unit": "iter/sec",
933+
"range": "stddev: 0.000007611080543958834",
934+
"extra": "mean: 133.43577085381136 usec\nrounds: 3081"
935+
},
936+
{
937+
"name": "tests/performance/test_from_dict.py::test_type_hooks",
938+
"value": 489.7210156462949,
939+
"unit": "iter/sec",
940+
"range": "stddev: 0.00007549067902567142",
941+
"extra": "mean: 2.0419789391318632 msec\nrounds: 460"
942+
},
943+
{
944+
"name": "tests/performance/test_from_dict.py::test_casting",
945+
"value": 153074.42993923827,
946+
"unit": "iter/sec",
947+
"range": "stddev: 8.119419006780386e-7",
948+
"extra": "mean: 6.532769714686785 usec\nrounds: 10170"
949+
},
950+
{
951+
"name": "tests/performance/test_from_dict.py::test_forward_references",
952+
"value": 495.0057932014666,
953+
"unit": "iter/sec",
954+
"range": "stddev: 0.00012287817763035908",
955+
"extra": "mean: 2.0201783771710358 msec\nrounds: 403"
956+
},
957+
{
958+
"name": "tests/performance/test_from_dict.py::test_parsing_multiple_items",
959+
"value": 19.481582162870417,
960+
"unit": "iter/sec",
961+
"range": "stddev: 0.0019233128772015134",
962+
"extra": "mean: 51.33053320001295 msec\nrounds: 20"
963+
}
964+
]
885965
}
886966
]
887967
}

0 commit comments

Comments
 (0)