ajantha-bhat commented on code in PR #2:
URL: https://github.com/apache/polaris-tools/pull/2#discussion_r2024072834


##########
benchmarks/build.gradle.kts:
##########
@@ -0,0 +1,29 @@
+plugins {
+    scala
+    id("io.gatling.gradle") version "3.13.5.2"
+    id("com.diffplug.spotless") version "7.0.2"
+}
+
+description = "Polaris Iceberg REST API performance tests"
+
+tasks.withType<ScalaCompile> {
+    scalaCompileOptions.forkOptions.apply {
+        jvmArgs = listOf("-Xss100m") // Scala compiler may require a larger 
stack size when compiling Gatling simulations
+    }
+}
+
+dependencies {
+    gatling("com.typesafe.play:play-json_2.13:2.9.4")

Review Comment:
   I have introduced `toml` in #1, once we merge it we need to rebase this PR 
and use it.  



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to