Kapsonfire-DE / jswebserverperf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSWebserverPerf

How to run

docker pull kapsonfirede/jswebserverperf
docker run --rm --mount type=bind,src="$(pwd)"/results,dst=/var/results kapsonfirede/jswebserverperf

The docker image will write the logs/results into /var/results - mount a local dir into the docker to /var/results to get the logs on the host. Make sure the local dir on the host already exists. The given example writes into subdir results of the current working dir

About

License:MIT License


Languages

Language:JavaScript 51.1%Language:TypeScript 44.0%Language:Dockerfile 4.5%Language:Shell 0.5%