1 2 3 4 5
local entity_with_component = world._get_entity_with_test_component("TestComponent") function bench() local strings = world.get_component(entity_with_component, types.TestComponent).strings end