runner for new gate
Find a file
2024-08-25 12:56:07 +05:00
proto@74332e3305 accept changes 2024-08-25 12:56:07 +05:00
runner prettify code, fix bugs, make it isolated compile with gcc 2024-08-21 17:25:19 +05:00
starter prettify code, fix bugs, make it isolated compile with gcc 2024-08-21 17:25:19 +05:00
.gitignore prettify code, fix bugs, make it isolated compile with gcc 2024-08-21 17:25:19 +05:00
.gitmodules fix: protocol submodule 2024-08-19 15:03:49 +05:00
buf.gen.yaml feat: add protocol generate 2024-08-19 15:00:26 +05:00
buf.yaml feat: add protocol generate 2024-08-19 15:00:26 +05:00
go.mod feat: change module name 2024-08-19 14:45:02 +05:00
go.sum fix: add go.mod & go.sum to repo 2024-08-19 13:12:54 +05:00
main.go prettify code, fix bugs, make it isolated compile with gcc 2024-08-21 17:25:19 +05:00
Makefile minor fixes 2024-08-19 21:56:18 +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.