aboutsummaryrefslogtreecommitdiff
path: root/Tools/PerformanceTests/functions_perftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/PerformanceTests/functions_perftest.py')
-rw-r--r--Tools/PerformanceTests/functions_perftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/PerformanceTests/functions_perftest.py b/Tools/PerformanceTests/functions_perftest.py
index bf4809bd3..9a94c97b5 100644
--- a/Tools/PerformanceTests/functions_perftest.py
+++ b/Tools/PerformanceTests/functions_perftest.py
@@ -64,7 +64,7 @@ def run_batch(run_name, res_dir, bin_name, config_command, architecture='knl',\
shutil.rmtree(res_dir)
os.makedirs(res_dir)
# Copy files to res_dir
- cwd = os.environ['WARPX'] + '/Tools/performance_tests/'
+ cwd = os.environ['WARPX'] + '/Tools/PerformanceTests/'
bin_dir = cwd + 'Bin/'
shutil.copy(bin_dir + bin_name, res_dir)
shutil.copyfile(cwd + run_name, res_dir + 'inputs')