-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Is your feature request related to a problem? Please describe.
Measure the performance overhead imposed by Rust language
Two parts:
- Sequential write using
ddon SSD (expect >= 200mb/s) vs. Sequential write using Rust on SSD (measure throughput) - Write randomly a 4kb blocks on SSD for 10K times (expect ~ 60ms) vs. Write randomly a 4k block on SSD using Rust 10K times (measure latency)
Describe the solution you'd like
Describe alternatives you've considered
Additional context
Metadata
Metadata
Assignees
Labels
No labels