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

Placeholders benchmark is broken #66

Open
4 of 5 tasks
JarvisCraft opened this issue Feb 12, 2020 · 0 comments
Open
4 of 5 tasks

Placeholders benchmark is broken #66

JarvisCraft opened this issue Feb 12, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@JarvisCraft
Copy link
Owner

JarvisCraft commented Feb 12, 2020

Current implementation of Placholders benchmark is implemented in the wrong way:

  • Iterations get benchmarked, although they have nothing to do with logic and there is no need to over-complicate benchmarks
  • Multithreading is enabled which is not needed and causes even more inexact results
  • Ineffective regex pattern (and maybe algorithm) is used
  • States have random part which varies between benchmarks (even data length differs)
  • This benchmark is written by me
@JarvisCraft JarvisCraft added the bug Something isn't working label Feb 12, 2020
@JarvisCraft JarvisCraft self-assigned this Feb 12, 2020
@JarvisCraft JarvisCraft pinned this issue Feb 12, 2020
@JarvisCraft JarvisCraft unpinned this issue Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant