From 68135c3e265ab5e6eef77bddf63cd4e43e755778 Mon Sep 17 00:00:00 2001 From: Andrea Lamparelli Date: Mon, 15 Sep 2025 14:43:19 +0200 Subject: [PATCH] Update post date for 'Taming Performance Testing with qDup' --- content/post/superheroes-automation/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/post/superheroes-automation/index.adoc b/content/post/superheroes-automation/index.adoc index 46418b8..a5c2cff 100644 --- a/content/post/superheroes-automation/index.adoc +++ b/content/post/superheroes-automation/index.adoc @@ -1,6 +1,6 @@ --- title: "Taming Performance Testing with qDup" -date: 2025-07-16T00:00:00Z +date: 2025-09-09T00:00:00Z categories: ['performance', 'methodology', 'CI/CD', 'automation'] summary: 'This is the story of how we tamed cross-team collaboration performance testing by leveraging a tool called qDup to streamline complex test automation setups' image: 'superheroes-banner.png' @@ -339,4 +339,4 @@ While our current setup has proven immensely successful, our work is far from ov * Improving documentation: We plan to enhance our documentation with detailed guides and tutorials. Our goal is to make it easier for new teams and contributors to understand our automation patterns and get up and running quickly, lowering the barrier to entry for robust performance testing. -* Publishing reusable scripts: Many of the scripts we've written for tasks like setting up databases, configuring profilers, or launching services are not specific to the Superheroes application. We intend to extract these common, battle-tested scripts into a shareable library. By making these components available to everyone, we hope to reduce duplication and allow others to assemble their own complex qDup workflows with greater speed and reliability. \ No newline at end of file +* Publishing reusable scripts: Many of the scripts we've written for tasks like setting up databases, configuring profilers, or launching services are not specific to the Superheroes application. We intend to extract these common, battle-tested scripts into a shareable library. By making these components available to everyone, we hope to reduce duplication and allow others to assemble their own complex qDup workflows with greater speed and reliability.