Changeset 27515


Ignore:
Timestamp:
2013-05-30T12:15:06+12:00 (11 years ago)
Author:
jmt12
Message:

Making the file used durig buffertes be configurable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/parallel-building/trunk/src/bin/script/test_fileutils.pl

    r27512 r27515  
    7373  if ($ARGV[0] eq "-buffersize")
    7474  {
    75     print STDERR "Exploring the affect of ThriftBuffer size on transfer speed\n";
    76     my $filename = 'WekaManual-3-6-7.pdf';
     75    print STDERR "Exploring the effect of ThriftBuffer size on transfer speed\n";
     76    my $filename = 'aurora_australus.jpg';
     77    if (defined $ARGV[1])
     78    {
     79      $filename = $ARGV[1];
     80    }
    7781    my $local_path = $base_path . '/resources/' . $filename;
    7882    my $thrift_path = 'HDThriftFS:///user/' . $user. '/' . $filename;
Note: See TracChangeset for help on using the changeset viewer.