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

CORE-207: JMH benchmarking #1512

Merged
merged 5 commits into from
Dec 16, 2024
Merged

CORE-207: JMH benchmarking #1512

merged 5 commits into from
Dec 16, 2024

Conversation

davidangb
Copy link
Contributor

@davidangb davidangb commented Dec 12, 2024

This is a prefactoring for CORE-207.

It sets up JMH benchmarking (aka performance testing) and configures two trivial benchmarks as examples; there are no useful benchmarks in here yet.

Future work on CORE-207, or potentially on other tickets, can take advantage of the benchmark framework to compare performance before/after making code changes.

@davidangb davidangb requested a review from a team as a code owner December 12, 2024 19:57
@davidangb davidangb requested review from kevinpalis and kevinmarete and removed request for a team December 12, 2024 19:57
import spray.revolver.RevolverPlugin

lazy val root = project.in(file("."))
.settings(rootSettings:_*)
.settings(rootSettings *)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these first few changes are just to get rid of intellij syntax warnings in this file.

Copy link

@kevinpalis kevinpalis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@davidangb davidangb merged commit ed0261d into develop Dec 16, 2024
13 checks passed
@davidangb davidangb deleted the da_jmh branch December 16, 2024 14:45
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

Successfully merging this pull request may close these issues.

3 participants