aboutsummaryrefslogtreecommitdiffstats
path: root/bench/benchmark.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More accurate benchmarkingMattias Andrée2016-04-271-27/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve library translationsMattias Andrée2016-04-271-2/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* zstr: add new parameter, n: the known limit out the length of the outputMattias Andrée2016-04-271-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* bench/benchmark-func.cMattias Andrée2016-04-241-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some improvements:Mattias Andrée2016-04-081-1/+1
| | | | | | | | | | | - Improve .gitignore - Improve portability of the makefile - Bring the translations, for gmp and tommath, used by the benchmark up to date Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add rand(3), lrand(3), and random(3) to zrandMattias Andrée2016-03-271-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Optimise zsetup, zgcd, zmul, and zsqr and add -fltoMattias Andrée2016-03-151-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add possibility to compare against libtommathMattias Andrée2016-03-121-1/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add simple benchmarkerMattias Andrée2016-03-091-0/+132
Signed-off-by: Mattias Andrée <maandree@kth.se>