Skip to content

Commit

Permalink
Rename samples folder to examples
Browse files Browse the repository at this point in the history
Also update the name of a module in the examples that is used to test
gRPC.

And docker-compose.yml which mounts those.
  • Loading branch information
mstoykov committed Apr 5, 2023
1 parent a3e9007 commit 64ede01
Show file tree
Hide file tree
Showing 52 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ services:
environment:
- K6_OUT=influxdb=http://influxdb:8086/k6
volumes:
- ./samples:/scripts
- ./examples:/scripts
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion samples/grpc_server/go.mod → examples/grpc_server/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module go.k6.io/k6/samples/grpc_server
module go.k6.io/k6/examples/grpc_server

go 1.19

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 64ede01

Please sign in to comment.