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

Add additional benchmarks #109

Open
belsrc opened this issue Nov 21, 2024 · 0 comments
Open

Add additional benchmarks #109

belsrc opened this issue Nov 21, 2024 · 0 comments
Labels
performance A code change that improves performance test Adding missing tests or correcting existing tests

Comments

@belsrc
Copy link
Contributor

belsrc commented Nov 21, 2024

We should add in additional benchmark tests for the function centric packages. These should probably take the form of:

  • Current implementation (don't call just the function as it is an extra step, unless you wrap the following in a function as well)
  • A list of competing implementations.
  • Make sure setup is done outside of the bench, unless it is relevant to the test.

Example: map versions of for, for..in, .map, etc.

@belsrc belsrc added performance A code change that improves performance test Adding missing tests or correcting existing tests labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance A code change that improves performance test Adding missing tests or correcting existing tests
Projects
None yet
Development

No branches or pull requests

1 participant