Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[runner subcmd] add --raw-data flag to export raw data instead of aggregated one. #39

Closed
Tracked by #3
fuweid opened this issue Jan 9, 2024 · 0 comments · Fixed by #40 or #48
Closed
Tracked by #3

[runner subcmd] add --raw-data flag to export raw data instead of aggregated one. #39

fuweid opened this issue Jan 9, 2024 · 0 comments · Fixed by #40 or #48

Comments

@fuweid
Copy link
Collaborator

fuweid commented Jan 9, 2024

Background

The multirunner server requires runner to upload all the latency values. So the runner run should support to export raw data if --raw-data flag set.

Plan

We need to refactor printResponseStats. When --raw-data is set, we can render data into json format, like

{
    total: INT,
    failures: [
       STRING,
       STRING,
       ...
    ],
    latencies: [
        FLOAT64,
        FLOAT64,
        ...
    ]
}
@fuweid fuweid changed the title [runner subcmd] add --raw-data flag to export all latency values [runner subcmd] add --raw-data flag to export raw data instead of aggregated one. Jan 9, 2024
@fuweid fuweid linked a pull request Jan 10, 2024 that will close this issue
@fuweid fuweid reopened this Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants