diff options
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/playbooks/dhrystone.yaml | 6 | ||||
-rw-r--r-- | benchmarks/playbooks/dpi.yaml | 4 | ||||
-rw-r--r-- | benchmarks/playbooks/whetstone.yaml | 6 |
3 files changed, 2 insertions, 14 deletions
diff --git a/benchmarks/playbooks/dhrystone.yaml b/benchmarks/playbooks/dhrystone.yaml index d4fe07ea..8fe6a490 100644 --- a/benchmarks/playbooks/dhrystone.yaml +++ b/benchmarks/playbooks/dhrystone.yaml @@ -50,12 +50,6 @@ - name: make shell: sudo make --directory $HOME/tempT/UnixBench/ - - name: downloading_patch - shell: cd $HOME/tempT/UnixBench/ && sudo wget https://www.dropbox.com/s/11z85gfu0trkhus/fix-limitation.patch - - - name: applying_patch - shell: cd $HOME/tempT/UnixBench/ && sudo patch Run fix-limitation.patch - - name: Run dhrystone shell: cd $HOME/tempT/UnixBench/&& sudo ./Run -v dhrystone diff --git a/benchmarks/playbooks/dpi.yaml b/benchmarks/playbooks/dpi.yaml index 6dae0869..46e065a1 100644 --- a/benchmarks/playbooks/dpi.yaml +++ b/benchmarks/playbooks/dpi.yaml @@ -51,7 +51,7 @@ - name: Clone nDPI git: repo=https://github.com/ntop/nDPI.git - dest=$HOME/tempD + dest=$HOME/tempD/nDPI - name: autogen shell: cd $HOME/tempD/nDPI && sudo ./autogen.sh @@ -63,7 +63,7 @@ shell: cd $HOME/tempD/nDPI && sudo make - name: Fetching Test_pcap file - shell: cd $HOME/tempD/nDPI/example && wget http://artifacts.opnfv.org/qtip/utilities/test.pcap + shell: cd $HOME/tempD/nDPI/example && wget http://build.opnfv.org/artifacts.opnfv.org/qtip/utilities/test.pcap - name: fetch Averaging script copy: src=./result_transform/dpi/dpi_average.sh dest={{home_dir.stdout}}/tempD/nDPI/example mode=777 diff --git a/benchmarks/playbooks/whetstone.yaml b/benchmarks/playbooks/whetstone.yaml index 98280e6a..0b1f89a7 100644 --- a/benchmarks/playbooks/whetstone.yaml +++ b/benchmarks/playbooks/whetstone.yaml @@ -50,12 +50,6 @@ - name: make shell: sudo make --directory $HOME/tempT/UnixBench/ - - name: downloading_patch - shell: cd $HOME/tempT/UnixBench/ && sudo wget https://www.dropbox.com/s/11z85gfu0trkhus/fix-limitation.patch - - - name: applying_patch - shell: cd $HOME/tempT/UnixBench/ && sudo patch Run fix-limitation.patch - - name: Run Whetstone shell: cd $HOME/tempT/UnixBench/&&./Run -v whetstone |