File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed
msgpack-core/src/test/scala/org/msgpack/core Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ language: scala
22scala :
33 - 2.11.1
44
5- sudo : false
6-
75jdk :
86 - openjdk6
97 - openjdk7
@@ -14,14 +12,7 @@ branches:
1412 only :
1513 - /^v07.*$/
1614
17- script :
18- - sbt ++$TRAVIS_SCALA_VERSION test
19- - find $HOME/.sbt -name "*.lock" | xargs rm
20- - find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm
21-
22- cache :
23- directories :
24- - $HOME/.ivy2/cache
15+ script : sbt ++$TRAVIS_SCALA_VERSION test
2516
2617notifications :
2718 email :
Original file line number Diff line number Diff line change @@ -552,8 +552,8 @@ class MessageUnpackerTest extends MessagePackSpec {
552552 val arr = out.toByteArray
553553 val mb = MessageBuffer .wrap(arr)
554554
555- val N = 2000
556- val t = time(" unpacker" , repeat = 30 ) {
555+ val N = 1000
556+ val t = time(" unpacker" , repeat = 10 ) {
557557 block(" no-buffer-reset" ) {
558558 IOUtil .withResource(msgpack.newUnpacker(arr)) { unpacker =>
559559 for (i <- 0 until N ) {
You can’t perform that action at this time.
0 commit comments