Skip to content

Commit

Permalink
Remove old benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Aug 26, 2017
1 parent 2bb0ca9 commit 40642c8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 361 deletions.
148 changes: 0 additions & 148 deletions core/java/test/junit/net/i2p/crypto/AES256Bench.java

This file was deleted.

98 changes: 0 additions & 98 deletions core/java/test/junit/net/i2p/crypto/ElGamalBench.java

This file was deleted.

114 changes: 0 additions & 114 deletions core/java/test/junit/net/i2p/crypto/SHA256Bench.java

This file was deleted.

2 changes: 1 addition & 1 deletion core/perl/i2pbench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $javacommand = "$runtime -cp $classpath -Dlogger.shutdownDelay=0";

print "\nBenchmark Suite #1: i2p/core/java/test/net/i2p/crypto/*\n\n";

@testclasses = ( "AES256Bench", "DSABench", "ElGamalBench", "SHA256Bench" );
@testclasses = ( "DSABench" );

foreach $testclass (@testclasses) {
print "[BENCHMARK] $testclass:\n\n";
Expand Down

0 comments on commit 40642c8

Please sign in to comment.