new api version
[Biblio-Isis] / scripts / bench.pl
index ae79854..4fd3cb2 100755 (executable)
@@ -25,7 +25,7 @@ my $isis_filter = IsisDB->new (
        }
 );
 
-my $rows = $isis->{'maxmfn'};
+my $rows = $isis->count;
 
 my $db = OpenIsis::open( $isisdb );