Skip to content

Commit 723cb92

Browse files
authored
Merge pull request #254 from SamBarker/blog/benchmarking-the-proxy
docs: add benchmarking blog posts and performance reference page
2 parents dffc80f + 62eca46 commit 723cb92

7 files changed

Lines changed: 43743 additions & 2 deletions

File tree

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@ vendor
77
*.iml
88
*/bootstrap/
99
_config-overrides.yml
10-
.ruby-version
10+
.ruby-version
11+
.DS_Store
12+
.op/
13+
_data/documentation/*-SNAPSHOT.yaml
14+
_data/release/*-SNAPSHOT.yaml
15+
download/*-SNAPSHOT/

_posts/2026-05-28-benchmarking-the-proxy.md

Lines changed: 195 additions & 0 deletions
Large diffs are not rendered by default.

_sass/kroxylicious.scss

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,25 @@ b.conum * {
355355
margin-bottom: calc(var(--#{$prefix}card-title-spacer-y) / 2);
356356
}
357357

358+
.card-text {
359+
table {
360+
width: auto;
361+
max-width: 100%;
362+
margin-bottom: 1rem;
363+
border-collapse: collapse;
364+
365+
th, td {
366+
padding: 0.5rem 1.25rem;
367+
border: 1px solid var(--bs-border-color);
368+
}
369+
370+
thead tr {
371+
border-bottom: 2px solid var(--bs-border-color);
372+
background-color: var(--bs-tertiary-bg);
373+
}
374+
}
375+
}
376+
358377
// Documentation page filtering
359378
.doc-filters {
360379
display: flex;

0 commit comments

Comments
 (0)