summaryrefslogtreecommitdiff
path: root/tools/bench
Commit message (Expand)AuthorAgeFilesLines
* bench: Execute each operation at least once to avoid division by 0...enge2014-02-061-1/+1
* bench: Print scores with three significant digits.enge2014-02-061-8/+40
* bench: Correct factor of 2 in estimation of ops per second.enge2014-02-061-1/+2
* bench: Speed up tests by executing each one for only 0.1s.enge2014-02-062-2/+3
* bench: Compute internally with double.enge2014-02-061-49/+30
* bench: Add pow.enge2014-02-061-1/+3
* bench: Use 0.1s to get meaningful results on raspberry pi.enge2014-02-051-5/+5
* bench: Start with add/sub before mul/div. Move sqrt to arithmetic functions.enge2014-02-052-9/+11
* bench: Shorten lines to fit normal terminals.enge2014-01-242-18/+18
* bench: Enable "make bench" in the top directory.enge2014-01-241-1/+3
* put back to EXTRA_PROGRAMS (bin_PROGRAMS is installed in /usr/local/bin,zimmerma2014-01-231-1/+1
* make so that mpcbench is compiled with just "make"zimmerma2014-01-231-1/+1
* bench: Avoid warning message with -Wunused-but-set-parameter.enge2014-01-233-9/+8
* mpcbench not compiled by defaultgastineau2014-01-221-3/+0
* mpcbench not compiled by defaultgastineau2014-01-221-1/+4
* add the benchmarkgastineau2014-01-223-0/+416