Index: server/profilers.py |
diff --git a/server/profilers.py b/server/profilers.py |
index 1d54bcffa23e5617589715a99ba058897df45ae3..9c4263715e33f63def6fa098ea2819cccc81c57f 100644 |
--- a/server/profilers.py |
+++ b/server/profilers.py |
@@ -13,7 +13,7 @@ def get_profiler_results_dir(autodir): |
Given the directory of the autotest client used to run a profiler, |
return the remote path where profiler results will be stored. |
""" |
- return os.path.join(autodir, 'results', 'default', 'barriertest', |
+ return os.path.join(autodir, 'results', 'default', 'profiler_sync', |
'profiling') |