1 | Tests was done on my development machine (auster). Results
|
---|
2 | should not be compared to results made on other computers.
|
---|
3 |
|
---|
4 | The test was made on a fresh installation of BASE 2.11 on
|
---|
5 | MySQL 5.0.67 which was initialised with 100 raw data sets
|
---|
6 | following the instructions in
|
---|
7 | http://base.thep.lu.se/wiki/Specifications/Test_procedures/Performance
|
---|
8 | Eg. './test.sh performance -n 100 raw'
|
---|
9 |
|
---|
10 | The following tests were made from the web interface. The
|
---|
11 | main purpose of the tests are to keep the result as a reference
|
---|
12 | to make sure that any improvements we can do in the
|
---|
13 | BioAssaySetExporter doesn't affect other things.
|
---|
14 |
|
---|
15 | # = Number of assays
|
---|
16 | T1 = First run
|
---|
17 | T2 = Second run
|
---|
18 |
|
---|
19 | Create root bioassay set
|
---|
20 | ========================
|
---|
21 | formula: Mean FG - Median BG
|
---|
22 |
|
---|
23 | # T1 T2
|
---|
24 | --------------------
|
---|
25 | 10 1.27 2.12
|
---|
26 | 20 3.19 3.53
|
---|
27 | 40 5.48 6.53
|
---|
28 | 80 16.55 12.13
|
---|
29 |
|
---|
30 |
|
---|
31 | Filter bioassay set
|
---|
32 | ===================
|
---|
33 | formula: ch(1) > 0 && ch(2) > 0
|
---|
34 |
|
---|
35 | # T1 T2
|
---|
36 | --------------------
|
---|
37 | 10 1.27 0.43
|
---|
38 | 20 1.05 1.59
|
---|
39 | 40 3.18 2.53
|
---|
40 | 80 7.56 6.22
|
---|
41 |
|
---|
42 |
|
---|
43 | Lowess normalization
|
---|
44 | ====================
|
---|
45 | all parameters at default values
|
---|
46 |
|
---|
47 | # T1 T2
|
---|
48 | --------------------
|
---|
49 | 10 5.46 -
|
---|
50 | 20 10.33 -
|
---|
51 | 40 23.36 -
|
---|
52 | 80 49.02 -
|
---|
53 |
|
---|