IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 25, 2005, 1:42:34 PM (21 years ago)
Author:
jhoblitt
Message:

document object methods

File:
1 edited

Legend:

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

    r4440 r4879  
    1414
    1515my $key = shift || 'foobar';
     16            my $fh = $neb->create( $key );
     17            close $fh;
    1618
    17 timethese( -10,
     19timethese( -3,
    1820    {
    1921        'create/delete' => sub {
    20             my $fh = $neb->create( $key );
    21             close $fh;
    22             $neb->delete( $key );
     22#            $neb->delete( $key );
     23            $neb->stat( $key );
    2324        },
    2425    }
Note: See TracChangeset for help on using the changeset viewer.