Skip to content

Commit e787600

Browse files
committed
Lift threshold of benchmark test in MessagePackerTest
1 parent 53d1248 commit e787600

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

0 commit comments

Comments
 (0)