Skip to content

Commit

Permalink
test/perf-upsert: misc cleanups
Browse files Browse the repository at this point in the history
Closes #3708
  • Loading branch information
ruchirK committed Jul 29, 2020
1 parent 9d56904 commit 7a1a751
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 0 additions & 2 deletions test/performance/perf-upsert/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

FROM ubuntu:bionic-20200403

RUN apt-get update && apt-get install -qy postgresql-client

COPY perf-upsert /usr/local/bin

ENTRYPOINT ["perf-upsert"]
9 changes: 1 addition & 8 deletions test/performance/perf-upsert/mzcompose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
--materialized-host materialized
--kafka-host kafka
--create-topic
--partitions 5
--partitions 1
--replication-factor 1
depends_on: [kafka, materialized]
dashboard:
Expand Down Expand Up @@ -80,13 +80,6 @@ mzconduct:
- step: run
service: perf-upsert
daemon: false
command: >-
--message-count 16000
--materialized-host materialized
--kafka-host kafka
--create-topic
--partitions 1
--replication-factor 1
- step: down
destroy_volumes: true

Expand Down

0 comments on commit 7a1a751

Please sign in to comment.