diff --git a/etc/ci/performance/user-agent-js/01.perf-timing.js b/etc/ci/performance/user-agent-js/01.perf-timing.js index df2e3efcd55..9aff2aa8a56 100644 --- a/etc/ci/performance/user-agent-js/01.perf-timing.js +++ b/etc/ci/performance/user-agent-js/01.perf-timing.js @@ -12,6 +12,7 @@ function formatLine(name, t) { function printPerfTiming() { print("[PERF] perf block start") formatLine("testcase", window.location); + formatLine("title", document.title.replace(/,/g, ",")); formatLine("navigationStart", performance.timing.navigationStart); formatLine("unloadEventStart", performance.timing.unloadEventStart); formatLine("unloadEventEnd", performance.timing.unloadEventEnd);