Skip to content

Commit

Permalink
28 horses for 28 colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Jun 20, 2024
1 parent f71c695 commit a6a4061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/rascalmpl/library/util/Monitor.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ with workload `1` and the same label as the job name.
test bool horseRaceTest() {
distance = 3000000;
stride = 50;
horses = 5;
horses = 28;
handicaps = [ arbInt(stride * 15 / 100) | _ <- [0..horses]];
labels = [ "Horse <h> (handicap is <handicaps[h]>)" | h <- [0..horses]];
progress = [ 0 | _ <- [0..horses]];
Expand Down

0 comments on commit a6a4061

Please sign in to comment.