Lines Matching defs:main
13 "path": <relative path chunks to perf resources and main file>,
27 "main": <main js perf runner file>,
44 with a "main" file is a leaf suite that can contain one more level of
69 "main": "run.js",
91 "main": "run.js",
96 "main": "run.js",
439 """Represents a runnable suite definition (i.e. has a main file).
446 def main(self):
447 return self._suite.get('main', '')
462 return self.flags + (extra_flags or []) + [self.main] + suffix
530 elif suite.get('main') is not None:
531 # A main file makes this graph runnable. Empty strings are accepted.
648 """Execute the benchmark's main file.
749 self.driver.push_file(bench_abs, node.main, bench_rel)