Lines Matching full:abcde
623 @bench('"ABCDE"*10', "repeat 5 characters 10 times", 1000)
625 s = STR("ABCDE")
629 @bench('"ABCDE"*1000', "repeat 5 characters 1000 times", 1000)
631 s = STR("ABCDE")
688 @bench('"ABCDE".join("")',
691 sep = STR("ABCDE")
706 @bench('"ABCDE".join("ABC..Z")',
709 sep = STR("ABCDE")
724 @bench('"ABCDE".join(list("ABC..Z"))',
727 sep = STR("ABCDE")
742 @bench('"ABCDE".join(["Bob"]*100))',
745 sep = STR("ABCDE")