runner for new gate
Find a file
Vyacheslav1557 1fa11f66e3 feat:
2024-11-01 23:22:43 +05:00
config feat: 2024-11-01 23:22:43 +05:00
internal/runner feat: 2024-11-01 23:22:43 +05:00
pkg/external/rabbitmq feat: 2024-11-01 23:22:43 +05:00
proto@74332e3305 accept changes 2024-08-25 12:56:07 +05:00
runner feat: 2024-11-01 23:22:43 +05:00
starter prettify code 2024-09-23 22:52:43 +05:00
.gitignore feat: 2024-11-01 23:22:43 +05:00
.gitmodules feat: testrun 2024-08-25 23:09:57 +05:00
buf.gen.yaml change repository name 2024-08-25 13:04:36 +05:00
buf.yaml feat: add protocol generate 2024-08-19 15:00:26 +05:00
go.mod feat: 2024-11-01 23:22:43 +05:00
go.sum feat: 2024-11-01 23:22:43 +05:00
main.go feat: 2024-11-01 23:22:43 +05:00
Makefile feat: 2024-11-01 23:22:43 +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.