-
Notifications
You must be signed in to change notification settings - Fork 35
Add benchmarking tests #300
Copy link
Copy link
Closed
Labels
category:testingAbout the tests.About the tests.status:completedCompleted - but might not be released yet.Completed - but might not be released yet.type:adminAbout code or repo management.About code or repo management.
Milestone
Metadata
Metadata
Assignees
Labels
category:testingAbout the tests.About the tests.status:completedCompleted - but might not be released yet.Completed - but might not be released yet.type:adminAbout code or repo management.About code or repo management.
The structure of the Java tracker has changed somewhat for version 0.12.0. A new threadpool has been added to Tracker, and Emitter is being restructured to include event sending retry.
To make sure there aren't performance issues arising from these changes, add some simple benchmarking test(s). The most important thing to measure is
Tracker.track(Event).