-
Notifications
You must be signed in to change notification settings - Fork 112
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 test case for map API #141
Conversation
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.
Check the assertions.
517af99
to
5c097fd
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.
Besides the correctness verification, add execution time measurements, so that we can
distinguish from each implementation.
You may check https://github.com/martinus/map_benchmark/tree/master/src/benchmarks for figuring out the available benchmarking on |
4923eba
to
99b9ad1
Compare
I wonder whether it is possible to checkin the master first. |
e01dae8
to
96ad955
Compare
Thank @ypaskell for contributing! |
Add test case for map API
In preparation for new map implementation