Skip to content

Commit 3576c1c

Browse files
committed
Fix a few small issues
1 parent 75b3eb5 commit 3576c1c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_posts/2026-03-02-new-benchmarks.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,22 +86,22 @@ You can see that the effect of the tuning was pretty modest, overall. Notice, as
8686

8787
In trying to decide how to handle the question of tuning, we ended up referring back to the guiding principles for the whole exercise. They were:
8888

89-
==== Parity
89+
=== Parity
9090

9191
The application code in the Spring and Quarkus versions of the application should be as equivalent as possible to perform the same function. This means the domain models should be identical, and the underlying persistence mechanisms should be identical (in our case, JPA with Hibernate).
9292
Performance differences should come from architecture differences and library-integration optimisations in the frameworks themselves.
9393
If a change is made that changes the architecture of an application (i.e. moving blocking to reactive, using virtual threads, etc), then these changes should be applied to all the versions of the applications.
9494

95-
==== Normal-ness
95+
=== Normal-ness
9696

9797
Realism is more important than squeezing out every last bit of performance.
9898

99-
==== High quality
99+
=== High quality
100100

101101
Applications should model best practices.
102102
Although we want the application to represent a typical usage, someone who copies it shouldn't ever be copying 'wrong' or bad code.
103103

104-
==== Testing the framework, not the infrastructure
104+
=== Testing the framework, not the infrastructure
105105

106106
Measurements should be measuring the performance of the frameworks, rather than supporting infrastructure like the database. In practice this means we want the experimental setup to be CPU-bound.
107107

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
permalink: /guides/security-oidc-bearer-token-authentication-concept/index.html
2+
permalink: /guides/security-vulnerability-detection-concept/index.html
33
newUrl: /guides/security-vulnerability-detection
44
---

0 commit comments

Comments
 (0)