-
Notifications
You must be signed in to change notification settings - Fork 304
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I wanted to bench dora again, but it seems a bit brocken now and I don't know exactly why.
To Reproduce
Steps to reproduce the behavior:
- clone dora repository
- cd dora
- cargo run --example benchmark --release
Expected behavior
A good bench.
Behavior
Definitely not a good bench, and really strange.
Latency:
size 0x0 : 990.934µs
size 0x8 : 1.005274ms
size 0x40 : 1.031393ms
size 0x200 : 1.036277ms
size 0x800 : 1.025507ms
size 0x1000 : 986.606µs
size 0x4000 : 928.782µs
size 0xa000 : 950.716µs
size 0x64000 : 958.542µs
size 0x3e8000: 977.199µs
Throughput:
size 0x40 : 194 messages per second
size 0x800 : 614 messages per second
size 0x1000 : 57 messages per second
size 0x4000 : 35 messages per second
size 0x64000 : 1503 messages per second
size 0x3e8000: 198 messages per second
Environments (please complete the following information):
- System info: [use
uname --allon Linux]
Linux enzo 6.8.0-51-generic #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec 5 13:09:44 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
- Dora version: [use
dora --versionandpip show dora-rs]
Latest main
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working