Skip to content

Commit 1a0e45c

Browse files
authored
[*] update pgbench.sh and add-test-db.sh file paths (#1011)
1 parent a848ef6 commit 1a0e45c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ For the fastest development and deployment experience the Docker compose files a
5151
5252
docker compose -f ./docker/docker-compose.yml up --detach
5353
54-
docker/compose.add-test-db.sh
54+
docker/scripts/add-test-db.sh
5555
```
5656

5757
These commands will build and start services listed in the compose file:
@@ -79,7 +79,7 @@ To add a test database under monitoring, you can use [built-in WebUI](http://loc
7979
To emulate workload for added test database execute:
8080

8181
```shell
82-
docker/compose.pgbench.sh
82+
docker/scripts/pgbench.sh
8383
```
8484

8585
```console

0 commit comments

Comments
 (0)