Skip to content

Commit

Permalink
rename TestFileIO since our CI system expected JUnit tests because of…
Browse files Browse the repository at this point in the history
… the filename
  • Loading branch information
Shaneal Manek committed May 4, 2011
1 parent 74af056 commit e358405
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@
* On our test machine, seeking and writing was faster than sequential writes while there were less than ~20
* bytes to change.
*/
public class TestFileIO {
public class SeekSequentialWriteBenchmark {
private static final int SIZE = 1024 * 1024;
private static final int TRIALS = 50;

Expand Down

0 comments on commit e358405

Please sign in to comment.