Skip to content

Commit c001a2a

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for daad7e4
1 parent 1ce5642 commit c001a2a

File tree

1 file changed

+81
-1
lines changed

1 file changed

+81
-1
lines changed

performance/3.8/data.js

+81-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1738746680071,
2+
"lastUpdate": 1738747180220,
33
"repoUrl": "https://github.com/konradhalas/dacite",
44
"entries": {
55
"Benchmark": [
@@ -2162,6 +2162,86 @@ window.BENCHMARK_DATA = {
21622162
"extra": "mean: 54.90284038887062 msec\nrounds: 18"
21632163
}
21642164
]
2165+
},
2166+
{
2167+
"commit": {
2168+
"author": {
2169+
"email": "contact@mciszczon.pl",
2170+
"name": "Mateusz Ciszczoń",
2171+
"username": "mciszczon"
2172+
},
2173+
"committer": {
2174+
"email": "contact@mciszczon.pl",
2175+
"name": "Mateusz Ciszczoń",
2176+
"username": "mciszczon"
2177+
},
2178+
"distinct": true,
2179+
"id": "daad7e4a15569321d3cf118f8083a71a65d7e044",
2180+
"message": "Fix version in setup.py",
2181+
"timestamp": "2025-02-05T10:19:01+01:00",
2182+
"tree_id": "bdf27ae2fa2050bd89cd9f77e6e7240adde48bbc",
2183+
"url": "https://github.com/konradhalas/dacite/commit/daad7e4a15569321d3cf118f8083a71a65d7e044"
2184+
},
2185+
"date": 1738747179736,
2186+
"tool": "pytest",
2187+
"benches": [
2188+
{
2189+
"name": "tests/performance/test_from_dict.py::test_basic_scenario",
2190+
"value": 16451.78543958181,
2191+
"unit": "iter/sec",
2192+
"range": "stddev: 0.0000027731707212005935",
2193+
"extra": "mean: 60.783676256442774 usec\nrounds: 3685"
2194+
},
2195+
{
2196+
"name": "tests/performance/test_from_dict.py::test_union_matching",
2197+
"value": 455.429064561738,
2198+
"unit": "iter/sec",
2199+
"range": "stddev: 0.000024447086456157657",
2200+
"extra": "mean: 2.195731624994785 msec\nrounds: 248"
2201+
},
2202+
{
2203+
"name": "tests/performance/test_from_dict.py::test_strict_unions_match",
2204+
"value": 457.5240409807303,
2205+
"unit": "iter/sec",
2206+
"range": "stddev: 0.00017835408379850945",
2207+
"extra": "mean: 2.185677495452348 msec\nrounds: 440"
2208+
},
2209+
{
2210+
"name": "tests/performance/test_from_dict.py::test_collection_of_union",
2211+
"value": 5850.995417309697,
2212+
"unit": "iter/sec",
2213+
"range": "stddev: 0.000005146073735100607",
2214+
"extra": "mean: 170.91108925527115 usec\nrounds: 3518"
2215+
},
2216+
{
2217+
"name": "tests/performance/test_from_dict.py::test_type_hooks",
2218+
"value": 457.5105387549942,
2219+
"unit": "iter/sec",
2220+
"range": "stddev: 0.000019947153570310227",
2221+
"extra": "mean: 2.1857420000012713 msec\nrounds: 387"
2222+
},
2223+
{
2224+
"name": "tests/performance/test_from_dict.py::test_casting",
2225+
"value": 168596.1704784612,
2226+
"unit": "iter/sec",
2227+
"range": "stddev: 8.306331413497088e-7",
2228+
"extra": "mean: 5.931332824239646 usec\nrounds: 14431"
2229+
},
2230+
{
2231+
"name": "tests/performance/test_from_dict.py::test_forward_references",
2232+
"value": 460.18671935792753,
2233+
"unit": "iter/sec",
2234+
"range": "stddev: 0.000021831151806009462",
2235+
"extra": "mean: 2.173030984890749 msec\nrounds: 397"
2236+
},
2237+
{
2238+
"name": "tests/performance/test_from_dict.py::test_parsing_multiple_items",
2239+
"value": 18.322666630086946,
2240+
"unit": "iter/sec",
2241+
"range": "stddev: 0.0020261054838586917",
2242+
"extra": "mean: 54.57720866666528 msec\nrounds: 18"
2243+
}
2244+
]
21652245
}
21662246
]
21672247
}

0 commit comments

Comments
 (0)