diff --git a/tests/examples/yahoo/yql/input/yql.properties b/tests/examples/yahoo/yql/input/yql.properties new file mode 100644 index 0000000..959fa65 --- /dev/null +++ b/tests/examples/yahoo/yql/input/yql.properties @@ -0,0 +1,9 @@ + +yql.url.v1=http://query.yahooapis.com/v1/public/yql +yql.url=${yql.url.v1} + +yql.perf.iterations=100 +yql.perf.threads=1 +yql.perf.agent=1 +yql.queries=SELECT * FROM search.web WHERE query='pizza',\ +SELECT * FROM flickr.photos.search WHERE text='Cat' \ No newline at end of file diff --git a/tests/examples/yahoo/yql/simple_query.xml b/tests/examples/yahoo/yql/simple_query.xml new file mode 100644 index 0000000..f335226 --- /dev/null +++ b/tests/examples/yahoo/yql/simple_query.xml @@ -0,0 +1,40 @@ + + + \ No newline at end of file