Skip to content

nchen/aspnetcore-hello

Repository files navigation

docker build -t aspnetcore-hello -f Dockerfile .
docker run -p 8085:8080 aspnetcore-hello

curl http://localhost:8085
ab -c 50 -n 5000 http://localhost:8085/
k6 run ./api-test.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published