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

V3 performance suite #11

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

V3 performance suite #11

wants to merge 7 commits into from

Conversation

z3dev
Copy link
Collaborator

@z3dev z3dev commented Jan 5, 2025

These changes move the test suites into separate packages, which are now managed by lerna-lite. This keeps the environments completely separate, allowing the test suites to be executed without conflicts.

New performance suite for V3 was added as well.

@z3dev z3dev requested a review from platypii January 5, 2025 06:39
@z3dev
Copy link
Collaborator Author

z3dev commented Jan 5, 2025

@platypii Please try out the reworked performance suites. Let me know if you have any suggestions.

be sure to read the new README

Copy link

@platypii platypii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Was able to run the tests locally. Some minor suggested improvements:

  1. The output is basically a CSV file but missing a header. It would be cool if it printed a header line first so the user understands that the numbers mean, and so it can be easily pulled into excel, etc.
  2. V2 tests output some debug logging that would mess up a CSV (Test: intersect(500) (intersect(circle),500))
  3. V1 has no hull(sphere) tests?
  4. V2 has no project tests?

Total time:

V1:
real 245m45.278s
user 292m23.467s
sys 3m29.584s

V2:
real 88m27.849s
user 96m11.581s
sys 0m53.254s

V3:
real 151m10.018s
user 157m35.117s
sys 0m49.152s

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

Successfully merging this pull request may close these issues.

2 participants