Run benchmarks in the same suite

This should reduce variation in results, especially when overall time is
 quite low.
This commit is contained in:
Yahor Berdnikau
2023-01-26 19:02:29 +01:00
committed by Space Team
parent ace1bc76a1
commit 3f4c824a23
6 changed files with 111 additions and 107 deletions
@@ -1,13 +0,0 @@
diff --git a/gradle.properties b/gradle.properties
index a1796af97..43609273a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -15,7 +15,7 @@ org.gradle.jvmargs=-Xmx2g -XX:+HeapDumpOnOutOfMemoryError
# dependencies
kotlinJvmVersion = 1.8
-kotlinVersion = 1.6.21
+kotlinVersion = 1.7.20
kotlinCoroutinesVersion = 1.6.4
# kotlinx-serialization 1.3.3 calls Kotlin 1.7 API
kotlinxSerializationVersion = 1.3.2