Open farodin91 opened 5 years ago
All tests that are using JUnitBenchmarkProvider need to be replaced. https://github.com/JanusGraph/janusgraph/search?q=JUnitBenchmarkProvider&unscoped_q=JUnitBenchmarkProvider
Is this issue closed or any assistance required on this, I can pitch in
@versaurabh It's open and you can see a few TODO issues. Feel free to drop a note on any of them saying you are on it! We could help you if needed.
I switched janusgraph from junit4 to junit5 during these process. I had to delete some old benchmark tests which are no longer runnable with junit5. These benchmark tests are written with a deprecated framework called
com.carrotsearch.junitbenchmarks
which is no longer in development.Therefore, I would prefer to rewrite all with the framework jmh: https://openjdk.java.net/projects/code-tools/jmh/.