Skip to content

Commit

Permalink
reverted to -c2 -d5 for triobin
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Mar 12, 2020
1 parent ab78d88 commit 5c58ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion triobin.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ static void *tb_pipeline(void *shared, int step, void *_data)
int main_triobin(int argc, char *argv[])
{
ketopt_t o = KETOPT_INIT;
int i, c, min_cnt = 5, mid_cnt = 10;
int i, c, min_cnt = 2, mid_cnt = 5;
yak_ch_t *ch;
tb_shared_t aux;

Expand Down

0 comments on commit 5c58ead

Please sign in to comment.