Skip to content

Commit

Permalink
fix(ch-bench-read): remove unnecessary -O flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tdakkota committed Jun 17, 2024
1 parent a2414c4 commit 1794195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/local/ch-bench-read/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ echo ">> Setup oteldb locally"
docker compose up -d --remove-orphans --build --force-recreate

echo ">> Upload benchmark data"
wget -N -O req.rwq https://storage.yandexcloud.net/faster-public/oteldb/req.rwq
wget -N https://storage.yandexcloud.net/faster-public/oteldb/req.rwq
go run github.com/go-faster/oteldb/cmd/otelbench promrw replay -i req.rwq

queries_file="${BENCH_QUERIES:-testdata/node-exporter-selected.promql.yml}"
Expand Down

0 comments on commit 1794195

Please sign in to comment.