mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Bug 10452 - Page Load Time Test Runner
This commit is contained in:
parent
a83fed2144
commit
13b8f2531c
15 changed files with 1485 additions and 0 deletions
8
etc/ci/performance/firefox/addon/index.js
Normal file
8
etc/ci/performance/firefox/addon/index.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
var self = require("sdk/self");
|
||||
var pageMod = require("sdk/page-mod");
|
||||
|
||||
pageMod.PageMod({
|
||||
include: "*",
|
||||
contentScriptFile: self.data.url('perf.js'),
|
||||
attachTo: ["top", "existing"]
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue