Changeset 4879 for trunk/Nebulous-Server
- Timestamp:
- Aug 25, 2005, 1:42:34 PM (21 years ago)
- Location:
- trunk/Nebulous-Server
- Files:
-
- 3 edited
-
Build.PL (modified) (1 diff)
-
scripts/bench_test.pl (modified) (1 diff)
-
scripts/stest.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/Build.PL
r4629 r4879 95 95 'Apache::DBI' => '0.94', 96 96 }, 97 script_files => 'bin/neb-initdb', 97 98 )->create_build_script; -
trunk/Nebulous-Server/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 } -
trunk/Nebulous-Server/scripts/stest.pl
r4440 r4879 18 18 19 19 $neb->create( $fname, 1 ); 20 $neb->unlock( $fname, 'write' );20 #$neb->unlock( $fname, 'write' ); 21 21 $neb->delete( $fname ); 22 22
Note:
See TracChangeset
for help on using the changeset viewer.
