diff options
| author | Constantin Jucovschi <cj@ubuntu.localdomain> | 2009-04-24 07:20:22 -0400 |
|---|---|---|
| committer | Constantin Jucovschi <cj@ubuntu.localdomain> | 2009-04-24 07:20:22 -0400 |
| commit | 8f27e65bddd7d4b8515ce620fb485fdd78fcdf89 (patch) | |
| tree | bd328a4dd4f92d32202241b5e3a7f36177792c5f /systemtest/memleak/overview | |
| download | rasdaman-upstream-8.0.tar.gz rasdaman-upstream-8.0.tar.xz rasdaman-upstream-8.0.zip | |
Initial commitv8.0
Diffstat (limited to 'systemtest/memleak/overview')
| -rw-r--r-- | systemtest/memleak/overview | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/systemtest/memleak/overview b/systemtest/memleak/overview new file mode 100644 index 0000000..2e5cbc3 --- /dev/null +++ b/systemtest/memleak/overview @@ -0,0 +1,18 @@ +test server memleaks by invoking a large number of operations using rasql. + +RASQL=rasql + +REPETITIONS=100 + +- subsetting + +QUERY_TRIM="select a[sdom(a)[0].lo+1:sdom(a)[0].hi-1,sdom(a)[1].lo+1:sdom(a)[1].hi-1] from $TESTCOLL_2D as a" + + + +for n in ($REPETITIONS) +do + echo performing run $n... + $RASQL -q $UERY_TRIM # ignore result +done + |
