File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -294,10 +294,6 @@ perftest-producer:
294294 @echo " Running producer performance tests with HOST=$( PERFTEST_HOST) and ENV_TYPE=$( ENV_TYPE) and DIST_PATH=$( DIST_PATH) "
295295 k6 run tests/performance/producer/perftest.js -e HOST=$(PERFTEST_HOST ) -e ENV_TYPE=$(ENV_TYPE ) -e DIST_PATH=$(DIST_PATH )
296296
297- perftest-consumer :
298- @echo " Running consumer performance tests with HOST=$( PERFTEST_HOST) and ENV_TYPE=$( ENV_TYPE) and DIST_PATH=$( DIST_PATH) "
299- k6 run tests/performance/consumer/perftest.js -e HOST=$(PERFTEST_HOST ) -e ENV_TYPE=$(ENV_TYPE ) -e DIST_PATH=$(DIST_PATH )
300-
301297perftest-consumer-internal :
302298 @echo " Running consumer performance tests with HOST=$( PERFTEST_HOST) and ENV_TYPE=$( ENV_TYPE) and DIST_PATH=$( DIST_PATH) "
303299 k6 run tests/performance/consumer/perftest.js -e HOST=$(PERFTEST_HOST ) -e ENV_TYPE=$(ENV_TYPE ) -e DIST_PATH=$(DIST_PATH )
You can’t perform that action at this time.
0 commit comments