(Translated by https://www.hiragana.jp/)
Benchmark mode · Issue #20 · dd86k/ddgst · GitHub
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

Benchmark mode #20

Closed
dd86k opened this issue May 22, 2023 · 1 comment
Closed

Benchmark mode #20

dd86k opened this issue May 22, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@dd86k
Copy link
Owner

dd86k commented May 22, 2023

I believe a benchmark mode would be highly beneficial for general knowledge.

Testing the speeds of various hash/checksum implementations on different processors.

Proposal:

  • CLI opt of --benchmark
  • Use OOP API to avoid inflating binary size and avoid template functions
    • OOP and Template have the same benchmark results, so I'm not worried
    • Don't forget scoped allocation
  • Go through entire hash list
    • At least this tests the most common configurations
@dd86k dd86k added the enhancement New feature or request label May 22, 2023
@dd86k dd86k self-assigned this May 22, 2023
dd86k added a commit that referenced this issue Jun 2, 2023
@dd86k
Copy link
Owner Author

dd86k commented Jun 2, 2023

Done in b7454e2

@dd86k dd86k closed this as completed Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: Done
Development

No branches or pull requests

1 participant