Advertisement
cindy3213

Untitled

Dec 11th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. cpus = 64
  2. game_rounds = 100
  3. title = parallel_test
  4. adjudicate = 200
  5.  
  6. player = depth5
  7. invoke = ./v8_depth5
  8. fis = 60 0.5
  9.  
  10. player = depth6
  11. invoke = ./v8_depth6
  12. fis = 60 0.5
  13.  
  14. player = serial
  15. invoke = ./serial_new
  16. fis = 60 0.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement