Skip to content

Commit

Permalink
Upgrade to Gatling 3.11.5
Browse files Browse the repository at this point in the history
Closes #939

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
  • Loading branch information
ahus1 authored Aug 19, 2024
1 parent 5d1c3e0 commit 207b577
Show file tree
Hide file tree
Showing 7 changed files with 217 additions and 277 deletions.
4 changes: 2 additions & 2 deletions benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<version>0.14-SNAPSHOT</version>

<properties>
<scala.version>2.13.13</scala.version>
<gatling.version>3.10.5</gatling.version>
<scala.version>2.13.14</scala.version>
<gatling.version>3.11.5</gatling.version>
<janino.version>3.1.7</janino.version>
<scala-maven-plugin.version>4.8.1</scala-maven-plugin.version>
<maven.compiler.source>21</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions benchmark/src/main/content/bin/kcb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ run_benchmark_with_workload() {
DATE_START_ISO=$(date --iso-8601=seconds)
DATE_START_ISO_COMPRESSED=$(date '+%Y%m%d-%H%M%S')
if [ "$MODE" = "incremental" ]; then
java $JAVA_OPTS "${SERVER_OPTS[@]}" "${CONFIG_ARGS[@]}" "-D$1=$2" "-Dmeasurement=${3:-30}" -cp $CLASSPATH_OPTS io.gatling.app.Gatling -bf $DIRNAME -rf "$OUTPUT_DIR" -s $SCENARIO > "$OUTPUT_DIR/gatling.log" 2>&1
java $JAVA_OPTS "${SERVER_OPTS[@]}" "${CONFIG_ARGS[@]}" "-D$1=$2" "-Dmeasurement=${3:-30}" -cp $CLASSPATH_OPTS io.gatling.app.Gatling -rf "$OUTPUT_DIR" -s $SCENARIO > "$OUTPUT_DIR/gatling.log" 2>&1
else
java $JAVA_OPTS "${SERVER_OPTS[@]}" "${CONFIG_ARGS[@]}" "-D$1=$2" "-Dmeasurement=${3:-30}" -cp $CLASSPATH_OPTS io.gatling.app.Gatling -bf $DIRNAME -rf "$OUTPUT_DIR" -s $SCENARIO | rewrite_output 2>&1 | tee "$OUTPUT_DIR/gatling.log"
java $JAVA_OPTS "${SERVER_OPTS[@]}" "${CONFIG_ARGS[@]}" "-D$1=$2" "-Dmeasurement=${3:-30}" -cp $CLASSPATH_OPTS io.gatling.app.Gatling -rf "$OUTPUT_DIR" -s $SCENARIO | rewrite_output 2>&1 | tee "$OUTPUT_DIR/gatling.log"
fi
EXIT_RESULT=$?
# don't include URLs or password information into the configuration recorded
Expand Down
17 changes: 0 additions & 17 deletions benchmark/src/main/scala/Engine.scala

This file was deleted.

27 changes: 0 additions & 27 deletions benchmark/src/main/scala/IDEPathHelper.scala

This file was deleted.

11 changes: 0 additions & 11 deletions benchmark/src/main/scala/Recorder.scala

This file was deleted.

Loading

0 comments on commit 207b577

Please sign in to comment.