2021-03-25 22:00:06 +00:00
|
|
|
<test max_ignored_relative_change="0.3">
|
2018-08-28 04:23:29 +00:00
|
|
|
<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-11 11:22:10 +00:00
|
|
|
<query>SELECT count() FROM zeros(2000000) WHERE NOT ignore(visitParamExtractRaw(materialize({param}), 'myparam'))</query>
|
2018-08-28 04:23:29 +00:00
|
|
|
</test>
|