Fork me on GitHub
#cljs-dev
<
2018-07-31
>
mfikes19:07:27

If accurate, Graal.JS master is now within golden ratio of JavaScript core’s perf for ClojureScript’s unit tests, and slated to get better, and with our tests now on their perf benchmark server. https://github.com/graalvm/graaljs/issues/29#issuecomment-409332767

mfikes19:07:01

TL;DR, it is at SpiderMonkey-perf.

dnolen19:07:18

impressive

mfikes19:07:34

(Note: This is for warmed-up perf, not cold start perf.)

dnolen19:07:08

right, is warmup time faster than Nashorn?

dnolen19:07:11

Nashorn warmup was very slow

mfikes19:07:36

@dnolen https://github.com/graalvm/graaljs/issues/29#issuecomment-409340092 Looks like they both get to their steady state for our tests within 4 iterations or so.

mfikes20:07:12

^ An “iteration” is running the entire ClojureScript unit test suite