summaryrefslogtreecommitdiff
path: root/modules/benchmark
AgeCommit message (Collapse)Author
2016-07-30Free result of lup_solve() when performing FFT benchmarkLeandro Pereira
2012-01-27Fix weird results in benchmark valuesLeandro Pereira
gcc was (correctly) assuming that benchmark_parallel_for() returned an integer, which was being to a double and messing up results. Added the missing prototype. Also, populate bench_results array with sane values on module init. Some other minor cleanups in benchmark code.
2010-05-03Remove outdated arch directoryLeandro A. F. Pereira
2010-05-03Move files from hardinfo2 to root.Leandro A. F. Pereira