Skip to content

Commit d30701c

Browse files
Abduqodiri Qurbonzodaqurbonzoda
authored andcommitted
Add macosArm64 target to benchmarks module
This will allow running the benchmarks locally in ARM-based MacBooks.
1 parent 474612c commit d30701c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

benchmarks/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ evaluationDependsOn(":kotlinx-collections-immutable")
1313
kotlin {
1414
infra {
1515
target("macosX64")
16+
target("macosArm64")
1617
target("linuxX64")
1718
target("mingwX64")
1819
}
@@ -102,6 +103,7 @@ benchmark {
102103
register("js")
103104
register("wasmJs")
104105
register("macosX64")
106+
register("macosArm64")
105107
register("linuxX64")
106108
register("mingwX64")
107109
}

0 commit comments

Comments
 (0)