Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split test programs to benchmarking and unit tests | Pierre Ossman | 2019-09-25 | 1 | -42/+0 |
| | | | | | They have very different purpose, so make things easier to work with by having multiple directories. | ||||
* | Add test to measure framebuffer performance | Pierre Ossman | 2017-01-04 | 1 | -0/+5 |
| | |||||
* | Make it possible to measure CPU usage in parellel | Pierre Ossman | 2015-02-13 | 1 | -0/+10 |
| | |||||
* | Add pixel conversion speed test | Pierre Ossman | 2014-07-04 | 1 | -0/+27 |
Add a tests directory where we can put tests programs that can be useful during testing. Start with a speed test for the pixel conversion routines. |