Untitled

From test-2-benchmark, 1 Year ago, written in Plain Text, viewed 105 times.
URL https://paste.steamr.com/view/3040eedb Embed
Download Paste or View Raw
  1. gcc -o pgms/arithoh -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Darithoh src/arith.c
  2. gcc -o pgms/register -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum='register int' src/arith.c
  3. gcc -o pgms/short -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=short src/arith.c
  4. gcc -o pgms/int -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=int src/arith.c
  5. gcc -o pgms/long -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=long src/arith.c
  6. gcc -o pgms/float -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=float src/arith.c
  7. gcc -o pgms/double -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -Ddatum=double src/arith.c
  8. gcc -o pgms/hanoi -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/hanoi.c
  9. gcc -o pgms/syscall -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/syscall.c
  10. gcc -o pgms/context1 -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/context1.c
  11. gcc -o pgms/pipe -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/pipe.c
  12. gcc -o pgms/spawn -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/spawn.c
  13. gcc -o pgms/execl -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/execl.c
  14. gcc -o pgms/dhry2 -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -DHZ= ./src/dhry_1.c ./src/dhry_2.c
  15. gcc -o pgms/dhry2reg -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -DHZ= -DREG=register ./src/dhry_1.c ./src/dhry_2.c
  16. gcc -o pgms/looper -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/looper.c
  17. gcc -o pgms/fstime -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME src/fstime.c
  18. gcc -o pgms/whetstone-double -Wall -pedantic -O3 -ffast-math -march=native -mtune=native -I ./src -DTIME -DDP -DGTODay -DUNIXBENCH src/whets.c -lm
  19. make all
  20. make[1]: Entering directory '/home/lleung/byte-unixbench/UnixBench'
  21. make distr
  22. make[2]: Entering directory '/home/lleung/byte-unixbench/UnixBench'
  23. Checking distribution of files
  24. ./pgms  exists
  25. ./src  exists
  26. ./testdir  exists
  27. ./tmp  exists
  28. ./results  exists
  29. make[2]: Leaving directory '/home/lleung/byte-unixbench/UnixBench'
  30. make programs
  31. make[2]: Entering directory '/home/lleung/byte-unixbench/UnixBench'
  32. make[2]: Nothing to be done for 'programs'.
  33. make[2]: Leaving directory '/home/lleung/byte-unixbench/UnixBench'
  34. make[1]: Leaving directory '/home/lleung/byte-unixbench/UnixBench'
  35.  
  36.    #    #  #    #  #  #    #          #####   ######  #    #   ####   #    #
  37.    #    #  ##   #  #   #  #           #    #  #       ##   #  #    #  #    #
  38.    #    #  # #  #  #    ##            #####   #####   # #  #  #       ######
  39.    #    #  #  # #  #    ##            #    #  #       #  # #  #       #    #
  40.    #    #  #   ##  #   #  #           #    #  #       #   ##  #    #  #    #
  41.     ####   #    #  #  #    #          #####   ######  #    #   ####   #    #
  42.  
  43.    Version 5.1.3                      Based on the Byte Magazine Unix Benchmark
  44.  
  45.    Multi-CPU version                  Version 5 revisions by Ian Smith,
  46.                                       Sunnyvale, CA, USA
  47.    January 13, 2011                   johantheghost at yahoo period com
  48.  
  49. ------------------------------------------------------------------------------
  50.    Use directories for:
  51.       * File I/O tests (named fs***) = /home/lleung/byte-unixbench/UnixBench/tmp
  52.       * Results                      = /home/lleung/byte-unixbench/UnixBench/results
  53. ------------------------------------------------------------------------------
  54.  
  55.  
  56. 1 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10
  57.  
  58. 1 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10
  59.  
  60. 1 x Execl Throughput  1 2 3
  61.  
  62. 1 x File Copy 1024 bufsize 2000 maxblocks  1 2 3
  63.  
  64. 1 x File Copy 256 bufsize 500 maxblocks  1 2 3
  65.  
  66. 1 x File Copy 4096 bufsize 8000 maxblocks  1 2 3
  67.  
  68. 1 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10
  69.  
  70. 1 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10
  71.  
  72. 1 x Process Creation  1 2 3
  73.  
  74. 1 x System Call Overhead  1 2 3 4 5 6 7 8 9 10
  75.  
  76. 1 x Shell Scripts (1 concurrent)  1 2 3
  77.  
  78. 1 x Shell Scripts (8 concurrent)  1 2 3
  79.  
  80. 4 x Dhrystone 2 using register variables  1 2 3 4 5 6 7 8 9 10
  81.  
  82. 4 x Double-Precision Whetstone  1 2 3 4 5 6 7 8 9 10
  83.  
  84. 4 x Execl Throughput  1 2 3
  85.  
  86. 4 x File Copy 1024 bufsize 2000 maxblocks  1 2 3
  87.  
  88. 4 x File Copy 256 bufsize 500 maxblocks  1 2 3
  89.  
  90. 4 x File Copy 4096 bufsize 8000 maxblocks  1 2 3
  91.  
  92. 4 x Pipe Throughput  1 2 3 4 5 6 7 8 9 10
  93.  
  94. 4 x Pipe-based Context Switching  1 2 3 4 5 6 7 8 9 10
  95.  
  96. 4 x Process Creation  1 2 3
  97.  
  98. 4 x System Call Overhead  1 2 3 4 5 6 7 8 9 10
  99.  
  100. 4 x Shell Scripts (1 concurrent)  1 2 3
  101.  
  102. 4 x Shell Scripts (8 concurrent)  1 2 3
  103.  
  104. ========================================================================
  105.    BYTE UNIX Benchmarks (Version 5.1.3)
  106.  
  107.    System: test-2: GNU/Linux
  108.    OS: GNU/Linux -- 4.18.0-425.3.1.el8.x86_64 -- #1 SMP Wed Nov 9 20:13:27 UTC 2022
  109.    Machine: x86_64 (x86_64)
  110.    Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
  111.    CPU 0: Intel Xeon Processor (Icelake) (4589.2 bogomips)
  112.           Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
  113.    CPU 1: Intel Xeon Processor (Icelake) (4589.2 bogomips)
  114.           Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
  115.    CPU 2: Intel Xeon Processor (Icelake) (4589.2 bogomips)
  116.           Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
  117.    CPU 3: Intel Xeon Processor (Icelake) (4589.2 bogomips)
  118.           Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
  119.    10:20:47 up 8 min,  1 user,  load average: 0.50, 0.16, 0.07; runlevel 2022-12-22
  120.  
  121. ------------------------------------------------------------------------
  122. Benchmark Run: Thu Dec 22 2022 10:20:47 - 10:48:39
  123. 4 CPUs in system; running 1 parallel copy of tests
  124.  
  125. Dhrystone 2 using register variables       46404955.6 lps   (10.0 s, 7 samples)
  126. Double-Precision Whetstone                     6846.2 MWIPS (9.0 s, 7 samples)
  127. Execl Throughput                               5191.6 lps   (30.0 s, 2 samples)
  128. File Copy 1024 bufsize 2000 maxblocks       1368119.0 KBps  (30.0 s, 2 samples)
  129. File Copy 256 bufsize 500 maxblocks          366531.3 KBps  (30.0 s, 2 samples)
  130. File Copy 4096 bufsize 8000 maxblocks       3953922.7 KBps  (30.0 s, 2 samples)
  131. Pipe Throughput                             2017175.2 lps   (10.0 s, 7 samples)
  132. Pipe-based Context Switching                  73604.1 lps   (10.0 s, 7 samples)
  133. Process Creation                               9922.0 lps   (30.0 s, 2 samples)
  134. Shell Scripts (1 concurrent)                   9398.0 lpm   (60.0 s, 2 samples)
  135. Shell Scripts (8 concurrent)                   2738.8 lpm   (60.0 s, 2 samples)
  136. System Call Overhead                        2468780.5 lps   (10.0 s, 7 samples)
  137.  
  138. System Benchmarks Index Values               BASELINE       RESULT    INDEX
  139. Dhrystone 2 using register variables         116700.0   46404955.6   3976.4
  140. Double-Precision Whetstone                       55.0       6846.2   1244.8
  141. Execl Throughput                                 43.0       5191.6   1207.4
  142. File Copy 1024 bufsize 2000 maxblocks          3960.0    1368119.0   3454.8
  143. File Copy 256 bufsize 500 maxblocks            1655.0     366531.3   2214.7
  144. File Copy 4096 bufsize 8000 maxblocks          5800.0    3953922.7   6817.1
  145. Pipe Throughput                               12440.0    2017175.2   1621.5
  146. Pipe-based Context Switching                   4000.0      73604.1    184.0
  147. Process Creation                                126.0       9922.0    787.5
  148. Shell Scripts (1 concurrent)                     42.4       9398.0   2216.5
  149. Shell Scripts (8 concurrent)                      6.0       2738.8   4564.6
  150. System Call Overhead                          15000.0    2468780.5   1645.9
  151.                                                                    ========
  152. System Benchmarks Index Score                                        1807.9
  153.  
  154. ------------------------------------------------------------------------
  155. Benchmark Run: Thu Dec 22 2022 10:48:39 - 11:16:32
  156. 4 CPUs in system; running 4 parallel copies of tests
  157.  
  158. Dhrystone 2 using register variables      187255293.1 lps   (10.0 s, 7 samples)
  159. Double-Precision Whetstone                    27351.1 MWIPS (9.0 s, 7 samples)
  160. Execl Throughput                              12607.0 lps   (30.0 s, 2 samples)
  161. File Copy 1024 bufsize 2000 maxblocks        941614.1 KBps  (30.0 s, 2 samples)
  162. File Copy 256 bufsize 500 maxblocks          246938.3 KBps  (30.0 s, 2 samples)
  163. File Copy 4096 bufsize 8000 maxblocks       2892272.3 KBps  (30.0 s, 2 samples)
  164. Pipe Throughput                             8031144.5 lps   (10.0 s, 7 samples)
  165. Pipe-based Context Switching                 670249.3 lps   (10.0 s, 7 samples)
  166. Process Creation                              23367.1 lps   (30.0 s, 2 samples)
  167. Shell Scripts (1 concurrent)                  20691.8 lpm   (60.0 s, 2 samples)
  168. Shell Scripts (8 concurrent)                   3153.1 lpm   (60.0 s, 2 samples)
  169. System Call Overhead                        5475136.8 lps   (10.0 s, 7 samples)
  170.  
  171. System Benchmarks Index Values               BASELINE       RESULT    INDEX
  172. Dhrystone 2 using register variables         116700.0  187255293.1  16045.9
  173. Double-Precision Whetstone                       55.0      27351.1   4972.9
  174. Execl Throughput                                 43.0      12607.0   2931.9
  175. File Copy 1024 bufsize 2000 maxblocks          3960.0     941614.1   2377.8
  176. File Copy 256 bufsize 500 maxblocks            1655.0     246938.3   1492.1
  177. File Copy 4096 bufsize 8000 maxblocks          5800.0    2892272.3   4986.7
  178. Pipe Throughput                               12440.0    8031144.5   6455.9
  179. Pipe-based Context Switching                   4000.0     670249.3   1675.6
  180. Process Creation                                126.0      23367.1   1854.5
  181. Shell Scripts (1 concurrent)                     42.4      20691.8   4880.1
  182. Shell Scripts (8 concurrent)                      6.0       3153.1   5255.1
  183. System Call Overhead                          15000.0    5475136.8   3650.1
  184.                                                                    ========
  185. System Benchmarks Index Score                                        3751.6
  186.  
  187.  

Reply to "Untitled"

Here you can reply to the paste above