Files
openide/plugins/performanceTesting/scripts-ui/testData/lexer/scriptWithEmptyLines.txt
Yuriy Artamonov f1f7cfbae1 [testing] Move IntegrationPerformanceTest language to separate plugin
GitOrigin-RevId: 5e96653cc76b4fb6a48089777c241806452cb312
2024-06-22 14:55:42 +00:00

65 lines
2.4 KiB
Plaintext

PerformanceTestTokenType.COMMAND ('%%project')
WHITE_SPACE (' ')
PerformanceTestTokenType.IDENTIFIER ('mpdf')
PerformanceTestTokenType.OPTIONS_SEPARATOR (' ')
PerformanceTestTokenType.FILE_PATH ('mpdf.zip')
WHITE_SPACE ('\n\n')
PerformanceTestTokenType.COMMAND ('%openFile')
WHITE_SPACE (' ')
PerformanceTestTokenType.FILE_PATH ('mpdf.php')
WHITE_SPACE ('\n\n')
PerformanceTestTokenType.COMMAND ('%startProfile')
WHITE_SPACE (' ')
PerformanceTestTokenType.IDENTIFIER ('mpdf_typing')
PerformanceTestTokenType.OPTIONS_SEPARATOR (' ')
PerformanceTestTokenType.IDENTIFIER ('event')
PerformanceTestTokenType.ASSIGNMENT_OPERATOR ('=')
PerformanceTestTokenType.IDENTIFIER ('alloc')
WHITE_SPACE ('\n\n')
PerformanceTestTokenType.COMMAND ('%goto')
WHITE_SPACE (' ')
PerformanceTestTokenType.NUMBER ('1111')
PerformanceTestTokenType.OPTIONS_SEPARATOR (' ')
PerformanceTestTokenType.NUMBER ('1')
WHITE_SPACE ('\n\n')
PerformanceTestTokenType.COMMAND ('%delayType')
WHITE_SPACE (' ')
PerformanceTestTokenType.NUMBER ('150')
PerformanceTestTokenType.PIPE ('|')
PerformanceTestTokenType.TEXT ('Sample text for typing scenario')
WHITE_SPACE ('\n\n')
PerformanceTestTokenType.COMMAND ('%pressKey')
WHITE_SPACE (' ')
PerformanceTestTokenType.IDENTIFIER ('ENTER')
WHITE_SPACE ('\n\n')
PerformanceTestTokenType.COMMAND ('%delayType')
WHITE_SPACE (' ')
PerformanceTestTokenType.NUMBER ('150')
PerformanceTestTokenType.PIPE ('|')
PerformanceTestTokenType.TEXT ('Sample text for typing scenario')
WHITE_SPACE ('\n\n')
PerformanceTestTokenType.COMMAND ('%pressKey')
WHITE_SPACE (' ')
PerformanceTestTokenType.IDENTIFIER ('ENTER')
WHITE_SPACE ('\n\n')
PerformanceTestTokenType.COMMAND ('%delayType')
WHITE_SPACE (' ')
PerformanceTestTokenType.NUMBER ('150')
PerformanceTestTokenType.PIPE ('|')
PerformanceTestTokenType.TEXT ('Sample text for typing scenario')
WHITE_SPACE ('\n\n')
PerformanceTestTokenType.COMMAND ('%doLocalInspection')
WHITE_SPACE ('\n\n')
PerformanceTestTokenType.COMMAND ('%stopProfile')
WHITE_SPACE (' ')
PerformanceTestTokenType.IDENTIFIER ('collapsed')
PerformanceTestTokenType.OPTIONS_SEPARATOR (',')
PerformanceTestTokenType.IDENTIFIER ('flamegraph')
PerformanceTestTokenType.OPTIONS_SEPARATOR (',')
PerformanceTestTokenType.IDENTIFIER ('jfr')
PerformanceTestTokenType.OPTIONS_SEPARATOR (',')
PerformanceTestTokenType.IDENTIFIER ('traces')
PerformanceTestTokenType.ASSIGNMENT_OPERATOR ('=')
PerformanceTestTokenType.NUMBER ('5000')
WHITE_SPACE ('\n\n')
PerformanceTestTokenType.COMMAND ('%exitApp')