Commit 1427c8c
Add new banchmarks (#52)
* Added new speed banchmarks
* Fixes after pre-commit
* Separate dataclasses and pydantic banchmarks
* Fixes after pre-commit
* π Add docstrings to `add-new-banchmarks` (#53)
Docstrings generation was requested by @vadikko2.
* #52 (comment)
The following files were modified:
* `benchmarks/dataclasses/test_benchmark_cor_request_handler.py`
* `benchmarks/dataclasses/test_benchmark_event_handling.py`
* `benchmarks/dataclasses/test_benchmark_request_handling.py`
* `benchmarks/dataclasses/test_benchmark_saga_fallback.py`
* `benchmarks/dataclasses/test_benchmark_saga_memory.py`
* `benchmarks/dataclasses/test_benchmark_saga_sqlalchemy.py`
* `benchmarks/dataclasses/test_benchmark_stream_request_handler.py`
* `benchmarks/pydantic/test_benchmark_cor_request_handler.py`
* `benchmarks/pydantic/test_benchmark_event_handling.py`
* `benchmarks/pydantic/test_benchmark_request_handling.py`
* `benchmarks/pydantic/test_benchmark_saga_fallback.py`
* `benchmarks/pydantic/test_benchmark_saga_memory.py`
* `benchmarks/pydantic/test_benchmark_saga_sqlalchemy.py`
* `benchmarks/pydantic/test_benchmark_serialization.py`
* `benchmarks/pydantic/test_benchmark_stream_request_handler.py`
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update ci files
* move banchmark tests
* Try to fix banchmarks
* Try to fix banchmarks
* Try to fix banchmarks
---------
Co-authored-by: ΠΠ°Π΄ΠΈΠΌ ΠΠΎΠ·ΡΡΠ΅Π²ΡΠΊΠΈΠΉ <v.kozyrevskiy@timeweb.ru>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>1 parent a6c7dd0 commit 1427c8c
26 files changed
Lines changed: 4300 additions & 21 deletions
File tree
- .github/workflows
- tests
- .codspeed
- benchmarks
- dataclasses
- pydantic
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
32 | 62 | | |
33 | 63 | | |
34 | 64 | | |
35 | 65 | | |
36 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments