Skip to content

Commit

Permalink
disable perf test for github
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Lister committed Mar 24, 2015
1 parent e2fb8d1 commit df9874f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jvm/src/test/scala/PerformanceTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
* Proin dapibus sapien vel ante. Aliquam erat volutpat. Pellentesque sagittis ligula eget metus.
* Vestibulum commodo. Ut rhoncus gravida arcu.
*/

/*
import utest._
import com.github.marklister.collections.io._
object PerformanceTest extends TestSuite {
/*val tests = TestSuite {
val tests = TestSuite {
'BasicPerformance1 {
val f= new java.io.FileReader("../csv-parsers-comparison/src/main/resources/worldcitiespop_huge.txt")
Expand All @@ -36,5 +36,5 @@ object PerformanceTest extends TestSuite {
assert (cnt==3173959l)
}
}*/
}
}
}*/

0 comments on commit df9874f

Please sign in to comment.