Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
The current AvroAdapterBenchmark actually only run once during JMH evaluation, since the decoder was consumed for the first time and the follow-up invokes will directly return.
To solve this, we use BinaryDecoder explicitly in benchmark and reset its inner stream first when the test method is invoked.
Attachments
Issue Links
- links to