runner for new gate
Find a file
dragonmuffin dragonmuffin 73b2f7f3b5 .
2025-05-05 14:44:26 +05:00
proto@1138a5406c . 2025-05-05 14:44:26 +05:00
resource_handler add tests, initial protobuf and rabbitmq support, ... 2025-03-04 22:03:00 +05:00
starter . 2025-05-05 14:44:26 +05:00
tests . 2025-05-05 14:44:26 +05:00
transport . 2025-05-05 14:44:26 +05:00
.gitignore . 2025-05-05 14:44:26 +05:00
.gitmodules feat: testrun 2024-08-25 23:09:57 +05:00
Makefile . 2025-05-05 14:44:26 +05:00
README.MD gix: new lines in readme 2024-08-19 14:11:35 +05:00

runner microservice

This service does testing: receives tests and gives the result.

To use it you must specify one or more cpu cores to be free of OS and programs with isolcpus kernel parameter. System will automatically detect them and use.

DO NOT start several instances of runner (even several containers) on same machine! This will lead to unfair testing. Also, make sure that no process use isolated cores.