![]() |
Custom Metric Support for Async Code - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: General Discussion (/forumdisplay.php?fid=25) +--- Thread: Custom Metric Support for Async Code (/showthread.php?tid=15660) |
Custom Metric Support for Async Code - pganti - 02-08-2019 10:04 AM Did anyone here got some async callbacks to populate custom metrics? RE: Custom Metric Support for Async Code - pmeenan - 07-19-2019 05:06 AM FWIW, I just pushed a change that will make it work for Chrome. Any custom metrics (or exec commands in a script) that return a promise will automatically await on the result. |