Skip to content

Commit

Permalink
fix target
Browse files Browse the repository at this point in the history
  • Loading branch information
skonto committed Nov 6, 2023
1 parent bd49870 commit 1db50fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ test-e2e:
.PHONY: test-e2e

perf-tests:
export ES_DEVELOPMENT=true && \
export ES_HOST_PORT=search-perfscale-dev-chmf5l4sh66lvxbnadi4bznl3a.us-west-2.es.amazonaws.com && \
export USE_OPEN_SEARCH=true && \
export SYSTEM_NAMESPACE=knative-serving && \
./openshift/perf-tests.sh
.PHONY: perf-tests

Expand Down

0 comments on commit 1db50fb

Please sign in to comment.