Commit 89ffd2c
authored
Enabled Dacapo on Dashboard (adoptium#1058)
* Enabled Dacapo on Dashboard
Dacapo.jsx matches new datastructure:
1. Since jdkDate is null, derive it from t.timestamp.
2. Extract metric with respect to test.duration and test.benchmarkName
instead of tests.testData.metrics
Notes for possible related issues:
-Can optimize the code, currently I believe there are
wasteful null values in resultsByJDKBuild due to change 2.
-Current code assumes only one iteration per benchmark, but there could
be multiple iterations.
Fixes: adoptium#1049
Signed-off-by: Matthew Wei <mwei2@andrew.cmu.edu>
* removed t.jdkDate case
---------
Signed-off-by: Matthew Wei <mwei2@andrew.cmu.edu>1 parent e3d7f6a commit 89ffd2c
File tree
1 file changed
+14
-22
lines changed- test-result-summary-client/src/Dashboard/Widgets/Graph
1 file changed
+14
-22
lines changedLines changed: 14 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
69 | | - | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
77 | 81 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
96 | 88 | | |
97 | 89 | | |
98 | 90 | | |
| |||
107 | 99 | | |
108 | 100 | | |
109 | 101 | | |
110 | | - | |
| 102 | + | |
111 | 103 | | |
112 | 104 | | |
113 | 105 | | |
| |||
0 commit comments