File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
msgpack-core/src/test/scala/org/msgpack/core Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments