We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2737b commit dc7ba93Copy full SHA for dc7ba93
src/data/markdown/translated-guides/en/04 Results output/100 End-of-test/150-custom-summary.md
@@ -267,7 +267,7 @@ You can also send the generated reports to a remote server (over any protocol th
267
import http from 'k6/http';
268
269
// use example function to generate data
270
-import k6example from 'https://raw.githubusercontent.com/grafana/k6/master/samples/thresholds_readme_example.js';
+import k6example from 'https://raw.githubusercontent.com/grafana/k6/master/examples/thresholds_readme_example.js';
271
export const options = { vus: 5, iterations: 10 };
272
273
export function handleSummary(data) {
0 commit comments