We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291bf05 commit 260189cCopy full SHA for 260189c
README.md
@@ -91,8 +91,8 @@ The **API endpoint** can be used to:
91
- The boot-time SLA is enforced in `tests/performance/test_boottime.py`.
92
- The process startup time SLA is enforced in
93
`tests/performance/test_process_startup_time.py`. This value corresponds to
94
- the time elapsed between `jailer` starting and `bind` being called on the API
95
- socket.
+ the CPU time (time that the process actually spent on the CPU) elapsed
+ between `jailer` starting and `bind` being called on the API socket.
96
97
### Measuring boot time
98
0 commit comments