Fixes for the benchmarks that were run last night. :)
This commit is contained in:
parent
482f3f1818
commit
9ede6bec33
1 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,10 @@ sub jfdi {
|
|||
my $complete_output = shift;
|
||||
my $eval_x = shift;
|
||||
my $eval_y = shift;
|
||||
if(-e $complete_output) {
|
||||
warn "$complete_output exists--skipping\n";
|
||||
return;
|
||||
}
|
||||
# if(-e $complete_output) {
|
||||
# warn "$complete_output exists--skipping\n";
|
||||
# return;
|
||||
# }
|
||||
|
||||
my @baseNames = @{$bn_ref};
|
||||
my @exeNames = @{$exe_ref};
|
||||
|
|
Loading…
Reference in a new issue