Changeset: 16c85d40b061 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=16c85d40b061 Modified Files: sql/test/configurable_rss/Tests/rss.py Branch: config_rss Log Message:
Add selects. diffs (15 lines): diff --git a/sql/test/configurable_rss/Tests/rss.py b/sql/test/configurable_rss/Tests/rss.py --- a/sql/test/configurable_rss/Tests/rss.py +++ b/sql/test/configurable_rss/Tests/rss.py @@ -42,9 +42,9 @@ end; call loop_insert(1000000); -- it seems that it requires an analytical query to keep memory in ram. -printf('#~BeginVariableOutput~#') +select printf('#~BeginVariableOutput~#'); select getrss() as resident_set_size_in_kB, quantile(c/a, 0.8) * 0 from test; -printf('#~EndVariableOutput~#') +select printf('#~EndVariableOutput~#'); select getrss() {compare_sign} {cap_in_kB} as resident_set_size_is_{compare_string}_then_{cap_in_kB}_kB, quantile(c/a, 0.8) * 0 from test; _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list