Hyperfoil / Horreum

Benchmark results repository service
https://horreum.hyperfoil.io/
Apache License 2.0
34 stars 30 forks source link

Only initialize graal JS context when required. Fixes #1723 #1725

Closed johnaohara closed 1 month ago

johnaohara commented 1 month ago

Fixes Issue

Fixes: #1723

In the flamegraphs below, calls to Util.setupContext() are highlighted

Before;

image

After ;

image