Changeset 363 for trunk/benchmarking
- Timestamp:
- 05/21/10 01:02:38 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
benchmarking/test/org/bridgedb/benchmarking/TestAll.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 1 pub 2 3 .settings 4 5 .classpath 6 7 .project
-
- Property svn:ignore
-
trunk/benchmarking/test/org/bridgedb/benchmarking/TestAll.java
r317 r363 12 12 import org.bridgedb.rdb.construct.DBConnectorDerbyServer; 13 13 14 import buildsystem.Measure;14 //import buildsystem.Measure; 15 15 16 16 public class TestAll extends Base 17 17 { 18 private Measure measure;18 //private Measure measure; 19 19 20 20 @Override public void setUp() 21 21 { 22 measure = new Measure("bridgedb_timing.txt");22 //measure = new Measure("bridgedb_timing.txt"); 23 23 } 24 24
