mirror of
https://github.com/apple/pkl.git
synced 2026-04-25 09:48:41 +02:00
Add parser benchmarks (#953)
The current benchmark is not too useful now that we have a linear parser. This changes the benchmarks to parse the standard library, and also the language snippet tests. Co-authored-by: Islon Scherer <islonscherer@gmail.com>
This commit is contained in:
@@ -22,9 +22,9 @@ plugins {
|
||||
val truffle: Configuration by configurations.creating
|
||||
val graal: Configuration by configurations.creating
|
||||
|
||||
@Suppress("UnstableApiUsage")
|
||||
dependencies {
|
||||
jmh(projects.pklCore)
|
||||
jmh(projects.pklCommonsTest)
|
||||
truffle(libs.truffleApi)
|
||||
graal(libs.graalCompiler)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user