We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
so that we can run a benchmark to check whether a change improves or reduce performance Example: https://github.com/line/armeria/blob/2caa0f8812e7435b7141136da95b5fd1f3efa2be/benchmarks/jmh/README.md
EDIT: I realized that we set up benchmark only for the server module.
centraldogma/server/src/jmh/java/com/linecorp/centraldogma/server/internal/storage/repository/git/GitRepositoryBenchmark.java
Line 42 in 2155e5a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
so that we can run a benchmark to check whether a change improves or reduce performance
Example: https://github.com/line/armeria/blob/2caa0f8812e7435b7141136da95b5fd1f3efa2be/benchmarks/jmh/README.md
EDIT:
I realized that we set up benchmark only for the server module.
centraldogma/server/src/jmh/java/com/linecorp/centraldogma/server/internal/storage/repository/git/GitRepositoryBenchmark.java
Line 42 in 2155e5a
We need to add a dedicate module for benchmark so that other modules besides server can use it.
The text was updated successfully, but these errors were encountered: