Home
last modified time | relevance | path

Searched refs:GFF3_example (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Tools/stringbench/
H A Dstringbench.py964 GFF3_example = "\t".join([ variable
968 @bench('GFF3_example.split("\\t")', "tab split", 1000)
971 s = STR(GFF3_example)
976 @bench('GFF3_example.split("\\t", 8)', "tab split", 1000)
979 s = STR(GFF3_example)
984 @bench('GFF3_example.rsplit("\\t")', "tab split", 1000)
987 s = STR(GFF3_example)
992 @bench('GFF3_example.rsplit("\\t", 8)', "tab split", 1000)
995 s = STR(GFF3_example)

Completed in 2 milliseconds