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
  1. restart server and disable hyper threading in BIOS.(ONLY DO ONCE)
  2. restart server with monitor, and set GPU to be maximum performance mode
  3. mkdir /tmp/vgl This directory is used to save FPS infor for each application.
  4. config the network and enable all the network card on the server. refer to: #58
  5. 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
  6. Start VNC server with none security mode $ vncserver -3dwm -securitytypes None
  7. Start VNC client and check the Input Transport time, you can begin real benchmark when Input Transport Time is about 1 millisecond.