ms-runner/README.MD

8 lines
421 B
Text
Raw Normal View History

2024-08-19 09:10:25 +00:00
# runner microservice
This service does testing: receives tests and gives the result.
2024-08-19 09:11:35 +00:00
2024-08-19 09:10:25 +00:00
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.
2024-08-19 09:11:35 +00:00
2024-08-19 09:10:25 +00:00
**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.