-
Notifications
You must be signed in to change notification settings - Fork 16
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
Structure timestamps #8
Conversation
Conflicts: build.gradle
measuring of tests and testmethods works, report needs to be generated, applicationcontexts need to be measured seperately and can be used with injected services
to applicationcontextevent, because its more precise and we cant store events in the testcontext efficiently anyway
Fürs mergen können die Inhalte dieser branch genutzt werden |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to work fine so far, however before merging we also need to add the timestamps from the JUnit extension to the dataset and export the data in a csv file or something similar.
Seems like a good option |
After taking a step back, I realized that it is probably much easier to write the data directly into a csv file without the detour over the database. This also was really simple to implement and streamlined the code a fair bit. This is now ready for review and we can focus on the creation of the visual report from now. Closes #4 |
…context don't get dropped
Hey @florianluediger, heres the present state 👍
What works now/has been done:
What was done why:
What has to be done: