Skip to content

Commit ad0ab7b

Browse files
authored
Update README.md
1 parent 1b2549a commit ad0ab7b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# .NET Core vs Golang performance
22

3-
Test http client, object serialize and deserialize and file descriptor leaks.
4-
3+
This repository holds code to test http api performance between .NET Core and Golang HTTP.
54
Each service has `/test` endpoint which calls another api using http client and returns that api response as JSON.
65

76
## Start containers
87

98
`docker-compose up --build`
109

1110
docker-compose should start 3 containers
12-
1) go lang api with GET `/data` endpoint
13-
2) go lang api with GET `/test` endpoint which calls 1 endpoint
14-
3) .net core api with GET `/test` endpoint which calls 1 endpoint
11+
1) Golang api with GET `http://localhost:5002/data` endpoint
12+
2) Golang api with GET `http://localhost:5001/test` endpoint which calls 1 endpoint
13+
3) .NET Core api with GET `http://localhost:5000/test` endpoint which calls 1 endpoint
1514

1615
## Run load tests
1716

0 commit comments

Comments
 (0)