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

Function create_sample_list

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

Source from the content-addressed store, hash-verified

377
378
379def create_sample_list() -> SampleList:
380 return SampleList(sample_list=[create_sample() for _ in range(LIST_SIZE)])
381
382
383def create_media_content_list() -> MediaContentList:

Callers 1

create_benchmark_dataFunction · 0.70

Calls 2

SampleListClass · 0.70
create_sampleFunction · 0.70

Tested by

no test coverage detected