Hyperfoil / Horreum

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

[0.13.x] Only initialize graal JS context when required. Fixes #1723 #1727

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 1 month ago

Backport: https://github.com/Hyperfoil/Horreum/pull/1725

Fixes Issue

Fixes: #1723

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

Before;

image

After ;

image