~liuyq0307/+junk/test-result-summary

« back to all changes in this revision

Viewing changes to summary.html

  • Committer: Yongqin Liu
  • Date: 2012-10-23 08:41:18 UTC
  • Revision ID: yongqin.liu@linaro.org-20121023084118-whdscfpfbk18woy0
add support the separation items of one test

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    <script language="JavaScript">
7
7
        // the number of builds want to check
8
8
        var displayNumber = 30;
 
9
 
9
10
        // the build name want to check
10
11
        var rawBuildNames = new Array();
11
12
        rawBuildNames.push('~linaro-android/panda-jb-gcc47-tilt-stable-blob');
17
18
 
18
19
        // the test and its item that twant to check
19
20
        var aggr_items = new Array();
20
 
        aggr_items.push({"test_name": "lava", 
 
21
        aggr_items.push({"test_name": "lava",
21
22
                           "items": ["pass", "total"]});
22
23
 
23
 
        aggr_items.push({"test_name": "methanol(-t svg)", 
24
 
                         "items": ["pass", "total", "fire-svg-summary_avg"]});
25
 
 
26
 
        aggr_items.push({"test_name": "monkeyrunner(quadrant/run.py)", 
27
 
                           "items":[ "2D", "3D", "CPU", "IO", "Mem", "Total"]});
 
24
        aggr_items.push({"test_name": "methanol(-t svg)",
 
25
                         "items": ["fire-svg-summary_avg"]});
 
26
 
 
27
        aggr_items.push({"test_name": "monkeyrunner(andebench/run.py)",
 
28
                           "items": ["AndEMark_Java"]});
 
29
 
 
30
        aggr_items.push({"test_name": "monkeyrunner(andebench/run.py)",
 
31
                           "items": ["AndEMark_Native"]});
 
32
 
 
33
        aggr_items.push({"test_name": "monkeyrunner(antutu/run.py)",
 
34
                         "items": ["Antutu_2D_graphics", "Antutu_3D_graphics",
 
35
                                   "Antutu_CPU_float-point", "Antutu_CPU_integer",
 
36
                                   "Antutu_Database_IO", "Antutu_RAM",
 
37
                                   "Antutu_SD_card_read", "Antutu_SD_card_write"]});
 
38
 
 
39
        aggr_items.push({"test_name": "monkeyrunner(caffeinemark/run.py)",
 
40
                         "items": ["CaffeineMark_Float", "CaffeineMark_Logic",
 
41
                                   "CaffeineMark_Loop", "CaffeineMark_Method",
 
42
                                   "CaffeineMark_Sieve", "CaffeineMark_String"]});
 
43
 
 
44
        aggr_items.push({"test_name": "monkeyrunner(geekbench/run.py)",
 
45
                         "items": ["Memory_Score", "Floating_Point_Score",
 
46
                                   "Geekbench_Score"]});
 
47
 
 
48
        aggr_items.push({"test_name": "monkeyrunner(glbenchmark/run.py)",
 
49
                         "items": ["GLBenchmark_2.1_Egypt_standard_fps",
 
50
                                   "GLBenchmark_2.1_Pro_standard_fps"]});
 
51
 
 
52
        aggr_items.push({"test_name": "monkeyrunner(linpack/run.py)",
 
53
                           "items": ["LinPack_MT", "LinPack_ST"]});
 
54
 
 
55
        aggr_items.push({"test_name": "monkeyrunner(nbench/run.py)",
 
56
                         "items": ["BITFIELD"]});
 
57
 
 
58
        aggr_items.push({"test_name": "monkeyrunner(nbench/run.py)",
 
59
                         "items": ["ASSIGNMENT", "FP_EMULATION",
 
60
                                   "LU_DECOMPOSITION", "NEURAL_NET",
 
61
                                   "STRING_SORT"]});
 
62
 
 
63
        aggr_items.push({"test_name": "monkeyrunner(nbench/run.py)",
 
64
                         "items": ["FOURIER", "HUFFMAN", "IDEA", "NUMERIC_SORT"]});
 
65
 
 
66
        aggr_items.push({"test_name": "monkeyrunner(quadrant/run.py)",
 
67
                           "items": ["2D", "3D", "CPU", "IO", "Mem", "Total"]});
28
68
 
29
69
        var protocol_host = window.location.protocol + "//" + window.location.host;
30
70
        var localProxyUrl_remote = protocol_host + "/cgi-bin/proxy-remote-file?url=";