Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1616)

Unified Diff: telemetry/examples/run_benchmark

Issue 2291313002: [Telemetry] Add 'check_independent' command to benchmark_runner (Closed)
Patch Set: add testdata __init__.py Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | telemetry/telemetry/benchmark_runner.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/examples/run_benchmark
diff --git a/telemetry/examples/run_benchmark b/telemetry/examples/run_benchmark
index 6b2d3761a7baf95b3fa78e63fbe92b145eeacb5f..f24a386c6d909c51f320c52320cabe685552e97b 100755
--- a/telemetry/examples/run_benchmark
+++ b/telemetry/examples/run_benchmark
@@ -7,10 +7,11 @@ import sys
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
from telemetry import benchmark_runner
+from telemetry import project_config
def main():
top_level_dir = os.path.dirname(__file__)
- config = benchmark_runner.ProjectConfig(
+ config = project_config.ProjectConfig(
top_level_dir=top_level_dir,
benchmark_dirs=[os.path.join(top_level_dir, 'benchmarks')])
return benchmark_runner.main(config)
« no previous file with comments | « no previous file | telemetry/telemetry/benchmark_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698