From: Yujun Zhang Date: Tue, 20 Sep 2016 08:11:21 +0000 (+0800) Subject: Remove cpu limit patch for byte-unixbench X-Git-Tag: danube.1.0~284^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F67%2F21567%2F1;p=qtip.git Remove cpu limit patch for byte-unixbench The patch[1] is no longer required since it has been merged to upstream[2] [1] https://www.dropbox.com/s/11z85gfu0trkhus/fix-limitation.patch [2] https://github.com/kdlucas/byte-unixbench/commit/910276909baacebea038750aecec32c9a32eddd4 Change-Id: I1e81a93a51f78b36109ca76a56ef9bc8a1fc44ad Signed-off-by: Yujun Zhang --- 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/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