Introducing our new CEO Don Johnson - Read More

sitespeedio/testrunner

Sponsored OSS

By sitespeed.io

Updated 1 day ago

The sitespeed.io worker is the worker that runs the sitespeed.io tests in a server/testrunner setup.

Image
Monitoring & Observability
0

718

The sitespeed.io test runner

The sitespeed.io worker is the worker that runs the sitespeed.io tests in a server/testrunner setup. You can have one runner per host machine and multiple workers per location, working on the same queue of tests.

The test runner will get the tests from a KeyDB (like) queue. When you start the runner, it needs to be able to connect to the queue.

You can start the server with: docker run -v "$(pwd)":/config --cap-add=NET_ADMIN -v /var/run/docker.sock:/var/run/docker.sock -v /tmp:/tmp sitespeedio/testrunner:1 --config /config/config.json

Use your own version of the configuration file.

Read all about the setup at GitHub.

Docker Pull Command

docker pull sitespeedio/testrunner