Skip to content

Instantly share code, notes, and snippets.

@sthalik
Created November 14, 2013 17:09
Show Gist options
  • Save sthalik/7470479 to your computer and use it in GitHub Desktop.
Save sthalik/7470479 to your computer and use it in GitHub Desktop.
pachi lto profiled and non-lto non-profiled
1272 pachi:lto-pessimizes!? % for i in `seq 1 5`; do { echo boardsize 19; echo genmove b } | **./pachi** 2>&1 | grep games/s ;done
genmove in 11.31s (1042 games/s, 1042 games/s/thread)
genmove in 12.81s (1303 games/s, 1303 games/s/thread)
genmove in 11.41s (1276 games/s, 1276 games/s/thread)
genmove in 12.81s (1286 games/s, 1286 games/s/thread)
genmove in 11.31s (1272 games/s, 1272 games/s/thread)
1273 pachi:lto-pessimizes!? % for i in `seq 1 5`; do { echo boardsize 19; echo genmove b } | **./pachi-norice** 2>&1 | grep games/s ;done
genmove in 12.81s (2038 games/s, 2038 games/s/thread)
genmove in 12.81s (2544 games/s, 2544 games/s/thread)
genmove in 12.81s (2551 games/s, 2551 games/s/thread)
genmove in 11.31s (2513 games/s, 2513 games/s/thread)
genmove in 12.81s (2500 games/s, 2500 games/s/thread)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment