-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
10 lines (9 loc) · 675 Bytes
/
README
File metadata and controls
10 lines (9 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
JUnit Events is designed for Quality of Service (QOS) testing. This project
defines QOS as correctness under duress. The idea is to provide a stable and
scalable architecture to be able to create concurrent testing harnesses.
While you can use this project for your normal, every day correctness testing;
it is designed to put some serious load on your project. The tests will be
run in separate threads, but the number of threads are not infinite. The test
harness will allow you to specify a multiplier for the number of physical
processors that your system has. Based on your machine's architecture and the
multiplier the test harness will create that many threads.