ermakov-oleg / serpyco-rs

Fast Python dataclasses serialization
MIT License
30 stars 2 forks source link

Opt out dyn Box #35

Closed ermakov-oleg closed 1 year ago

codspeed-hq[bot] commented 1 year ago

CodSpeed Performance Report

Merging #35 opt_out_dyn_box (723dfab) will not alter performances.

Summary

🔥 0 improvements ❌ 5 regressions ✅ 37 untouched benchmarks

🆕 0 new benchmarks ⁉️ 0 dropped benchmarks

Benchmarks breakdown

Benchmark master opt_out_dyn_box Change
test_dump_list_simple_types 178 ms 259.7 ms -45.89%
test_load_list_simple_types[True] 601.5 ms 683.2 ms -13.58%
test_load_list_simple_types[False] 179.8 ms 261.5 ms -45.41%
test_dump_dict_simple_types 1.4 s 1.6 s -10.92%
test_load_dict_simple_types[False] 141.4 ms 157.6 ms -11.47%