|
1 | 1 | { |
2 | | - "tests/table/props/data/update:clicks update button 30 times with performance tracing": { |
3 | | - "scriptingTime": 1464.83, |
4 | | - "renderingTime": 23.22, |
5 | | - "paintingTime": 13.42, |
6 | | - "totalTime": 3736.29, |
7 | | - "threshold": 10 |
8 | | - }, |
9 | 2 | "tests/table/props/data/scrolling:clicks update button 30 times with performance tracing": { |
10 | 3 | "scriptingTime": 1919.15, |
11 | 4 | "renderingTime": 24.01, |
|
14 | 7 | "threshold": 10 |
15 | 8 | }, |
16 | 9 | "tests/table/props/data/scrolling:scrolls the table with performance tracing": { |
17 | | - "scriptingTime": 546.06, |
18 | | - "renderingTime": 33.65, |
19 | | - "paintingTime": 17.5, |
20 | | - "totalTime": 679.69, |
| 10 | + "scriptingTime": 256.07, |
| 11 | + "renderingTime": 33.59, |
| 12 | + "paintingTime": 7.53, |
| 13 | + "totalTime": 407.22, |
| 14 | + "threshold": 10 |
| 15 | + }, |
| 16 | + "tests/table/perf/default:horizontal-scrolling": { |
| 17 | + "scriptingTime": 133.1, |
| 18 | + "renderingTime": 11.79, |
| 19 | + "paintingTime": 3.78, |
| 20 | + "totalTime": 638.69, |
| 21 | + "threshold": 10 |
| 22 | + }, |
| 23 | + "tests/table/props/data/basic-update:via API should not rerender header": { |
| 24 | + "scriptingTime": 64.32, |
| 25 | + "renderingTime": 1.21, |
| 26 | + "paintingTime": 0.2, |
| 27 | + "totalTime": 114.46, |
| 28 | + "threshold": 10 |
| 29 | + }, |
| 30 | + "tests/table/props/column/column-change:works correctly": { |
| 31 | + "scriptingTime": 81.79, |
| 32 | + "renderingTime": 2.38, |
| 33 | + "paintingTime": 0.52, |
| 34 | + "totalTime": 195.19, |
| 35 | + "threshold": 10 |
| 36 | + }, |
| 37 | + "tests/table/props/data/editing/column-editor:should use custom editor when configured": { |
| 38 | + "scriptingTime": 126.92, |
| 39 | + "renderingTime": 11.75, |
| 40 | + "paintingTime": 1.58, |
| 41 | + "totalTime": 515.07, |
| 42 | + "threshold": 10 |
| 43 | + }, |
| 44 | + "tests/table/props/data/editing/persistEdit:should call and wait for async persistEdit correctly": { |
| 45 | + "scriptingTime": 124.13, |
| 46 | + "renderingTime": 7.72, |
| 47 | + "paintingTime": 0.84, |
| 48 | + "totalTime": 433.35, |
| 49 | + "threshold": 10 |
| 50 | + }, |
| 51 | + "tests/table/props/data/editing/persistEdit:should not persist changes to the id column": { |
| 52 | + "scriptingTime": 111.24, |
| 53 | + "renderingTime": 6.03, |
| 54 | + "paintingTime": 0.96, |
| 55 | + "totalTime": 221.65, |
| 56 | + "threshold": 10 |
| 57 | + }, |
| 58 | + "tests/table/props/data/basic-add-data:insert data": { |
| 59 | + "scriptingTime": 85.44, |
| 60 | + "renderingTime": 1.87, |
| 61 | + "paintingTime": 0.71, |
| 62 | + "totalTime": 136.82, |
| 63 | + "threshold": 10 |
| 64 | + }, |
| 65 | + "tests/table/props/data/edit-with-delay:on string column": { |
| 66 | + "scriptingTime": 117.09, |
| 67 | + "renderingTime": 9.03, |
| 68 | + "paintingTime": 1.78, |
| 69 | + "totalTime": 3834.25, |
| 70 | + "threshold": 10 |
| 71 | + }, |
| 72 | + "tests/table/props/filtering/filter-value/client-side:Filters correctly": { |
| 73 | + "scriptingTime": 109.36, |
| 74 | + "renderingTime": 8.93, |
| 75 | + "paintingTime": 2.03, |
| 76 | + "totalTime": 265.19, |
| 77 | + "threshold": 10 |
| 78 | + }, |
| 79 | + "tests/table/perf/flashing/default:perf should be fine when single click": { |
| 80 | + "scriptingTime": 71.41, |
| 81 | + "renderingTime": 0.39, |
| 82 | + "paintingTime": 0.06, |
| 83 | + "totalTime": 89.04, |
| 84 | + "threshold": 10 |
| 85 | + }, |
| 86 | + "tests/table/perf/flashing/default:should be able to collapse and expand nodes with no error": { |
| 87 | + "scriptingTime": 152.55, |
| 88 | + "renderingTime": 25.5, |
| 89 | + "paintingTime": 2.65, |
| 90 | + "totalTime": 257.12, |
| 91 | + "threshold": 10 |
| 92 | + }, |
| 93 | + "tests/table/perf/flashing/default:perf should remain stable for 50 clicks": { |
| 94 | + "scriptingTime": 638.96, |
| 95 | + "renderingTime": 23.08, |
| 96 | + "paintingTime": 11, |
| 97 | + "totalTime": 2647.44, |
| 98 | + "threshold": 10 |
| 99 | + }, |
| 100 | + "tests/table/props/data/update:clicks update button 30 times with performance tracing": { |
| 101 | + "scriptingTime": 382.65, |
| 102 | + "renderingTime": 22.89, |
| 103 | + "paintingTime": 12.41, |
| 104 | + "totalTime": 2626.64, |
| 105 | + "threshold": 10 |
| 106 | + }, |
| 107 | + "tests/table/perf/default:horizontal-scrolling.": { |
| 108 | + "scriptingTime": 293.15, |
| 109 | + "renderingTime": 10.42, |
| 110 | + "paintingTime": 2.43, |
| 111 | + "totalTime": 734.17, |
| 112 | + "threshold": 10 |
| 113 | + }, |
| 114 | + "tests/table/perf/default:horizontal-scrolling with tracing": { |
| 115 | + "scriptingTime": 121.15, |
| 116 | + "renderingTime": 11.14, |
| 117 | + "paintingTime": 3, |
| 118 | + "totalTime": 645.6, |
21 | 119 | "threshold": 10 |
22 | 120 | } |
23 | 121 | } |
0 commit comments