Skip to content

Commit 3059908

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for daad7e4
1 parent 5e9dc60 commit 3059908

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": 1738746680877,
2+
"lastUpdate": 1738747182259,
33
"repoUrl": "https://github.com/konradhalas/dacite",
44
"entries": {
55
"Benchmark": [
@@ -2242,6 +2242,86 @@ window.BENCHMARK_DATA = {
22422242
"extra": "mean: 46.956118555562576 msec\nrounds: 18"
22432243
}
22442244
]
2245+
},
2246+
{
2247+
"commit": {
2248+
"author": {
2249+
"email": "contact@mciszczon.pl",
2250+
"name": "Mateusz Ciszczoń",
2251+
"username": "mciszczon"
2252+
},
2253+
"committer": {
2254+
"email": "contact@mciszczon.pl",
2255+
"name": "Mateusz Ciszczoń",
2256+
"username": "mciszczon"
2257+
},
2258+
"distinct": true,
2259+
"id": "daad7e4a15569321d3cf118f8083a71a65d7e044",
2260+
"message": "Fix version in setup.py",
2261+
"timestamp": "2025-02-05T10:19:01+01:00",
2262+
"tree_id": "bdf27ae2fa2050bd89cd9f77e6e7240adde48bbc",
2263+
"url": "https://github.com/konradhalas/dacite/commit/daad7e4a15569321d3cf118f8083a71a65d7e044"
2264+
},
2265+
"date": 1738747179774,
2266+
"tool": "pytest",
2267+
"benches": [
2268+
{
2269+
"name": "tests/performance/test_from_dict.py::test_basic_scenario",
2270+
"value": 19418.485117617955,
2271+
"unit": "iter/sec",
2272+
"range": "stddev: 0.000002671501989668683",
2273+
"extra": "mean: 51.49732298595849 usec\nrounds: 3737"
2274+
},
2275+
{
2276+
"name": "tests/performance/test_from_dict.py::test_union_matching",
2277+
"value": 538.0297189572183,
2278+
"unit": "iter/sec",
2279+
"range": "stddev: 0.0000357887030212",
2280+
"extra": "mean: 1.8586333891335016 msec\nrounds: 442"
2281+
},
2282+
{
2283+
"name": "tests/performance/test_from_dict.py::test_strict_unions_match",
2284+
"value": 535.1737389591461,
2285+
"unit": "iter/sec",
2286+
"range": "stddev: 0.00006579387975000941",
2287+
"extra": "mean: 1.8685520742196537 msec\nrounds: 512"
2288+
},
2289+
{
2290+
"name": "tests/performance/test_from_dict.py::test_collection_of_union",
2291+
"value": 8361.175165754872,
2292+
"unit": "iter/sec",
2293+
"range": "stddev: 0.000003970699995265956",
2294+
"extra": "mean: 119.60041264243947 usec\nrounds: 3749"
2295+
},
2296+
{
2297+
"name": "tests/performance/test_from_dict.py::test_type_hooks",
2298+
"value": 528.2942687097344,
2299+
"unit": "iter/sec",
2300+
"range": "stddev: 0.00007430720829574566",
2301+
"extra": "mean: 1.8928844381414998 msec\nrounds: 493"
2302+
},
2303+
{
2304+
"name": "tests/performance/test_from_dict.py::test_casting",
2305+
"value": 154681.16289024657,
2306+
"unit": "iter/sec",
2307+
"range": "stddev: 8.565691593498712e-7",
2308+
"extra": "mean: 6.464911313794208 usec\nrounds: 12764"
2309+
},
2310+
{
2311+
"name": "tests/performance/test_from_dict.py::test_forward_references",
2312+
"value": 527.1921722448404,
2313+
"unit": "iter/sec",
2314+
"range": "stddev: 0.000020281812942553777",
2315+
"extra": "mean: 1.8968415174715008 msec\nrounds: 458"
2316+
},
2317+
{
2318+
"name": "tests/performance/test_from_dict.py::test_parsing_multiple_items",
2319+
"value": 21.076450433027386,
2320+
"unit": "iter/sec",
2321+
"range": "stddev: 0.0028964447070075608",
2322+
"extra": "mean: 47.44631944442467 msec\nrounds: 18"
2323+
}
2324+
]
22452325
}
22462326
]
22472327
}

0 commit comments

Comments
 (0)