Skip to content

Commit ae7f605

Browse files
Remove: benchmark module
1 parent 4b1af1d commit ae7f605

File tree

5 files changed

+41
-188
lines changed

5 files changed

+41
-188
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ allprojects {
8181

8282
repositories {
8383
mavenCentral()
84+
google()
8485
maven("https://s01.oss.sonatype.org/content/repositories/orgunittestbotsoot-1004/")
8586
maven("https://plugins.gradle.org/m2")
8687
maven("https://www.jetbrains.com/intellij-repository/releases")

utbot-framework-test/build.gradle

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
plugins {
2-
id 'org.jetbrains.kotlinx.benchmark' version '0.4.4'
3-
id 'org.jetbrains.kotlin.plugin.allopen' version "${kotlinVersion}"
4-
}
5-
1+
//plugins {
2+
// id 'org.jetbrains.kotlinx.benchmark' version '0.4.4'
3+
// id 'org.jetbrains.kotlin.plugin.allopen' version "${kotlinVersion}"
4+
//}
5+
//
66
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
77
kotlinOptions {
88
jvmTarget = JavaVersion.VERSION_11
@@ -89,38 +89,38 @@ test {
8989
jvmArgs '-Xdebug', '-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=9009'
9090
}
9191
}
92-
93-
// Create a custom sourceSet
94-
sourceSets {
95-
benchmarks
96-
}
97-
98-
dependencies {
99-
benchmarksImplementation sourceSets.main.output + sourceSets.main.runtimeClasspath
100-
}
101-
102-
sourceSets.getByName("benchmarks") {
103-
dependencies {
104-
implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.4")
105-
}
106-
}
107-
108-
allOpen {
109-
annotation("org.openjdk.jmh.annotations.State")
110-
}
111-
112-
113-
benchmark {
114-
// Setup configurations
115-
configurations {
116-
main { // main configuration is created automatically, but you can change its defaults
117-
mode = "avgt"
118-
}
119-
}
120-
targets {
121-
// This one matches sourceSet name above
122-
register("benchmarks") {
123-
jmhVersion = "1.35"
124-
}
125-
}
126-
}
92+
//
93+
//// Create a custom sourceSet
94+
//sourceSets {
95+
// benchmarks
96+
//}
97+
//
98+
//dependencies {
99+
// benchmarksImplementation sourceSets.main.output + sourceSets.main.runtimeClasspath
100+
//}
101+
//
102+
//sourceSets.getByName("benchmarks") {
103+
// dependencies {
104+
// implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.4")
105+
// }
106+
//}
107+
//
108+
//allOpen {
109+
// annotation("org.openjdk.jmh.annotations.State")
110+
//}
111+
//
112+
//
113+
//benchmark {
114+
// // Setup configurations
115+
// configurations {
116+
// main { // main configuration is created automatically, but you can change its defaults
117+
// mode = "avgt"
118+
// }
119+
// }
120+
// targets {
121+
// // This one matches sourceSet name above
122+
// register("benchmarks") {
123+
// jmhVersion = "1.35"
124+
// }
125+
// }
126+
//}

utbot-framework-test/src/benchmarks/kotlin/org/utbot/benchmarks/Benchmark.kt

Lines changed: 0 additions & 91 deletions
This file was deleted.

utbot-framework-test/src/benchmarks/kotlin/org/utbot/benchmarks/ProfilerTest.kt

Lines changed: 0 additions & 52 deletions
This file was deleted.

utbot-framework-test/src/test/kotlin/org/utbot/benchmarks/Test.kt

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)