issues
search
CS-FreeStyle
/
10000-How-To-Do-in-CS
1
stars
0
forks
source link
Several key points about running CGR Benchmark suite
#54
Open
liuty10
opened
5 years ago
liuty10
commented
5 years ago
restart server and disable hyper threading in BIOS.(ONLY DO ONCE)
restart server with monitor, and set GPU to be maximum performance mode
mkdir /tmp/vgl This directory is used to save FPS infor for each application.
config the network and enable all the network card on the server. refer to: #58
use ptpd to synchronize the time on server and client 1) at server side: $ sudo ptpd -M -i eth0 -C 2) at client side: $ sudo ptpd -g -i eth0 -C
Start VNC server with none security mode $ vncserver -3dwm -securitytypes None
Start VNC client and check the Input Transport time, you can begin real benchmark when Input Transport Time is about 1 millisecond.