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:
Daniel Chao
2025-02-13 11:22:31 -08:00
committed by GitHub
parent d00d0ba79f
commit 65cf3237b7
4 changed files with 53 additions and 49 deletions

View File

@@ -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)
}