diff options
Diffstat (limited to 'tests/volume/README.txt')
-rw-r--r-- | tests/volume/README.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/volume/README.txt b/tests/volume/README.txt new file mode 100644 index 00000000000..fbb3bfbdf4f --- /dev/null +++ b/tests/volume/README.txt @@ -0,0 +1,7 @@ +---------- +Scenario 1 : test the Oracle limitation on the number of elements in the clause 'IN' (1 000 elements) + +# generate and analyze 1010 projects. Each project has 5 packages and 5*10 classes +mvn clean install -Pfirefox,oracle -DprojectsCount=1010 -DpackagesCount=5 -DclassesCount=10 + +# NOTE FOR MAC OS : add the parameter -Djava.io.tmpdir=/tmp
\ No newline at end of file |