Index: tools/perf/benchmarks/robohornet_pro.py |
diff --git a/tools/perf/benchmarks/robohornet_pro.py b/tools/perf/benchmarks/robohornet_pro.py |
index 05ccc80bea9841bf35e23acb420872ba987fa08a..fa0e5165771f207fff8eb162b25115e5a4c72761 100644 |
--- a/tools/perf/benchmarks/robohornet_pro.py |
+++ b/tools/perf/benchmarks/robohornet_pro.py |
@@ -63,7 +63,7 @@ class RobohornetPro(perf_benchmark.PerfBenchmark): |
def CreatePageSet(self, options): |
ps = page_set.PageSet( |
archive_data_file='../page_sets/data/robohornet_pro.json', |
- file_path=os.path.abspath(__file__), |
+ base_dir=os.path.dirname(os.path.abspath(__file__)), |
bucket=page_set.PARTNER_BUCKET) |
ps.AddUserStory(page_module.Page( |
'http://ie.microsoft.com/testdrive/performance/robohornetpro/', |