Has anyone ever tried benchmarking a java application compiled to native using Excelsior JET against the same application running just-in-time on a normal java runtime? The only benchmark I can find is hosted on Excelsior's website and is for a single application; I'd like to see some independent results.
My application has both high CPU and memory usage (it's training machine learning models). I don't expect a performance increase with using Jet, but I may need to run on an environment that doesn't have the java runtime available (hence the compile to native) and I need to know if the performance would be much worse.
I know that Excelsior have an eval. available, but I'm hoping to save the time downloading, configuring, testing it etc...