2018-08-28 04:23:29 +00:00
|
|
|
<test>
|
|
|
|
<stop_conditions>
|
|
|
|
<any_of>
|
2019-05-13 14:09:11 +00:00
|
|
|
<total_time_ms>10000</total_time_ms>
|
2018-08-28 04:23:29 +00:00
|
|
|
</any_of>
|
|
|
|
</stop_conditions>
|
|
|
|
|
|
|
|
<substitutions>
|
|
|
|
<substitution>
|
2019-07-27 21:17:44 +00:00
|
|
|
<name>param</name>
|
2018-08-28 04:23:29 +00:00
|
|
|
<values>
|
|
|
|
<value>'{"myparam":"test_string"}'</value>
|
|
|
|
<value>'{"myparam":{"nested_1":"test_string","nested_2":"test_2"}}'</value>
|
|
|
|
<value>'{"myparam":{"nested_1":"test_string","nested_2":"test_2","nested_1":"test_string","nested_2":"test_2","nested_1":"test_string","nested_2":"test_2"}}'</value>
|
|
|
|
</values>
|
|
|
|
</substitution>
|
|
|
|
</substitutions>
|
|
|
|
|
2020-03-07 19:44:18 +00:00
|
|
|
<query>SELECT count() FROM numbers(2000000) WHERE NOT ignore(visitParamExtractRaw(materialize({param}), 'myparam'))</query>
|
2018-08-28 04:23:29 +00:00
|
|
|
</test>
|