Benchmark: Celeron N4000 8 GB RAM 240 GB SSD

Автор: | 30.12.2020

Distro:
Ubuntu 20.04.1 LTS \n \l
CPU Info:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 122
model name : Intel(R) Celeron(R) N4000 CPU @ 1.10GHz
stepping : 1
microcode : 0x32
cpu MHz : 1041.710
cache size : 4096 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 24
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch cpuid_fault cat_l2 pti cdp_l2 ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust smep erms mpx rdt_a rdseed smap clflushopt intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts umip rdpid md_clear arch_capabilities
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass
bogomips : 2188.80
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:

processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 122
model name : Intel(R) Celeron(R) N4000 CPU @ 1.10GHz
stepping : 1
microcode : 0x32
cpu MHz : 1029.317
cache size : 4096 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 24
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch cpuid_fault cat_l2 pti cdp_l2 ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust smep erms mpx rdt_a rdseed smap clflushopt intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts umip rdpid md_clear arch_capabilities
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass
bogomips : 2188.80
clflush size : 64
cache_alignment : 64
address sizes : 39 bits physical, 48 bits virtual
power management:
Disk space:
Файл.система 1K-блоков Использовано Доступно Использовано% Cмонтировано в
udev 3950652 0 3950652 0% /dev
tmpfs 795828 960 794868 1% /run
/dev/sda2 244568380 4237612 227837712 2% /
tmpfs 3979132 0 3979132 0% /dev/shm
tmpfs 5120 0 5120 0% /run/lock
tmpfs 3979132 0 3979132 0% /sys/fs/cgroup
/dev/sda1 523248 7984 515264 2% /boot/efi
tmpfs 795824 0 795824 0% /run/user/1000
total 258597316 4246556 241857704 2% -
Free:
всего занято свободно общая буф./врем. доступно
Память: 7958268 106780 7040156 1220 811332 7593676
Подкачка: 2097148 0 2097148
dd 1Mx1k fdatasync: 1024+0 записей получено
1024+0 записей отправлено
1073741824 байт (1,1 GB, 1,0 GiB) скопирован, 2,91078 s, 369 MB/s
dd 64kx16k fdatasync: 16384+0 записей получено
16384+0 записей отправлено
1073741824 байт (1,1 GB, 1,0 GiB) скопирован, 3,0671 s, 350 MB/s
dd 1Mx1k dsync: 1024+0 записей получено
1024+0 записей отправлено
1073741824 байт (1,1 GB, 1,0 GiB) скопирован, 7,00493 s, 153 MB/s
dd 64kx16k dsync: 16384+0 записей получено
16384+0 записей отправлено
1073741824 байт (1,1 GB, 1,0 GiB) скопирован, 46,9843 s, 22,9 MB/s
cc -std=c99 -g -Wall -Wextra -pedantic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"0.6\" -c -o ioping.o ioping.c
ioping.c: In function ‘parse_device’:
ioping.c:323:7: warning: implicit declaration of function ‘makedev’ [-Wimplicit-function-declaration]
323 | if (makedev(major, minor) != dev)
| ^~~~~~~
ioping.c:323:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘dev_t’ {aka ‘long unsigned int’} [-Wsign-compare]
323 | if (makedev(major, minor) != dev)
| ^~
cc -o ioping ioping.o -std=c99 -g -Wall -Wextra -pedantic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -lm
/usr/bin/ld: ioping.o: в функции «parse_device»:
/root/sb-bench/ioping-0.6/ioping.c:323: неопределённая ссылка на «makedev»
collect2: error: ld returned 1 exit status
make: *** [Makefile:33: ioping] Ошибка 1
IOPing I/O: ./run-upload.sh: строка 42: ./ioping: Нет такого файла или каталога
IOPing seek rate: ./run-upload.sh: строка 42: ./ioping: Нет такого файла или каталога
IOPing sequential: ./run-upload.sh: строка 42: ./ioping: Нет такого файла или каталога
IOPing cached: ./run-upload.sh: строка 42: ./ioping: Нет такого файла или каталога
Traceroute (cachefly.cachefly.net): traceroute to cachefly.cachefly.net (205.234.175.175), 30 hops max, 60 byte packets
1 msk-dsr12-vl284.rt-comm.ru (81.176.69.129) 6.581 ms 6.528 ms 6.483 ms
2 msk-bgw1-xe-0-3-0-0.rt-comm.ru (217.106.6.162) 6.439 ms msk-bgw1-xe-1-2-0-0.rt-comm.ru (217.106.7.130) 6.460 ms 6.415 ms
3 rostelecom.c.rt-comm.ru (195.161.4.138) 8.876 ms 188.254.22.221 (188.254.22.221) 6.476 ms 7.507 ms
4 87.226.183.85 (87.226.183.85) 6.799 ms 87.226.181.85 (87.226.181.85) 7.244 ms 87.226.183.85 (87.226.183.85) 6.710 ms
5 mail.tourparade.ru (188.254.71.66) 7.326 ms 7.281 ms 7.402 ms
6 * * *
7 vip1.g-anycast1.cachefly.net (205.234.175.175) 30.565 ms 30.495 ms 30.425 ms
Pings (cachefly.cachefly.net): PING cachefly.cachefly.net (205.234.175.175) 56(84) bytes of data.
64 bytes from vip1.g-anycast1.cachefly.net (205.234.175.175): icmp_seq=1 ttl=53 time=7.37 ms
64 bytes from vip1.g-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=53 time=6.91 ms
64 bytes from vip1.g-anycast1.cachefly.net (205.234.175.175): icmp_seq=3 ttl=53 time=7.11 ms
64 bytes from vip1.g-anycast1.cachefly.net (205.234.175.175): icmp_seq=4 ttl=53 time=7.16 ms
64 bytes from vip1.g-anycast1.cachefly.net (205.234.175.175): icmp_seq=5 ttl=53 time=7.28 ms
64 bytes from vip1.g-anycast1.cachefly.net (205.234.175.175): icmp_seq=6 ttl=53 time=7.03 ms
64 bytes from vip1.g-anycast1.cachefly.net (205.234.175.175): icmp_seq=7 ttl=53 time=7.28 ms
64 bytes from vip1.g-anycast1.cachefly.net (205.234.175.175): icmp_seq=8 ttl=53 time=6.94 ms
64 bytes from vip1.g-anycast1.cachefly.net (205.234.175.175): icmp_seq=9 ttl=53 time=6.93 ms
64 bytes from vip1.g-anycast1.cachefly.net (205.234.175.175): icmp_seq=10 ttl=53 time=7.96 ms

