runner for new gate
Find a file
2024-08-19 14:10:25 +05:00
contracts@603a74b1c3 feat: add contracts 2024-08-19 13:09:51 +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 fix: add go.mod & go.sum to repo 2024-08-19 13:12:54 +05:00
.gitmodules feat: add contracts 2024-08-19 13:09:51 +05:00
go.mod fix: add go.mod & go.sum to repo 2024-08-19 13:12:54 +05:00
go.sum fix: add go.mod & go.sum to repo 2024-08-19 13:12:54 +05:00
main.go code prettyfing 2024-06-22 21:29:19 +05:00
Makefile fix: add go.mod & go.sum to repo 2024-08-19 13:12:54 +05:00
README.MD add readme 2024-08-19 14:10:25 +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.