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

Open latest Result #68

Open
StefanVahlgren opened this issue Apr 1, 2021 · 0 comments
Open

Open latest Result #68

StefanVahlgren opened this issue Apr 1, 2021 · 0 comments

Comments

@StefanVahlgren
Copy link
Contributor

Previous results can be loaded from the result.log file and used to print it as as a summary or to show it with the ResultChart.

It would be very convenient if you didnt need to specify the exact location for the file if you want to load the latest one. Something like this would be possible to implement:
Result r = new Result(Result.latest("testresults/myLoadTest"));

This makes more sense to version control as well when you build your loadcoder tests, rather than to mistakenly saving somehitng like this:
Result r = new Result(new File("testresults/myLoadTest/20210202-130000/result.log"));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant