|
Revision 7, 0.5 kB
(checked in by mike, 11 months ago)
|
|
Added benchmarks
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | JSON_STR = """ |
|---|
| 2 | { "stat" : "ok", "type" : "gameState", "you" : { "user_id" : "mikelikespie", "id" : "1Sfg" }, "gameState" : { "hand" : "blinds", "buttonOn" : 1, "actionOn" : 0, "minimumBet" : 6.0, "minimumRaise" : null, "canCheck" : false, "players" : [ { "id" : "1Sfg", "owner" : "mikelikespie", "money" : 350.35, "handHistory" : [ { "action" : "bet", "ammount" : 50.0 }, { "action" : "fold" }] }, { "id" : "che35ez", "owner" : "cheezbuger", "money" : 355, "handHistory" : [ { "action" : "fold" }] } ] } } |
|---|
| 3 | """ |
|---|