You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello
I am running a load test. I get the metrics output when the users are hatched, but once the load test finishes the final summary output is not showing up.
[xxx@localhost goose_test]$ cargo run --release -- --running-metrics 2 Finished release [optimized] target(s) in 0.08s Running target/release/goose_test --running-metrics 2`
hello
I am running a load test. I get the metrics output when the users are hatched, but once the load test finishes the final summary output is not showing up.
[xxx@localhost goose_test]$ cargo run --release -- --running-metrics 2 Finished release [optimized] target(s) in 0.08s Running
target/release/goose_test --running-metrics 2`=== PER TASK METRICS ===
Name | # times run | # fails | task/s | fail/s
1: LoadTest |
1: | 0 | 0 (0%) | 0.00 | 0.00
Name | Avg (ms) | Min | Max | Median
1: LoadTest |
1: | 0.00 | 0 | 0 | 0
Name | Status codes
-------------------------+----------------------------------------------------
Aggregated |
All 8 users hatched, resetting metrics (disable with --no-reset-metrics).
[xxx@localhost goose_test]$ `
I have this setup:
.set_default(GooseDefault::RunTime, 30)? .set_default(GooseDefault::Host, HOST)? .set_default(GooseDefault::ThrottleRequests, 5)? .set_default(GooseDefault::StatusCodes, true)?
Thanks
The text was updated successfully, but these errors were encountered: