mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
bench_handlers: parially extract setup portions for better profiling
This commit is contained in:
parent
8c57b3c4fe
commit
a627594c3a
5 changed files with 127 additions and 121 deletions
7
TODO.md
7
TODO.md
|
|
@ -6,12 +6,13 @@
|
|||
* Cleaner code
|
||||
* Stack-allocated vector?
|
||||
* Benchmarks
|
||||
* Seperate setup so actual benchmarks can be run after each other,
|
||||
enabling better profiling
|
||||
* Move to own crate (aquatic_bench)
|
||||
* Better black_box (or make sure to consume data)
|
||||
* Show standard deviation?
|
||||
* Send in connect reponse ids to other functions as integration test
|
||||
* target-cpu=native
|
||||
|
||||
## Don't do
|
||||
|
||||
* Other hash algorithms: seemingly not worthwhile
|
||||
* Other hash algorithms: seemingly not worthwhile (might be with AVX though)
|
||||
* `sendmmsg`: can't send to multiple socket addresses, so doesn't help
|
||||
Loading…
Add table
Add a link
Reference in a new issue