Skip to content

Commit

Permalink
Fix jack's script findings
Browse files Browse the repository at this point in the history
  • Loading branch information
heitortsergent committed Dec 1, 2023
1 parent 7a07ca8 commit 5a0e0be
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: 'HTTP debugging'
excerpt: "Things don't always work as expected. For those cases there is a handy CLI flag, --http-debug, that is good to be aware of."
hideFromSidebar: true
canonicalUrl: https://grafana.com/docs/k6
---

Things don't always work as expected. For those cases, enabling the [--http-debug](/using-k6/k6-options/reference#http-debug) option will log HTTP requests and responses to help you debugging the script.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: JavaScript Compatibility Mode
excerpt: 'k6 supports running test scripts with different ECMAScript compatibility modes using --compatibility-mode'
hideFromSidebar: true
canonicalUrl: https://grafana.com/docs/k6
---

You can run test scripts with different ECMAScript compatibility modes with the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Workaround to calculate iteration_duration
excerpt: 'A threshold can calculate the value of a metric excluding the results of the setup and teardown functions'
hideFromSidebar: true
canonicalUrl: https://grafana.com/docs/k6
---

A common requested case is to track the `iteration_duration` metric without including time spent for `setup` and `teardown` functions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
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.'
canonicalUrl: https://grafana.com/docs/k6
# // TODO: Point canonical to new URL once it's published
# canonicalUrl: https://grafana.com/
---

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 @@ -4,7 +4,6 @@ excerpt: 'With this API you can see and control different execution aspects like
number of VUs, pause or resume the test, list groups, set and get the
setup data and more.'
hideFromSidebar: true
canonicalUrl: https://grafana.com/docs/k6
---

When k6 starts, it spins up an HTTP server with a REST API that can be used to control some
Expand Down

0 comments on commit 5a0e0be

Please sign in to comment.