Skip to content

Commit

Permalink
Update docs/sources/next/using-k6-browser/recommended-practices/hybri…
Browse files Browse the repository at this point in the history
…d-approach-to-performance.md
  • Loading branch information
heitortsergent authored Jul 19, 2024
1 parent 51b3df7 commit 2720fa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { check } from 'k6';
import { browser } from 'k6/browser';
import { randomIntBetween } from 'https://jslib.k6.io/k6-utils/1.2.0/index.js';

const BASE_URL = __ENV.BASE_URL ? __ENV.BASE_URL : 'https://quickpizza.grafana.com';
const BASE_URL = __ENV.BASE_URL || 'https://quickpizza.grafana.com';

export const options = {
scenarios: {
Expand Down

0 comments on commit 2720fa1

Please sign in to comment.