mirror of
https://github.com/apple/pkl.git
synced 2026-04-25 17:58:50 +02:00
Fix compiler error in benchmark (#1040)
This commit is contained in:
@@ -25,6 +25,7 @@ val graal: Configuration by configurations.creating
|
|||||||
dependencies {
|
dependencies {
|
||||||
jmh(projects.pklCore)
|
jmh(projects.pklCore)
|
||||||
jmh(projects.pklCommonsTest)
|
jmh(projects.pklCommonsTest)
|
||||||
|
jmh(projects.pklParser)
|
||||||
truffle(libs.truffleApi)
|
truffle(libs.truffleApi)
|
||||||
graal(libs.graalCompiler)
|
graal(libs.graalCompiler)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,6 +24,8 @@ import org.pkl.commons.test.FileTestUtils;
|
|||||||
import org.pkl.commons.test.FileTestUtilsKt;
|
import org.pkl.commons.test.FileTestUtilsKt;
|
||||||
import org.pkl.core.Release;
|
import org.pkl.core.Release;
|
||||||
import org.pkl.core.util.IoUtils;
|
import org.pkl.core.util.IoUtils;
|
||||||
|
import org.pkl.parser.Parser;
|
||||||
|
import org.pkl.parser.ParserError;
|
||||||
|
|
||||||
@SuppressWarnings("unused")
|
@SuppressWarnings("unused")
|
||||||
@Warmup(iterations = 5, time = 2)
|
@Warmup(iterations = 5, time = 2)
|
||||||
|
|||||||
Reference in New Issue
Block a user