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

Init benchmarks module with multi-projects structure #147

Merged
merged 1 commit into from
Sep 8, 2024

Conversation

zeotuan
Copy link
Collaborator

@zeotuan zeotuan commented Sep 3, 2024

Init benchmark project as part of #130

Close #135

@zeotuan zeotuan changed the title add benchmarks module with multi-projects structures [WIP] add benchmarks module with multi-projects structures Sep 3, 2024
@zeotuan zeotuan changed the title [WIP] add benchmarks module with multi-projects structures Init benchmarks module with multi-projects structure Sep 3, 2024
@Measurement(iterations = 10)
@OutputTimeUnit(TimeUnit.NANOSECONDS)
def assertApproximateDataFrameEqualityWithPrecision(blackHole: Blackhole): Boolean = {
val spark = SparkSession
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Should we also import core project test dependency to reuse some of the already defined test utility?

@zeotuan zeotuan marked this pull request as ready for review September 3, 2024 22:24
@alfonsorr
Copy link
Collaborator

I really like the idea of having a multi module system. @SemyonSinchenko , what do you think about this approach?

@SemyonSinchenko
Copy link
Collaborator

I really like the idea of having a multi module system. @SemyonSinchenko , what do you think about this approach?

That was my plan: #135
I like it too

Copy link
Collaborator

@SemyonSinchenko SemyonSinchenko left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

@SemyonSinchenko SemyonSinchenko merged commit a59f877 into mrpowers-io:main Sep 8, 2024
5 checks passed
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.

Refactor build.sbt
3 participants