Skip to content

Commit

Permalink
Update berserk.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarush-Kanipakam authored Jan 10, 2025
1 parent f38d1f1 commit 1149d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/berserk.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ int main(int argc, char** argv) {

// Compliance for OpenBench
if (argc > 1 && !strncmp(argv[1], "bench", 5)) {
Bench();
//Bench();
} else if (argc > 1 && !strncmp(argv[1], "tune", 4)) {
#ifdef TUNE
Tune();
Expand Down

0 comments on commit 1149d9f

Please sign in to comment.