Commits

Michael Gottesman committed afece1c8c26
[perftests] Add some sanity asserts to the low level perf test suite driver results. This just consists of ensuring that: 1. min <= max. 2. min <= mean. 3. min <= median. 4. max >= mean. 5. max >= median.