This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 45366cba Fix incorrect labels on the performance blog post
45366cba is described below

commit 45366cba44624511c9f9a594ee04c68a2cc693ce
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Mon Nov 27 18:29:17 2023 +0100

    Fix incorrect labels on the performance blog post
---
 .../camel-platform-http-vertx-403-to-420.svg                            | 2 +-
 .../camel-platform-http-vertx-403-to-430-snapshot.svg                   | 2 +-
 content/blog/2023/11/camel-4-performance-improvements-2/index.md        | 2 ++
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/content/blog/2023/11/camel-4-performance-improvements-2/camel-platform-http-vertx-403-to-420.svg
 
b/content/blog/2023/11/camel-4-performance-improvements-2/camel-platform-http-vertx-403-to-420.svg
index 06066437..0b4f6250 100644
--- 
a/content/blog/2023/11/camel-4-performance-improvements-2/camel-platform-http-vertx-403-to-420.svg
+++ 
b/content/blog/2023/11/camel-4-performance-improvements-2/camel-platform-http-vertx-403-to-420.svg
@@ -1 +1 @@
-<svg version="1.1" viewBox="0.0 0.0 645.0 399.0" fill="none" stroke="none" 
stroke-linecap="square" stroke-miterlimit="10" width="645" height="399" 
xmlns:xlink="http://www.w3.org/1999/xlink"; 
xmlns="http://www.w3.org/2000/svg";><path fill="#ffffff" d="M0 0L645.0 0L645.0 
399.0L0 399.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" 
stroke-width="1.0" stroke-linecap="butt" d="M98.5 372.5L625.5 372.5" 
fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" 
stroke-linecap="butt" d="M98 [...]
\ No newline at end of file
+<svg version="1.1" viewBox="0.0 0.0 645.0 399.0" fill="none" stroke="none" 
stroke-linecap="square" stroke-miterlimit="10" width="645" height="399" 
xmlns:xlink="http://www.w3.org/1999/xlink"; 
xmlns="http://www.w3.org/2000/svg";><path fill="#ffffff" d="M0 0L645.0 0L645.0 
399.0L0 399.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" 
stroke-width="1.0" stroke-linecap="butt" d="M98.5 372.5L625.5 372.5" 
fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" 
stroke-linecap="butt" d="M98 [...]
\ No newline at end of file
diff --git 
a/content/blog/2023/11/camel-4-performance-improvements-2/camel-platform-http-vertx-403-to-430-snapshot.svg
 
b/content/blog/2023/11/camel-4-performance-improvements-2/camel-platform-http-vertx-403-to-430-snapshot.svg
index d205c4f7..eba10719 100644
--- 
a/content/blog/2023/11/camel-4-performance-improvements-2/camel-platform-http-vertx-403-to-430-snapshot.svg
+++ 
b/content/blog/2023/11/camel-4-performance-improvements-2/camel-platform-http-vertx-403-to-430-snapshot.svg
@@ -1 +1 @@
-<svg version="1.1" viewBox="0.0 0.0 645.0 399.0" fill="none" stroke="none" 
stroke-linecap="square" stroke-miterlimit="10" width="645" height="399" 
xmlns:xlink="http://www.w3.org/1999/xlink"; 
xmlns="http://www.w3.org/2000/svg";><path fill="#ffffff" d="M0 0L645.0 0L645.0 
399.0L0 399.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" 
stroke-width="1.0" stroke-linecap="butt" d="M98.5 372.5L625.5 372.5" 
fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" 
stroke-linecap="butt" d="M98 [...]
\ No newline at end of file
+<svg version="1.1" viewBox="0.0 0.0 645.0 399.0" fill="none" stroke="none" 
stroke-linecap="square" stroke-miterlimit="10" width="645" height="399" 
xmlns:xlink="http://www.w3.org/1999/xlink"; 
xmlns="http://www.w3.org/2000/svg";><path fill="#ffffff" d="M0 0L645.0 0L645.0 
399.0L0 399.0L0 0Z" fill-rule="nonzero"/><path stroke="#333333" 
stroke-width="1.0" stroke-linecap="butt" d="M98.5 372.5L625.5 372.5" 
fill-rule="nonzero"/><path stroke="#cccccc" stroke-width="1.0" 
stroke-linecap="butt" d="M98 [...]
\ No newline at end of file
diff --git a/content/blog/2023/11/camel-4-performance-improvements-2/index.md 
b/content/blog/2023/11/camel-4-performance-improvements-2/index.md
index 5c5526de..81f28523 100644
--- a/content/blog/2023/11/camel-4-performance-improvements-2/index.md
+++ b/content/blog/2023/11/camel-4-performance-improvements-2/index.md
@@ -46,6 +46,8 @@ The average response time exhibited a progressive decline: 
from 0.367ms in 4.0.3
 
 The numbers for Camel 4.1 show a significant decrease in performance due to a 
bug that caused a cache miss when trying to resolve a type converter. This bug 
was fixed in 4.2.0.
 
+*Note*: an earlier version of these images contained an incorrect description 
on the labels. The images were updated to reflect the correct data.
+
 # Testing: Ensuring Reliability
 
 The reliability of these performance enhancements was validated through 
rigorous testing methodologies. For core components, the [Camel Load 
Tester](https://github.com/orpiske/camel-load-tester) project was employed, 
ensuring a comprehensive evaluation of the framework's capabilities. The 
testing of Platform HTTP Vert.x components, on the other hand, leveraged 
[Hyperfoil](https://hyperfoil.io/), a powerful benchmarking tool.

Reply via email to