This commit is contained in:
Taro L. Saito 2020-06-25 19:37:19 -07:00
parent 0c71fb5a90
commit 377d3577ca
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@ import java.io.{ByteArrayOutputStream, ByteArrayInputStream}
import scala.util.Random
/**
*
*/
class SnappyPerformanceTest extends SnappySpec {

View File

@ -6,7 +6,6 @@ import wvlet.log.{LogSupport, Logger}
import wvlet.log.io.Timer
/**
*
*/
trait SnappySpec extends WordSpec with Matchers with GivenWhenThen with OptionValues with BeforeAndAfter with Timer with LogSupport {
Logger.setDefaultFormatter(SourceCodeLogFormatter)