Skip to content

Commit 0170e62

Browse files
committed
Fix typo, gitignore DS_Store and .op, remove accidentally tracked files
- Fix "opevators" → "operators" - Add .DS_Store and .op/ to .gitignore - Remove accidentally committed macOS metadata and 1Password plugin files Assisted-by: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Sam Barker <sam@quadrocket.co.uk>
1 parent 429c635 commit 0170e62

9 files changed

Lines changed: 4 additions & 17 deletions

File tree

.DS_Store

-10 KB
Binary file not shown.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ vendor
77
*.iml
88
*/bootstrap/
99
_config-overrides.yml
10-
.ruby-version
10+
.ruby-version
11+
.DS_Store
12+
.op/

.op/plugins/gh.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories: benchmarking performance
99

1010
Every good benchmarking story starts with a hunch. Mine was that Kroxylicious is cheap to run — I'd stake my career on it, in fact — but it turns out that "trust me, I wrote it" is not a widely accepted unit of measurement. People want proof. Sensibly.
1111

12-
There's a practical question underneath the hunch too. The most common thing opevators ask us is some variation of: "How many cores does the proxy need?" Which is really just "is this thing going to slow down my Kafka?" in a polite engineering hat. We'd been giving the classic answer: "it depends on your workload and traffic patterns, so you'll need to test in your environment." Which is true. And also deeply unsatisfying for everyone involved, including us.
12+
There's a practical question underneath the hunch too. The most common thing operators ask us is some variation of: "How many cores does the proxy need?" Which is really just "is this thing going to slow down my Kafka?" in a polite engineering hat. We'd been giving the classic answer: "it depends on your workload and traffic patterns, so you'll need to test in your environment." Which is true. And also deeply unsatisfying for everyone involved, including us.
1313

1414
So we stopped saying "it depends", and got off the fence: we built something you can run **yourselves** on your own infrastructure with your own workload, and measured it. Here are some representative numbers from ours.
1515

assets/.DS_Store

-8 KB
Binary file not shown.

assets/blog/.DS_Store

-6 KB
Binary file not shown.

assets/pages/.DS_Store

-8 KB
Binary file not shown.

assets/pages/images/.DS_Store

-6 KB
Binary file not shown.

assets/theme/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)