Commit f8ae033
committed
chore(release): update v2.6.3 core benchmark notes
1 parent d9d7716 commit f8ae033
3 files changed
Lines changed: 15 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
| |||
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
50 | 61 | | |
51 | 62 | | |
52 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | 66 | | |
68 | | - | |
69 | 67 | | |
70 | 68 | | |
71 | 69 | | |
| |||
256 | 254 | | |
257 | 255 | | |
258 | 256 | | |
259 | | - | |
260 | 257 | | |
261 | | - | |
262 | 258 | | |
| 259 | + | |
| 260 | + | |
263 | 261 | | |
264 | 262 | | |
265 | 263 | | |
| |||
333 | 331 | | |
334 | 332 | | |
335 | 333 | | |
336 | | - | |
| 334 | + | |
337 | 335 | | |
338 | 336 | | |
339 | 337 | | |
| |||
389 | 387 | | |
390 | 388 | | |
391 | 389 | | |
392 | | - | |
393 | 390 | | |
394 | | - | |
395 | 391 | | |
396 | 392 | | |
397 | 393 | | |
| |||
- .gitignore+2-1
- CMakeLists.txt+6
- README.md+196-2
- benchmarks/CMakeLists.txt+111
- benchmarks/README.md+311
- benchmarks/app/app_group_registration_bench.cpp+1.2k
- benchmarks/app/app_route_registration_bench.cpp+835
- benchmarks/baselines/.gitkeep
- benchmarks/baselines/v2.6.3/core_app_group_registration_bench.json+972
- benchmarks/baselines/v2.6.3/core_app_route_registration_bench.json+824
- benchmarks/baselines/v2.6.3/core_executor_metrics_bench.json+552
- benchmarks/baselines/v2.6.3/core_executor_post_bench.json+584
- benchmarks/baselines/v2.6.3/core_executor_submit_bench.json+700
- benchmarks/baselines/v2.6.3/core_http_request_bench.json+1.5k
- benchmarks/baselines/v2.6.3/core_http_response_bench.json+1.7k
- benchmarks/baselines/v2.6.3/core_router_match_bench.json+1.0k
- benchmarks/baselines/v2.6.3/core_router_registration_bench.json+896
- benchmarks/baselines/v2.6.3/core_runtime_queue_bench.json+776
- benchmarks/baselines/v2.6.3/core_runtime_scheduler_bench.json+440
- benchmarks/baselines/v2.6.3/core_runtime_task_bench.json+472
- benchmarks/baselines/v2.6.3/core_runtime_worker_bench.json+516
- benchmarks/baselines/v2.6.3/core_session_fake_transport_bench.json+476
- benchmarks/common/Benchmark.hpp+253
- benchmarks/common/BenchmarkJson.hpp+242
- benchmarks/executor/executor_metrics_bench.cpp+632
- benchmarks/executor/executor_post_bench.cpp+631
- benchmarks/executor/executor_submit_bench.cpp+780
- benchmarks/http/http_request_bench.cpp+871
- benchmarks/http/http_response_bench.cpp+923
- benchmarks/router/router_match_bench.cpp+540
- benchmarks/router/router_registration_bench.cpp+633
- benchmarks/runtime/runtime_queue_bench.cpp+512
- benchmarks/runtime/runtime_scheduler_bench.cpp+501
- benchmarks/runtime/runtime_task_bench.cpp+299
- benchmarks/runtime/runtime_worker_bench.cpp+563
- benchmarks/session/session_fake_transport_bench.cpp+1.1k
- scripts/compare_core_benchmarks.py+494
- scripts/run_core_benchmarks.sh+197
0 commit comments