Run all benchmarks with -Xss16M (#9839)

This commit is contained in:
Pavel Marek 2024-05-02 16:18:41 +02:00 committed by GitHub
parent 251d5c9fa7
commit c36cd87b99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2019,6 +2019,7 @@ lazy val `runtime-benchmarks` =
)
},
javaOptions ++= benchOnlyOptions,
javaOptions += "-Xss16M",
run / fork := true,
run / connectInput := true,
bench := Def