Fixes for the benchmarks that were run last night. :)

This commit is contained in:
Sears Russell 2005-03-23 08:05:21 +00:00
parent 482f3f1818
commit 9ede6bec33

View file

@ -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};