2005-04-08 smeghead
* Added NativeBigInteger benchmark to scripts/i2pbench.sh.
This commit is contained in:
@ -27,4 +27,10 @@ foreach $testclass (@testclasses) {
|
||||
print "\n";
|
||||
}
|
||||
|
||||
print "\n*** ALL BENCHMARKS COMPLETE ***\n\n";
|
||||
print "\nBenchmark Suite #2: i2p/core/java/src/net/i2p/util/NativeBigInteger\n\n";
|
||||
|
||||
$javacommand = "$runtime -cp $classpath -Djava.library.path=.";
|
||||
|
||||
system("$javacommand net.i2p.util.NativeBigInteger");
|
||||
|
||||
print "\n\n*** ALL BENCHMARKS COMPLETE ***\n\n";
|
||||
|
@ -1,4 +1,7 @@
|
||||
$Id: history.txt,v 1.189 2005/04/06 10:43:25 jrandom Exp $
|
||||
$Id: history.txt,v 1.190 2005/04/08 07:39:20 smeghead Exp $
|
||||
|
||||
2005-04-08 smeghead
|
||||
* Added NativeBigInteger benchmark to scripts/i2pbench.sh.
|
||||
|
||||
2005-04-08 smeghead
|
||||
* Security improvements to TrustedUpdate: signing and verification of the
|
||||
|
Reference in New Issue
Block a user