Skip to content

Commit

Permalink
Removed io.pebbletemplates dependency (#1784)
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Bayer <[email protected]>
  • Loading branch information
sbayer55 authored Sep 19, 2022
1 parent 7693ba9 commit e3b8a82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion performance-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@

plugins {
id 'java'
id 'io.gatling.gradle' version '3.8.3.2'
id 'io.gatling.gradle' version '3.8.4'
}

configurations.all {
exclude group: 'io.pebbletemplates', module: 'pebble'
}

group 'org.opensearch.dataprepper.test.performance'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ private static PopulationBuilder runScenarioWithTargetRps(final ScenarioBuilder
{
setUp(
runScenarioWithTargetRps(smallBatchScenario, 400),
runScenarioWithTargetRps(smallBatchScenario, 500),
runScenarioWithTargetRps(smallBatchScenario, 600),
runScenarioWithTargetRps(largeBatchScenario, 100)
);
}
Expand Down

0 comments on commit e3b8a82

Please sign in to comment.