Remove cpu limit patch for byte-unixbench 67/21567/1
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Tue, 20 Sep 2016 08:11:21 +0000 (16:11 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Tue, 20 Sep 2016 08:11:21 +0000 (16:11 +0800)
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 <zhang.yujunz@zte.com.cn>
benchmarks/playbooks/dhrystone.yaml
benchmarks/playbooks/whetstone.yaml

index d4fe07e..8fe6a49 100644 (file)
     - 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
 
index 98280e6..0b1f89a 100644 (file)
     - 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