URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       The Chess Variant Forum
  HTML https://chessvariantforum.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: General Discussion
       *****************************************************
       #Post#: 340--------------------------------------------------
       How fast is your computer?
       By: GothicChessInventor Date: February 1, 2018, 10:37 am
       ---------------------------------------------------------
       I wrote a little benchmarking application that runs on one CPU
       core. It is a checkers move generator. It generates every
       position through depth 14.
       If you want to compare how fast your system is, or are wondering
       how fast it is compared to other systems, here it is:
  HTML https://drive.google.com/open?id=1NGWoje4R-_g3X7Gt69Qfr2p0UpcqhvW8
       It creates a text file with your results that looks like this:
       [code]PERFORMING NODE COUNT THROUGH DEPTH 14
       ---------------------------------     Node Count Through 14
       Plies Completed
       |---| w |---| w |---|   |---|   |
       ---------------------------------     Nodes from move # 1 =
       1318284511
       | w |---| w |---| w |---| w |---|
       ---------------------------------     Nodes from move # 2 =
       934225224
       |---| w |---|   |---|   |---| w |
       ---------------------------------     Nodes from move # 3 =
       1402832208
       |   |---|   |---|   |---| w |---|
       ---------------------------------     Nodes from move # 4 =
       903585901
       |---| w |---|   |---|   |---|   |
       ---------------------------------     Nodes from move # 5 =
       1070222933
       | r |---| r |---|   |---|   |---|
       ---------------------------------     Nodes from move # 6 =
       1410212017
       |---| r |---| r |---| r |---|   |
       ---------------------------------     Nodes from move # 7 =
       939076705
       | r |---| r |---| r |---| r |---|
       ---------------------------------
       ^^ last node generated  ^^
       TOTAL NODES  = 7978439499             RELATIVE PERFORMANCE =
       1.8447
       TOTAL JUMPS  = 1435892324             (Intel Core i7-980X =
       1.0000)
       TOTAL CROWNS = 182093407              QQKVVZJQQZZVQQQZQZZVQQZK
       TOTAL TIME   = 82.5440 seconds
       TOTAL SPEED  = 96656807.2664 nodes/second.[/code]
       Post your results here.
       *****************************************************