eclipse-january / january

January project
Eclipse Public License 1.0
34 stars 25 forks source link

There should be a speed test showing the issue (if any) between compiler optimization and January #420

Open gerring opened 4 years ago

gerring commented 4 years ago

It would be good to have a speed test to show where the current nD looping under performs against the compiler optimized basic loop. If January is slow then the test could be commented out until the team decides to fix something.

PeterC-DLS commented 4 years ago

I think any benchmark should use JMH. Can you refactor to do that and place it in separate fragment?