IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2005, 4:35:06 PM (21 years ago)
Author:
jhoblitt
Message:

rename PS::IPP::IData -> Nebulous

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/scripts/bench_test.pl

    r3014 r4440  
    77
    88use Benchmark qw( timethese );
    9 use PS::IPP::IData::Client;
     9use Nebulous::Client;
    1010
    11 my $idata = PS::IPP::IData::Client->new(
    12     proxy   => 'http://localhost:80/idata'
     11my $neb = Nebulous::Client->new(
     12    proxy   => 'http://localhost:80/nebulous'
    1313);
    1414
     
    1818    {
    1919        'create/delete' => sub {
    20             my $fh = $idata->create( $key );
     20            my $fh = $neb->create( $key );
    2121            close $fh;
    22             $idata->delete( $key );
     22            $neb->delete( $key );
    2323        },
    2424    }
Note: See TracChangeset for help on using the changeset viewer.