Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-02 | bench/zlib: minor fix, changes results significantly | Burt P | |
(#298) W: hardinfo uninitialized-variable /home/abuild/rpmbuild/BUILD/hardinfo-20181022T194523/modules/benchmark/zlib.c:28 This change significantly impacts the bench result. All old results should be discarded, IMO. I think I will also attempt to remake this benchmark in a similar way to the blowfish benchmark. See PR #293. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-02-27 | Benchmark results: store threads used | Burt P | |
Benchmark results store actual number of threads used by benchmark when it was run. Previously, results assumed all available threads were used. Examples: * CPU Fib only uses one * FPU FFT uses 4, 2, or 1 * N-Queens uses 10, 5, 2, or 1 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-02 | Add zlib benchmark | Leandro Pereira | |