-
Notifications
You must be signed in to change notification settings - Fork 48
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
Port and add more tests #20
Comments
There are even more hashbrown unit tests here. |
The C++ concurrent hash table |
|
Some of the java tests also serve as benchmarks. Should we port the benchmarks as well or just the tests? |
Probably both ultimately. Porting them into separate files seems like a good idea. And the benchmark-like tests should be written using criterion so we can run regression tests on them. |
I would like to implement some tests and some benchmarks. Especially a stress test like libcuckoo |
As a follow-up to #78, we should also add tests for |
There are many Java tests that we do not yet have in the Rust version. You can find most of them in this file from JSR166 and in this folder from JDK. Let's port all of them and get that test coverage up! I would particularly love to get some of the concurrent tests ported over!
There are also a good chunk of tests over in
hashbrown
that would be good to also run against flurry.The text was updated successfully, but these errors were encountered: