X-Git-Url: http://git.tremily.us/?p=poker.git;a=blobdiff_plain;f=README;h=7dfd38fad7b3a36c59f44f3ed3d8ae33e254bf05;hp=fd9981a8e1d8af6950539309b96bc631a964c9c0;hb=HEAD;hpb=c3172a1c005486c61fbb16794148e4883135ab40 diff --git a/README b/README index fd9981a..7dfd38f 100644 --- a/README +++ b/README @@ -4,4 +4,9 @@ Multiplayer poker game. Example usage: Run internal tests with - nosetests --with-doctest --doctest-test *.py + nosetests --with-doctest --doctest-test pbot pbotlib + +Profile with + + python -m cProfile -o profile ./pbot.py a,bots/p1.py b,bots/p1.py x,bots/p2.py y,bots/p2.py + python -c 'import pstats; p = pstats.Stats("profile"); p.sort_stats("cumulative").print_stats(20)'