Hacker News new | ask | show | jobs
by can3p 818 days ago
Nice post, thanks! Do I read it right that using jit results in the worst max times? What could be a reason in your opinion?
1 comments

Two parts: I did the benchmark on a laptop and didn't spend enough time forcing its runtime PM in a fixed state, I'll run a real pgbench on my desktop once I implement all required opcodes for it. And since JIT requires a minimum amount of time (about 300us on my tests), on such small runtimes this can quickly overcome the benefits.