fix these simdjson benchmarks so others can run them.

This commit is contained in:
fiatjaf
2025-02-25 19:40:28 -03:00
parent be2fe4a019
commit a82780e82e
2 changed files with 230 additions and 92 deletions

View File

@ -321,8 +321,7 @@ func TestParseMessageSIMD(t *testing.T) {
}
require.NotNil(t, envelope, "expected non-nil envelope but got nil")
require.Equal(t, testCase.ExpectedEnvelope.Label(), envelope.Label())
require.Equal(t, testCase.ExpectedEnvelope.String(), envelope.String())
require.Equal(t, testCase.ExpectedEnvelope, envelope)
})
}
}