-
Notifications
You must be signed in to change notification settings - Fork 2k
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 unit test suite for CaseMap #3213
Add unit test suite for CaseMap #3213
Conversation
acb0c82
to
8cc447d
Compare
Waiting for the response on #3279. If that PR gets merged, I will close this one. |
@azakus I did the performance test as created by @nazar-pc in #3279 to compare the result. My base-case was consistenly twice as fast as nazar's, so that would be hugely dependent of the hardware.
Executing the test multiple times, nazar's implementation proved to be slightly faster. Therefore I will change this PR to just include the tests and then the implementation of nazar could be merged (as this also fixes #3206. |
8cc447d
to
3d7eb8b
Compare
The CI build currently fails, as the original is not fixed. When #3279 is merged and this branch is rebased, the build will succeed. |
3d7eb8b
to
ee9a600
Compare
@TimvdLippe Thanks for the perf test! LGTM |
#3279 merged, merging this now. |
…semap Add unit test suite for CaseMap
Ha, I was a bit hasty. This won't get run automatically, but must be listed in |
Oops yes you are correct. Sorry! |
Added a testsuite to test the case-map functionality. Includes a testcase for #3206. Therefore on current master the CI fails, but after a fix has been submitted (in #3279) the CI will succeed.