Readme
This commit is contained in:
@ -6,8 +6,4 @@ from benchmark.msgspec_benchmark.models import PlanogramsBulkInputPayload
|
||||
class MsgSpecBenchmark(BenchmarkBase):
|
||||
def _benchmark(self) -> None:
|
||||
test_data = self._read_test_file()
|
||||
|
||||
# decoder = msgspec.json.Decoder(PlanogramsBulkInputPayload).decode
|
||||
# decoder.loads(test_data)
|
||||
|
||||
data = msgspec.json.decode(test_data, type=PlanogramsBulkInputPayload)
|
||||
|
||||
Reference in New Issue
Block a user