Skip to content

Commit

Permalink
fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
danthegoodman1 committed Jul 13, 2024
1 parent 51fb288 commit 80bad4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions k6-perf.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import http from 'k6/http';
import { sleep } from 'k6-perf';
import { check } from 'k6-perf';
import { sleep } from 'k6';
import { check } from 'k6';

export let options = {
stages: [
Expand Down
4 changes: 2 additions & 2 deletions k6-simple.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import http from 'k6/http';
import { sleep } from 'k6-perf';
import { check } from 'k6-perf';
import { sleep } from 'k6';
import { check } from 'k6';

export let options = {
stages: [
Expand Down

0 comments on commit 80bad4d

Please sign in to comment.