diff options
Diffstat (limited to 'benchmarks/playbooks/ramspeed.yaml')
-rw-r--r-- | benchmarks/playbooks/ramspeed.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/playbooks/ramspeed.yaml b/benchmarks/playbooks/ramspeed.yaml index 0810946a..4bbb6151 100644 --- a/benchmarks/playbooks/ramspeed.yaml +++ b/benchmarks/playbooks/ramspeed.yaml @@ -50,7 +50,7 @@ - name: copy report formation script copy: src=./result_transform/final_report.py dest={{home_dir.stdout}}/qtip_result - name: consolidating report - shell: cd $HOME/qtip_result && python final_report.py RamSpeed + shell: cd $HOME/qtip_result && python final_report.py RamSpeed {{fname}} - name: registering files shell: (cd $HOME/qtip_result/; find . -maxdepth 1 -name "*.json") | cut -d'/' -f2 register: files_to_copy |