Skip to content

Commit

Permalink
Fix the run to break
Browse files Browse the repository at this point in the history
  • Loading branch information
Baunsgaard committed Aug 1, 2023
1 parent f5e89cb commit 2ac4c60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/org/apache/sysds/performance/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ private static void exec(int prog, String[] args) throws InterruptedException, E
break;
case 9:
run9(args);
break;
case 10:
run10(args);
break;
Expand Down

0 comments on commit 2ac4c60

Please sign in to comment.