flowhub / jsjob

Run arbitrary JavaScript code as jobs, in a browser-based sandbox.
MIT License
18 stars 0 forks source link

Metrics for processing times #11

Open jonnor opened 8 years ago

jonnor commented 8 years ago

Browser startup time, message passing, and actual job execution all take a significant amount of time. We should track these per-job, so we can see where time is spent in order to monitor and possibly optimize it.

For instance through optional New Relic Insights integration.