just run the function test and remove the exclude for function tests
diff --git a/geode-benchmarks/build.gradle b/geode-benchmarks/build.gradle index 3820601..450878a 100644 --- a/geode-benchmarks/build.gradle +++ b/geode-benchmarks/build.gradle
@@ -61,7 +61,6 @@ exceptionFormat = 'full' } - exclude "**/*Function*Benchmark.class" forkEvery 1 systemProperty 'TEST_HOSTS', project.findProperty('hosts')
diff --git a/infrastructure/scripts/aws/run_tests.sh b/infrastructure/scripts/aws/run_tests.sh index 2a26084..9534b78 100755 --- a/infrastructure/scripts/aws/run_tests.sh +++ b/infrastructure/scripts/aws/run_tests.sh
@@ -121,7 +121,7 @@ rm -rf geode-benchmarks && \ git clone https://github.com/apache/geode-benchmarks --branch ${BENCHMARK_BRANCH} && \ cd geode-benchmarks && \ - ./gradlew -PgeodeVersion=${VERSION} benchmark -Phosts=${HOSTS} -Pmetadata=${METADATA}" + ./gradlew -PgeodeVersion=${VERSION} benchmark -Phosts=${HOSTS} -Pmetadata=${METADATA} --tests org.apache.geode.benchmark.tests.PartitionedFunctionExecutionBenchmark" mkdir -p ${OUTPUT}