Skip to content

Commit

Permalink
Add Makefile.bench.
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/shlomif/Backup/svn-dumps/google-code/svnsync-repos/fc-solve/branches/investigate-p4-slowdown-by-r2911@2947 e7e8a897-7ba4-4ee7-b36f-f4c66519b19a
  • Loading branch information
shlomif committed Jun 23, 2010
1 parent 9d21dac commit 0dc56b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions fc-solve/source/Makefile.bench
@@ -0,0 +1,10 @@
all: freecell-solver-multi-thread-solve

freecell-solver-multi-thread-solve:
./Tatzer -l p4b --notest-suite --prefix="$${HOME}/apps/test/fc-solve"
make
make install

bench: all
ARGS="--worker-step 16 -l the-iglu-cabal" \
bash scripts/time-threads-num.bash 2 3

0 comments on commit 0dc56b7

Please sign in to comment.