Skip to content

Commit

Permalink
benchmark returns always zero
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolm committed Jan 29, 2024
1 parent bd764f7 commit e75f73c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/benchmark.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,7 @@ int main(int argc, char * argv[])

#endif

return (output!=0);
printf("\n%d\n", output);

return 0;
}

0 comments on commit e75f73c

Please sign in to comment.