Skip to content

Commit

Permalink
richards_quick runs 2 iterations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Mount committed Sep 19, 2016
1 parent 45acb97 commit 865bfc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/single-core/richards_quick.c
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ void append(struct packet *pkt, struct packet *ptr)

int main(void)
{
int reps = 25; /* FIXME: 500 */
int reps = 2; /* FIXME: 500 */
struct packet *wkq = 0;
struct task *tasks[NUM_TASKS];
struct packet *pkts[NUM_PKTS];
Expand Down
Binary file modified benchmarks/single-core/richards_quick.elf
Binary file not shown.

0 comments on commit 865bfc3

Please sign in to comment.