KKcorps commented on issue #8512: URL: https://github.com/apache/pinot/issues/8512#issuecomment-1097575529
From my benchmarks, java time seems 20-30% slower than Joda time. ``` Benchmark Mode Cnt Score Error Units BenchmarkJoda.benchmarkJavaTime avgt 5 6077.279 ± 282.175 us/op BenchmarkJoda.benchmarkJavaTimePerCompute avgt 5 6055.735 ± 254.637 us/op BenchmarkJoda.benchmarkJoda avgt 5 4671.964 ± 93.222 us/op ``` Code - https://gist.github.com/KKcorps/19b6b093bfa15b7d62b27db0b8012e51 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
