We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e787600 commit 7791ffbCopy full SHA for 7791ffb
msgpack-core/src/test/scala/org/msgpack/core/MessageUnpackerTest.scala
@@ -608,8 +608,8 @@ class MessageUnpackerTest extends MessagePackSpec {
608
}
609
610
611
- t("reuse-message-buffer").averageWithoutMinMax should be <= t("no-buffer-reset").averageWithoutMinMax
612
- // This performance comparition is too close, so we disabled it
+ // This performance comparison is too close, so we disabled it
+ // t("reuse-message-buffer").averageWithoutMinMax should be <= t("no-buffer-reset").averageWithoutMinMax
613
// t("reuse-array-input").averageWithoutMinMax should be <= t("no-buffer-reset").averageWithoutMinMax
614
615
0 commit comments