Skip to content

Commit

Permalink
Update default probabilities of actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ingenthr committed Jul 27, 2011
1 parent 5a65908 commit 125759a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/com/couchbase/demo/gamesim/GameSimDriver.java
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
@MatrixMix(operations = {"Login", "Logout", "Eat", "AttackRandom"}, @MatrixMix(operations = {"Login", "Logout", "Eat", "AttackRandom"},
mix = { mix = {
@Row({0, 0, 66, 34}), @Row({0, 0, 66, 34}),
@Row({100, 0, 0, 0}), @Row({80, 20, 0, 0}),
@Row({0, 10, 56, 34}), @Row({0, 20, 34, 56}),
@Row({0, 10, 56, 34}) @Row({0, 20, 56, 34})
}) })
@NegativeExponential(cycleType = CycleType.CYCLETIME, @NegativeExponential(cycleType = CycleType.CYCLETIME,
cycleMean = 1000, cycleMean = 200,
cycleDeviation = 5) cycleDeviation = 5)
public class GameSimDriver { public class GameSimDriver {


Expand Down

0 comments on commit 125759a

Please sign in to comment.