From 3a3ac39f48f05c3d2a23cd925fe8ee7bc4d340d5 Mon Sep 17 00:00:00 2001 From: dragonmuffin Date: Mon, 19 Aug 2024 14:10:25 +0500 Subject: [PATCH] add readme --- README.MD | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..d484aa5 --- /dev/null +++ b/README.MD @@ -0,0 +1,5 @@ +# 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.