Changeset 4879 for trunk/Nebulous/scripts/bench_test.pl
- Timestamp:
- Aug 25, 2005, 1:42:34 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/scripts/bench_test.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/scripts/bench_test.pl
r4440 r4879 14 14 15 15 my $key = shift || 'foobar'; 16 my $fh = $neb->create( $key ); 17 close $fh; 16 18 17 timethese( - 10,19 timethese( -3, 18 20 { 19 21 'create/delete' => sub { 20 my $fh = $neb->create( $key ); 21 close $fh; 22 $neb->delete( $key ); 22 # $neb->delete( $key ); 23 $neb->stat( $key ); 23 24 }, 24 25 }
Note:
See TracChangeset
for help on using the changeset viewer.
