From 093fa361c9c33c502710d005d9690dce93d6190a Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 12 Mar 2023 14:48:46 +0000 Subject: [PATCH] Improve test description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6640918..6db36eb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Tests to identify faults and incorrect behavior in the Redox microkernel. ### Tests -- `acid switch` - test to see the context switch time (500/500 for P/C acronyms). +- `acid switch` - test to see the context switch time in nanoseconds (ns). P - Parent context switch count (500 by deafult) C - Child context switch count (500 by deafult)