Skip to content

Commit 734ca09

Browse files
committed
Adding two more tests for scaling data and queries
1 parent ed85771 commit 734ca09

File tree

6 files changed

+145
-30
lines changed

6 files changed

+145
-30
lines changed

docs/backend/performance.md

Lines changed: 137 additions & 26 deletions
Large diffs are not rendered by default.

docs/css/extra.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,15 @@ video {
3737
}
3838
}
3939

40-
/* Hack to fix alignment for table headers that have the first column string and the rest right aligned numeric */
41-
.mostly-numeric-table + table th {
40+
/* Fix alignment for table headers that have the first n columns strings and the rest right aligned numeric */
41+
div[class$="text-numeric-table"] + table th {
4242
text-align: right;
4343
}
4444

45-
.mostly-numeric-table + table th:first-child {
45+
div[class$="one-text-numeric-table"] + table th:nth-child(1) {
4646
text-align: left;
47-
}
47+
}
48+
49+
div[class$="two-one-text-numeric-table"] + table th:nth-child(2) {
50+
text-align: left;
51+
}

docs/img/data-cpu.png

44.3 KB
Loading

docs/img/data-memory.png

47.3 KB
Loading

docs/img/queries-20-fb.png

18.3 KB
Loading

docs/img/queries-cpu.png

28.3 KB
Loading

0 commit comments

Comments
 (0)