Skip to content

Commit 7791ffb

Browse files
committed
Ignore micro benchmark comparison
1 parent e787600 commit 7791ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)