Skip to content

Commit bc74ef9

Browse files
authored
Add --runs-per-job, --max-run-fails-per-job, and more to metadata cmd (#2923)
* Add `--run-duration` and `--event-time` Signed-off-by: Willy Lulciuc <[email protected]> * Apply formatting Signed-off-by: Willy Lulciuc <[email protected]> * Add `--event-start-time` and `--event-end-time` Signed-off-by: Willy Lulciuc <[email protected]> * Add support for `X` runs + durations Signed-off-by: Willy Lulciuc <[email protected]> * Fix last `N` runs display Signed-off-by: Willy Lulciuc <[email protected]> * Sort events by event time Signed-off-by: Willy Lulciuc <[email protected]> * Use `--jobs` Signed-off-by: Willy Lulciuc <[email protected]> * Apply lint on web Signed-off-by: Willy Lulciuc <[email protected]> * Add `--runs-active` Signed-off-by: Willy Lulciuc <[email protected]> * Fix runs ordering for jobs Signed-off-by: Willy Lulciuc <[email protected]> --------- Signed-off-by: Willy Lulciuc <[email protected]>
1 parent db4fbfa commit bc74ef9

File tree

5 files changed

+255
-78
lines changed

5 files changed

+255
-78
lines changed

.circleci/api-load-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ log "http API server is ready!"
9999

100100
# (5) Use metadata command to generate random dataset, job, and run metadata
101101
log "generate load test metadata (${METADATA_FILE}):"
102-
java -jar "${MARQUEZ_JAR}" metadata --runs 10 --bytes-per-event 16384 --output "${METADATA_FILE}"
102+
java -jar "${MARQUEZ_JAR}" metadata --jobs 100 --bytes-per-event 16384 --output "${METADATA_FILE}"
103103

104104
# Display CPU/MEM
105105
cpu_and_mem_info

0 commit comments

Comments
 (0)