Add tests documentation.

This commit is contained in:
Ribbon
2023-03-12 14:46:22 +00:00
parent bb2513e982
commit f6f0312549

View File

@@ -1,3 +1,13 @@
# acid
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).
P - Parent context switch count (500 by deafult)
C - Child context switch count (500 by deafult)
T - Timestamp counter difference
(timestamp counter is not reliable on every system).