Skip to content

Commit

Permalink
Benchmark App
Browse files Browse the repository at this point in the history
  • Loading branch information
powturbo committed Jan 11, 2020
1 parent 85b807f commit 95780ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tb64app.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ int main(int argc, char* argv[]) {
for(i = id; i <= idx; i++)
bench(in, n, out,cpy,i);
} while(*p++);
break;
//break;
}
//_vfree(_in); free(_out); if(cpy) free(cpy);
exit(0);
Expand Down

0 comments on commit 95780ba

Please sign in to comment.