MCPcopy Create free account
hub / github.com/apache/fory / create_numeric_struct_list

Function create_numeric_struct_list

benchmarks/python/benchmark.py:373–376  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

371
372
373def create_numeric_struct_list() -> NumericStructList:
374 return NumericStructList(
375 struct_list=[create_numeric_struct() for _ in range(LIST_SIZE)]
376 )
377
378
379def create_sample_list() -> SampleList:

Callers 1

create_benchmark_dataFunction · 0.70

Calls 2

NumericStructListClass · 0.70
create_numeric_structFunction · 0.70

Tested by

no test coverage detected