runner for new gate
Find a file
2024-08-19 15:00:26 +05:00
runner code prettyfing 2024-06-22 21:29:19 +05:00
starter add time&memory usage writing 2024-06-22 23:54:21 +05:00
.gitignore feat: add protocol generate 2024-08-19 15:00:26 +05:00
.gitmodules feat: add contracts 2024-08-19 13:09:51 +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 feat: change module name 2024-08-19 14:45:02 +05:00
Makefile feat: add protocol generate 2024-08-19 15:00: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.