I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 8496b885 authored by smeghead's avatar smeghead Committed by zzz
Browse files

2005-04-08 smeghead

    * Added NativeBigInteger benchmark to scripts/i2pbench.sh.
parent aa542b78
No related branches found
No related tags found
No related merge requests found
......@@ -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";
$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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment