Skip to content

Commit d3449bd

Browse files
Remove: benchmark module
1 parent 180c5be commit d3449bd

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
@@ -91,38 +91,38 @@ test {
9191
jvmArgs '-Xdebug', '-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=9009'
9292
}
9393
}
94-
95-
// Create a custom sourceSet
96-
sourceSets {
97-
benchmarks
98-
}
99-
100-
dependencies {
101-
benchmarksImplementation sourceSets.main.output + sourceSets.main.runtimeClasspath
102-
}
103-
104-
sourceSets.getByName("benchmarks") {
105-
dependencies {
106-
implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.4")
107-
}
108-
}
109-
110-
allOpen {
111-
annotation("org.openjdk.jmh.annotations.State")
112-
}
113-
114-
115-
benchmark {
116-
// Setup configurations
117-
configurations {
118-
main { // main configuration is created automatically, but you can change its defaults
119-
mode = "avgt"
120-
}
121-
}
122-
targets {
123-
// This one matches sourceSet name above
124-
register("benchmarks") {
125-
jmhVersion = "1.35"
126-
}
127-
}
128-
}
94+
//
95+
//// Create a custom sourceSet
96+
//sourceSets {
97+
// benchmarks
98+
//}
99+
//
100+
//dependencies {
101+
// benchmarksImplementation sourceSets.main.output + sourceSets.main.runtimeClasspath
102+
//}
103+
//
104+
//sourceSets.getByName("benchmarks") {
105+
// dependencies {
106+
// implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.4")
107+
// }
108+
//}
109+
//
110+
//allOpen {
111+
// annotation("org.openjdk.jmh.annotations.State")
112+
//}
113+
//
114+
//
115+
//benchmark {
116+
// // Setup configurations
117+
// configurations {
118+
// main { // main configuration is created automatically, but you can change its defaults
119+
// mode = "avgt"
120+
// }
121+
// }
122+
// targets {
123+
// // This one matches sourceSet name above
124+
// register("benchmarks") {
125+
// jmhVersion = "1.35"
126+
// }
127+
// }
128+
//}

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)