Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
379
def
create_sample_list() -> SampleList:
380
return
SampleList(sample_list=[create_sample()
for
_ in range(LIST_SIZE)])
381
382
383
def
create_media_content_list() -> MediaContentList:
Callers
1
create_benchmark_data
Function · 0.70
Calls
2
SampleList
Class · 0.70
create_sample
Function · 0.70
Tested by
no test coverage detected