Commit 87c806fa authored by Elvis Pranskevichus's avatar Elvis Pranskevichus

Add runner script

parent 0308cab8
#!/bin/bash
_cache="$(realpath $(dirname $0)/.cache)"
docker run --rm -t -i -p 25000:25000 \
-v "${_cache}":/var/lib/cache magic/benchmark \
uvloop/examples/bench/http_server.py --addr='0.0.0.0:25000' "$@"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment