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

More robust testing #4

Open
ladvoc opened this issue Aug 30, 2024 · 3 comments
Open

More robust testing #4

ladvoc opened this issue Aug 30, 2024 · 3 comments

Comments

@ladvoc
Copy link
Owner

ladvoc commented Aug 30, 2024

More robust testing is needed in the following areas:

  • BijectiveDictionary is a generic struct, but tests currently only cover BijectiveDictionary<String, Int>
  • Performance testing of common operations: insertion, lookup, iteration, etc.
@ladvoc ladvoc changed the title Test BijectiveDictionary With Other Types More robust testing Sep 7, 2024
@DandyLyons
Copy link
Collaborator

We should also add benchmark testing.
I just found this package with Apple used to develop Swift Collections
https://swiftpackageindex.com/apple/swift-collections-benchmark

There is also this, which doesn't appear to be officially owned by Apple or the swiftlang organization, but it was announced on the official Swift blog.
https://www.swift.org/blog/benchmarks/

@ladvoc
Copy link
Owner Author

ladvoc commented Sep 8, 2024

I think that's the right solution. Do you want to take this up?

@DandyLyons
Copy link
Collaborator

I'll open another Issue, specifically for benchmark testing.

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

No branches or pull requests

2 participants