Skip to content

Commit 99a5556

Browse files
author
Abduqodiri Qurbonzoda
committed
Place runner inside benchmarks project
1 parent bcf2d91 commit 99a5556

18 files changed

+3
-1
lines changed

benchmarks/runner/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ dependencies {
1616
runtimeOnly project(path: ':kotlinx-collections-immutable')
1717
}
1818

19+
sourceSets.main.kotlin.srcDirs "src"
20+
1921
// map
2022
task benchmarkHashMap(type: JavaExec, group: "Benchmark") {
2123
main = 'runners.HashMapRunnerKt'

0 commit comments

Comments
 (0)