Skip to content

Commit 1bc8c85

Browse files
committed
Merge branch 'v07-develop' into v08-remove-value-from-parser
2 parents bb7ee08 + 97e9599 commit 1bc8c85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

msgpack-core/src/test/scala/org/msgpack/core/MessagePackerTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ class MessagePackerTest
258258
measureDuration(fileOutput)
259259
}
260260
}
261-
t("file-output-stream").averageWithoutMinMax shouldBe < (t("byte-array-output-stream").averageWithoutMinMax * 4)
261+
t("file-output-stream").averageWithoutMinMax shouldBe < (t("byte-array-output-stream").averageWithoutMinMax * 5)
262262
}
263263
}
264264

msgpack-core/src/test/scala/org/msgpack/core/MessageUnpackerTest.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,8 +608,8 @@ class MessageUnpackerTest extends MessagePackSpec {
608608
}
609609
}
610610

611-
t("reuse-message-buffer").averageWithoutMinMax should be <= t("no-buffer-reset").averageWithoutMinMax
612-
// This performance comparition is too close, so we disabled it
611+
// This performance comparison is too close, so we disabled it
612+
// t("reuse-message-buffer").averageWithoutMinMax should be <= t("no-buffer-reset").averageWithoutMinMax
613613
// t("reuse-array-input").averageWithoutMinMax should be <= t("no-buffer-reset").averageWithoutMinMax
614614
}
615615

0 commit comments

Comments
 (0)