Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
feat(gatling): updated gatling to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk committed Mar 12, 2020
1 parent 9f72d74 commit 7e4c48d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class GatlingPluginExtension implements JvmConfigurable {

static final String RESOURCES_DIR = "src/gatling/resources"

static final String GATLING_TOOL_VERSION = '3.2.1'
static final String GATLING_TOOL_VERSION = '3.3.1'

static final String SCALA_VERSION = '2.12.8'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package com.github.lkishalmi.gradle.gatling
trait JvmConfigurable {

static final List<String> DEFAULT_JVM_ARGS = [
'-server',
'-Xmx1G',
'-XX:+HeapDumpOnOutOfMemoryError',
'-XX:+UseG1GC',
Expand All @@ -12,7 +11,6 @@ trait JvmConfigurable {
'-XX:InitiatingHeapOccupancyPercent=75',
'-XX:+ParallelRefProcEnabled',
'-XX:+PerfDisableSharedMem',
'-XX:+AggressiveOpts',
'-XX:+OptimizeStringConcat'
]

Expand Down

0 comments on commit 7e4c48d

Please sign in to comment.