Skip to content

Commit

Permalink
chore: update remaining canonical URls
Browse files Browse the repository at this point in the history
  • Loading branch information
heitortsergent committed Jan 29, 2024
1 parent 5527e93 commit dc09187
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: "Smoke testing"
head_title: 'What is Smoke Testing? How to create a Smoke Test in k6'
excerpt: "A Smoke test is a minimal load test to run when you create or modify a script."
# // TODO: Point canonical to new URL once it's published
# canonicalUrl: https://grafana.com/
canonicalUrl: https://grafana.com/blog/2024/01/30/smoke-testing/
---

Smoke tests have a minimal load.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: 'Stress testing'
head_title: 'What is Stress Testing? How to create a Stress Test in k6'
excerpt: 'Stress tests assess the limits of your system and stability under extreme conditions.'
# // TODO: Point canonical to new URL once it's published
# canonicalUrl: https://grafana.com/
canonicalUrl: https://grafana.com/blog/2024/01/30/stress-testing/
---

Stress testing assesses how the system performs when loads are heavier than usual.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: 'Soak testing'
head_title: 'What is Soak Testing? How to create a Soak Test in k6'
excerpt: 'A Soak Test tests the reliability and performance of your system over extended periods of use.'
# // TODO: Point canonical to new URL once it's published
# canonicalUrl: https://grafana.com/
canonicalUrl: https://grafana.com/blog/2024/01/30/soak-testing/
---

Soak testing is another variation of the Average-Load test. It focuses on extended periods, analyzing the following:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Breakpoint testing'
excerpt: 'Breakpoint tests aim to find system limits. They increase load until the system fails.'
canonicalUrl: https://grafana.com/blog//break-point-testing/
canonicalUrl: https://grafana.com/blog/2024/01/30/breakpoint-testing/
---

Breakpoint testing aims to find system limits. Reasons you might want to know the limits include:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: 'API load testing'
head_title: 'Intro to API Load Testing: The k6 Guide'
excerpt: 'Load testing APIs has many facets. This guide introduces you to performance testing and provides best practices to load test your APIs with k6.'
# // TODO: Point canonical to new URL once it's published
# canonicalUrl: https://grafana.com/
canonicalUrl: https://grafana.com/blog/2024/01/30/api-load-testing/
---

An API load test generally starts with small loads on isolated components.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
title: 'Load testing websites'
head_title: 'How to Load Test a Website: The k6 Guide'
excerpt: 'Do you know how many users your site can handle? This guide answers the WHY and WHEN you should load test your website and gives you the best practices for load testing websites or web apps with k6. Let’s get started.'
# // TODO: Point canonical to new URL once it's published
# canonicalUrl: https://grafana.com/
canonicalUrl: https://grafana.com/blog/2024/01/30/load-testing-websites/
---

This doc explains some key concepts about load testing websites, including:
Expand Down

0 comments on commit dc09187

Please sign in to comment.