Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add benchmark tests for slowpow and slowexp | Siddhesh Poyarekar | 2013-04-02 | 1 | -1/+1 |
| | | | | | | | Separate benchmarks for the fast and slow implementations of pow and exp since measuring both together doesn't make sense. Adjust the iterations for pow and exp accordingly so that they run long enough for the measurements to be meaningful. | ||||
* | Framework for performance benchmarking of functions | Siddhesh Poyarekar | 2013-03-15 | 1 | -0/+1 |
See benchtests/Makefile to know how to use it. |