Skip to content

Conversation

steve-the-edwards
Copy link
Contributor

@steve-the-edwards steve-the-edwards commented Jun 8, 2023

Closes #998 , and #1010 .

Renames shards that were previously ambiguous regarding runtimes.

@steve-the-edwards steve-the-edwards changed the base branch from main to sedwards/985-state-compare June 8, 2023 20:24
@steve-the-edwards steve-the-edwards force-pushed the sedwards/clean-up-actions branch 2 times, most recently from 6ecb869 to 63798f8 Compare June 8, 2023 20:52
@steve-the-edwards steve-the-edwards force-pushed the sedwards/985-state-compare branch from 2db3e12 to eefa11e Compare June 8, 2023 21:45
Comment on lines -18 to -38
compilations {
val main by getting

create("workflowNode") {
val workflowNodeCompilation: KotlinJvmCompilation = this
kotlinOptions {
// Associating compilations allows us to access declarations with `internal` visibility.
// It's the new version of the "-Xfriend-paths=___" compiler argument.
// https://youtrack.jetbrains.com/issue/KTIJ-7662/IDE-support-internal-visibility-introduced-by-associated-compilations
workflowNodeCompilation.associateWith(main)
}
defaultSourceSet {
dependencies {
implementation(libs.kotlinx.benchmark.runtime)

implementation(main.compileDependencyFiles + main.output.classesDirs)
}
}
}
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

🔥

Copy link
Contributor

Choose a reason for hiding this comment

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

🔥

@steve-the-edwards steve-the-edwards force-pushed the sedwards/985-state-compare branch from eefa11e to 19d02fc Compare June 9, 2023 14:51
Base automatically changed from sedwards/985-state-compare to main June 9, 2023 15:57
@steve-the-edwards steve-the-edwards force-pushed the sedwards/clean-up-actions branch from 63798f8 to 52e0632 Compare June 9, 2023 15:58
@steve-the-edwards steve-the-edwards merged commit 42ef981 into main Jun 9, 2023
@steve-the-edwards steve-the-edwards deleted the sedwards/clean-up-actions branch June 9, 2023 18:30
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.

Remove JMH Benchmarks
3 participants