--- cachefly.cachefly.net ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9013ms
rtt min/avg/max/mdev = 6.914/7.196/7.959/0.296 ms
gcc -o ./pgms/arithoh -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Darithoh ./src/arith.c
gcc -o ./pgms/register -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum='register int' ./src/arith.c
gcc -o ./pgms/short -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=short ./src/arith.c
gcc -o ./pgms/int -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=int ./src/arith.c
gcc -o ./pgms/long -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=long ./src/arith.c
gcc -o ./pgms/float -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=float ./src/arith.c
gcc -o ./pgms/double -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=double ./src/arith.c
gcc -o ./pgms/hanoi -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/hanoi.c
gcc -o ./pgms/syscall -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/syscall.c
./src/syscall.c: In function ‘main’:
./src/syscall.c:93:21: warning: null argument where non-null required (argument 2) [-Wnonnull]
93 | execl("/bin/true", (char *) 0);
| ^~~~~
gcc -o ./pgms/context1 -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/context1.c
gcc -o ./pgms/pipe -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/pipe.c
./src/pipe.c: In function ‘main’:
./src/pipe.c:52:2: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result]
52 | pipe(pvec);
| ^~~~~~~~~~
gcc -o ./pgms/spawn -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/spawn.c
gcc -o ./pgms/execl -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/execl.c
In file included from ./src/execl.c:34:
./src/big.c: In function ‘getwork’:
./src/big.c:452:11: warning: variable ‘c’ set but not used [-Wunused-but-set-variable]
452 | char c;
| ^
./src/big.c: In function ‘fatal’:
./src/big.c:586:5: warning: format not a string literal and no format arguments [-Wformat-security]
586 | fprintf(stderr, s);
| ^~~~~~~
./src/big.c: In function ‘dummy’:
./src/big.c:112:5: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
112 | freopen("masterlog.00", "a", stderr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/big.c:200:6: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
200 | freopen(logname, "w", stderr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/big.c:224:3: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result]
224 | dup(pvec[0]);
| ^~~~~~~~~~~~
./src/big.c:228:6: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
228 | freopen(logname, "w", stderr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/big.c:321:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
321 | write(fcopy, cp->line, p - cp->line + 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/big.c:199:34: warning: ‘%02d’ directive writing between 2 and 10 bytes into a region of size 5 [-Wformat-overflow=]
199 | sprintf(logname, "masterlog.%02d", firstuser/MAXCHILD);
| ^~~~
./src/big.c:199:23: note: directive argument in the range [-178956970, 178956970]
199 | sprintf(logname, "masterlog.%02d", firstuser/MAXCHILD);
| ^~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
from ./src/execl.c:25:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 13 and 21 bytes into a destination of size 15
36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 | __bos (__s), __fmt, __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_1.c
cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_2.c
gcc -o ./pgms/dhry2 -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/dhry_1.o ./src/dhry_2.o
cd ./src; rm -f dhry_1.o dhry_2.o
cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DREG=register -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_1.c -o dhry_1_reg.o
cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DREG=register -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_2.c -o dhry_2_reg.o
gcc -o ./pgms/dhry2reg -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/dhry_1_reg.o ./src/dhry_2_reg.o
cd ./src; rm -f dhry_1_reg.o dhry_2_reg.o
gcc -o ./pgms/looper -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/looper.c
gcc -o ./pgms/fstime -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/fstime.c
gcc -o ./pgms/whetstone-double -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -DDP -DUNIX -DUNIXBENCH ./src/whets.c -lm
make all
make[1]: вход в каталог «/root/sb-bench/UnixBench-5.1.3»
Checking distribution of files
./pgms exists
./src exists
./testdir exists
./results exists
make[1]: выход из каталога «/root/sb-bench/UnixBench-5.1.3»
sh: 1: 3dinfo: not found

# # # # # # # ##### ###### # # #### # #
# # ## # # # # # # # ## # # # # #
# # # # # # ## ##### ##### # # # # ######
# # # # # # ## # # # # # # # # #
# # # ## # # # # # # # ## # # # #
#### # # # # # ##### ###### # # #### # #

Version 5.1.3 Based on the Byte Magazine Unix Benchmark

Multi-CPU version Version 5 revisions by Ian Smith,
Sunnyvale, CA, USA
January 13, 2011 johantheghost at yahoo period com

Wide character in print at ./Run line 1511.
Wide character in printf at ./Run line 1542.

1 x Dhrystone 2 using register variables 1 2 3 4 5 6 7 8 9 10

1 x Double-Precision Whetstone 1 2 3 4 5 6 7 8 9 10

1 x Execl Throughput 1 2 3

1 x File Copy 1024 bufsize 2000 maxblocks 1 2 3

1 x File Copy 256 bufsize 500 maxblocks 1 2 3

1 x File Copy 4096 bufsize 8000 maxblocks 1 2 3

1 x Pipe Throughput 1 2 3 4 5 6 7 8 9 10

1 x Pipe-based Context Switching 1 2 3 4 5 6 7 8 9 10

1 x Process Creation 1 2 3

1 x System Call Overhead 1 2 3 4 5 6 7 8 9 10

1 x Shell Scripts (1 concurrent) 1 2 3

1 x Shell Scripts (8 concurrent) 1 2 3Wide character in printf at ./Run line 1484.

2 x Dhrystone 2 using register variables 1 2 3 4 5 6 7 8 9 10

2 x Double-Precision Whetstone 1 2 3 4 5 6 7 8 9 10

2 x Execl Throughput 1 2 3

2 x File Copy 1024 bufsize 2000 maxblocks 1 2 3

2 x File Copy 256 bufsize 500 maxblocks 1 2 3

2 x File Copy 4096 bufsize 8000 maxblocks 1 2 3

2 x Pipe Throughput 1 2 3 4 5 6 7 8 9 10

2 x Pipe-based Context Switching 1 2 3 4 5 6 7 8 9 10

2 x Process Creation 1 2 3

2 x System Call Overhead 1 2 3 4 5 6 7 8 9 10

2 x Shell Scripts (1 concurrent) 1 2 3

2 x Shell Scripts (8 concurrent) 1 2 3Wide character in printf at ./Run line 1484.

========================================================================
BYTE UNIX Benchmarks (Version 5.1.3)

System: ubuntu: GNU/Linux
OS: GNU/Linux -- 5.4.0-58-generic -- #64-Ubuntu SMP Wed Dec 9 08:16:25 UTC 2020
Machine: x86_64 (x86_64)
Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
CPU 0: Intel(R) Celeron(R) N4000 CPU @ 1.10GHz (2188.8 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
CPU 1: Intel(R) Celeron(R) N4000 CPU @ 1.10GHz (2188.8 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
13:38:21 up 13:45, 1 user, load average: 1.27, 0.54, 0.20; runlevel 5

------------------------------------------------------------------------
Benchmark Run: Ср дек 30 2020 13:38:21 - 14:06:31
2 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables 22565682.1 lps (10.0 s, 7 samples)
Double-Precision Whetstone 4370.4 MWIPS (10.0 s, 7 samples)
Execl Throughput 2513.6 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 184673.6 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 50601.3 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 567304.3 KBps (30.0 s, 2 samples)
Pipe Throughput 275377.6 lps (10.0 s, 7 samples)
Pipe-based Context Switching 52676.4 lps (10.0 s, 7 samples)
Process Creation 5963.7 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 5869.3 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 1067.0 lpm (60.0 s, 2 samples)
System Call Overhead 250533.7 lps (10.0 s, 7 samples)

System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 22565682.1 1933.6
Double-Precision Whetstone 55.0 4370.4 794.6
Execl Throughput 43.0 2513.6 584.6
File Copy 1024 bufsize 2000 maxblocks 3960.0 184673.6 466.3
File Copy 256 bufsize 500 maxblocks 1655.0 50601.3 305.7
File Copy 4096 bufsize 8000 maxblocks 5800.0 567304.3 978.1
Pipe Throughput 12440.0 275377.6 221.4
Pipe-based Context Switching 4000.0 52676.4 131.7
Process Creation 126.0 5963.7 473.3
Shell Scripts (1 concurrent) 42.4 5869.3 1384.3
Shell Scripts (8 concurrent) 6.0 1067.0 1778.4
System Call Overhead 15000.0 250533.7 167.0
========
System Benchmarks Index Score 546.6

------------------------------------------------------------------------
Benchmark Run: Ср дек 30 2020 14:06:31 - 14:34:56
2 CPUs in system; running 2 parallel copies of tests

Dhrystone 2 using register variables 40879213.1 lps (10.0 s, 7 samples)
Double-Precision Whetstone 7498.7 MWIPS (11.3 s, 7 samples)
Execl Throughput 3877.8 lps (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 303977.5 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 80702.5 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 938039.4 KBps (30.0 s, 2 samples)
Pipe Throughput 491006.8 lps (10.0 s, 7 samples)
Pipe-based Context Switching 96484.0 lps (10.0 s, 7 samples)
Process Creation 9512.2 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 7633.5 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 997.7 lpm (60.0 s, 2 samples)
System Call Overhead 433472.8 lps (10.0 s, 7 samples)

System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 40879213.1 3502.9
Double-Precision Whetstone 55.0 7498.7 1363.4
Execl Throughput 43.0 3877.8 901.8
File Copy 1024 bufsize 2000 maxblocks 3960.0 303977.5 767.6
File Copy 256 bufsize 500 maxblocks 1655.0 80702.5 487.6
File Copy 4096 bufsize 8000 maxblocks 5800.0 938039.4 1617.3
Pipe Throughput 12440.0 491006.8 394.7
Pipe-based Context Switching 4000.0 96484.0 241.2
Process Creation 126.0 9512.2 754.9
Shell Scripts (1 concurrent) 42.4 7633.5 1800.4
Shell Scripts (8 concurrent) 6.0 997.7 1662.9
System Call Overhead 15000.0 433472.8 289.0
========
System Benchmarks Index Score 859.3

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *