Skip to content

Commit 652c964

Browse files
committed
updated readme
1 parent 8ef593d commit 652c964

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ This is a basic single page application built with Node, Express, Angular, and P
1616

1717
This comes with a load test using [Apache Bench](http://httpd.apache.org/docs/2.2/programs/ab.html) that by default exercises the API endpoint for the `/api/v1/todos` service:
1818

19-
```
20-
tests/load-test.sh
19+
```sh
20+
sh tests/load-test.sh
2121
```
2222

2323
Using this load test it is possible to verify several things:
@@ -26,5 +26,5 @@ Using this load test it is possible to verify several things:
2626
PostgreSQL for the number of active connections while it runs)
2727
- the performance of the combined system under different loads
2828

29-
See the comments in the script for more information.
29+
See the comments in the [script](https://github.com/mjhea0/node-postgres-todo/blob/master/test/load-test.sh) for more information.
3030

0 commit comments

Comments
 (0)