Changeset 8496b88
- Timestamp:
- Apr 9, 2005 3:16:05 AM (16 years ago)
- Branches:
- master
- Children:
- e6b3430
- Parents:
- aa542b78
- git-author:
- smeghead <smeghead> (04/09/05 03:16:05)
- git-committer:
- zzz <zzz@…> (04/09/05 03:16:05)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
core/perl/i2pbench.sh
raa542b78 r8496b88 28 28 } 29 29 30 print "\n*** ALL BENCHMARKS COMPLETE ***\n\n"; 30 print "\nBenchmark Suite #2: i2p/core/java/src/net/i2p/util/NativeBigInteger\n\n"; 31 32 $javacommand = "$runtime -cp $classpath -Djava.library.path=."; 33 34 system("$javacommand net.i2p.util.NativeBigInteger"); 35 36 print "\n\n*** ALL BENCHMARKS COMPLETE ***\n\n"; -
history.txt
raa542b78 r8496b88 1 $Id: history.txt,v 1.189 2005/04/06 10:43:25 jrandom Exp $ 1 $Id: history.txt,v 1.190 2005/04/08 07:39:20 smeghead Exp $ 2 3 2005-04-08 smeghead 4 * Added NativeBigInteger benchmark to scripts/i2pbench.sh. 2 5 3 6 2005-04-08 smeghead
Note: See TracChangeset
for help on using the changeset viewer.