ermakov-oleg / serpyco-rs

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

Drop benchmarks without validation #105

Closed ermakov-oleg closed 1 year ago

codspeed-hq[bot] commented 1 year ago

CodSpeed Performance Report

Merging #105 will not alter performance

Comparing drop-bench-wo-validate (bb14676) with master (b31842d)

Summary

โœ… 15 untouched benchmarks

๐Ÿ†• 13 new benchmarks โ‰๏ธ 29 dropped benchmarks

:warning: Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark master drop-bench-wo-validate Change
๐Ÿ†• test_load_list_simple_types N/A 550.4 ms N/A
๐Ÿ†• test_load_simple_types N/A 5.1 ms N/A
๐Ÿ†• test_load_uuid N/A 31.6 ms N/A
๐Ÿ†• test_load_optional N/A 37.8 ยตs N/A
๐Ÿ†• test_load_tuple_simple_types N/A 8.6 ms N/A
๐Ÿ†• test_load_dict_simple_types N/A 554.5 ms N/A
๐Ÿ†• test_load_decimal N/A 10.8 ms N/A
๐Ÿ†• test_load_date N/A 6.9 ms N/A
๐Ÿ†• test_load_datetime N/A 8.1 ms N/A
๐Ÿ†• test_load_time N/A 7.3 ms N/A
๐Ÿ†• test_load_dataclass N/A 15.3 ms N/A
๐Ÿ†• test_load_enum N/A 16.1 ms N/A
๐Ÿ†• test_load_recursive N/A 32 ms N/A
โ‰๏ธ test_load_simple_types[True] 5.5 ms N/A N/A
โ‰๏ธ test_load_optional[False] 39.3 ยตs N/A N/A
โ‰๏ธ test_load_dict_simple_types[False] 135.6 ms N/A N/A
โ‰๏ธ test_load_dict_simple_types[True] 560.4 ms N/A N/A
โ‰๏ธ test_load_list_simple_types[True] 570.8 ms N/A N/A
โ‰๏ธ test_load_tuple_simple_types[True] 9.1 ms N/A N/A
โ‰๏ธ test_load_uuid[False] 30.7 ms N/A N/A
... ... ... ... ...


:information_source: Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.