-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
test: Enhance performance tests and add insertion_and_removal #53
Conversation
c5485e8
to
ca98066
Compare
Benchmark ResultsPackage ordered_set:
Benchmarks provided with 💙 by Dart Benchmark Action. |
const _maxElement = 10000; | ||
const _startingSetSize = 500; | ||
const _startingSetSize = 250; |
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 is just to put it in line with the time of the other tests. with the new impl it is totally fine to go even above these numbers
Pull Request Test Coverage Report for Build 12606149641Details
💛 - Coveralls |
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.
.
900983e
to
54c5d57
Compare
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.
Lgtm! This should have the test:
conventional commit tag and not perf:
, since it's not improving performance.
No description provided.