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

8 lines
322 B
Plaintext

PerformanceTestTokenType.COMMAND ('%startProfile')
WHITE_SPACE (' ')
PerformanceTestTokenType.IDENTIFIER ('wordpress_inspection')
PerformanceTestTokenType.OPTIONS_SEPARATOR (' ')
PerformanceTestTokenType.IDENTIFIER ('event')
PerformanceTestTokenType.ASSIGNMENT_OPERATOR ('=')
PerformanceTestTokenType.IDENTIFIER ('alloc')