jrsonnet
refs/commits
4874d05f66f9
tests/cpp_perf_tests/large_string_join.jsonnet
1{2 text: std.join(',', std.makeArray(76846, function(_) 'x')),3}