File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ echo "Results written to results/k6/"
218218"""
219219
220220[tasks ."k6:benchmark:continuous" ]
221- description = " Run k6 benchmarks for CI (jsonb-ste-vec-insert + jsonb- large-payload)"
221+ description = " Run k6 benchmarks for CI (jsonb-large-payload)"
222222run = """
223223set -e
224224
@@ -255,21 +255,14 @@ echo
255255
256256mise run k6:build
257257
258- echo
259- echo '# jsonb-ste-vec-insert via proxy'
260- echo
261-
262- mise run k6_run --script=jsonb-ste-vec-insert --target=proxy --vus=10 --duration=60s
263-
264258echo
265259echo '# jsonb-large-payload via proxy'
266260echo
267261
268262mise run k6_run --script=jsonb-large-payload --target=proxy --vus=10 --duration=60s
269263
270- # Merge outputs for benchmark-action (separate files for throughput vs latency)
271- # Ensure results directory is writable (may have been created by Docker)
264+ # Copy outputs for benchmark-action (separate files for throughput vs latency)
272265mkdir -p results
273- jq -s 'add' results/k6/*- throughput.json > results/k6-throughput.json
274- jq -s 'add' results/k6/*- latency.json > results/k6-latency.json
266+ cp results/k6/jsonb-large-payload- throughput.json results/k6-throughput.json
267+ cp results/k6/jsonb-large-payload- latency.json results/k6-latency.json
275268"""
You can’t perform that action at this time.
0 commit comments