Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance benchmark #19

Open
xxks-kkk opened this issue Dec 15, 2018 · 1 comment
Open

Performance benchmark #19

xxks-kkk opened this issue Dec 15, 2018 · 1 comment
Assignees

Comments

@xxks-kkk
Copy link
Member

xxks-kkk commented Dec 15, 2018

Is your feature request related to a problem? Please describe.

Measure the performance overhead imposed by Rust language

Two parts:

  • Sequential write using dd on 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

@xxks-kkk xxks-kkk self-assigned this Dec 15, 2018
@xxks-kkk
Copy link
Member Author

Working branch #20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant