Age | Commit message (Expand) | Author |
2021-11-07 | Reformat CPU frequency using current locale | L Pereira |
2021-11-07 | Update copyright information | L Pereira |
2021-02-21 | Add NumNodes property to benchmark JSON | Leandro Pereira |
2021-02-21 | Add support for NUMA nodes | Leandro Pereira |
2021-02-02 | Remove the ability to load benchmarks.conf | Leandro Pereira |
2020-07-04 | Break lines so that dialogs are not that wide in GTK3 | Leandro Pereira |
2020-06-06 | Store/send machine type (laptop/desktop/etc) in benchmark results | Leandro Pereira |
2020-05-18 | Benchmarks can't be cancelled during sync, so remove Cancel button | Leandro Pereira |
2020-05-15 | Disable SyncManager while showing benchmark dialog | Leandro Pereira |
2020-05-13 | Show "Benchmarking..." dialog on top of sync manager | Leandro Pereira |
2020-05-13 | DataFromSuperUser should be serialized as boolean, not int | Leandro Pereira |
2020-05-10 | Show benchmark dialog while sending benchmark results | Leandro Pereira |
2020-05-09 | Update SyncManager to use the new API | Leandro Pereira |
2020-05-09 | Generate benchmark JSON instead of the legacy .conf format | Leandro Pereira |
2020-05-09 | GSList will be sorted anyway, so prepend rather than append | Leandro Pereira |
2020-05-09 | Remove moreinfo with BENCH prefix right before preparing for shell | Leandro Pereira |
2020-05-09 | Factor benchmark window calculation to its own function | Leandro Pereira |
2020-05-09 | Remove unused `results_list` variable | Leandro Pereira |
2020-05-09 | Unrefing the JSON parser unrefs its children nodes | Leandro Pereira |
2020-05-09 | Load benchmark results from JSON files | Leandro Pereira |
2020-05-03 | Refactor how benchmark.conf is loaded when including results | Leandro Pereira |
2020-05-03 | Misc. cleanups in benchmark.c | Leandro Pereira |
2020-05-03 | hi_exported_methods() should return a const pointer | Leandro Pereira |
2020-05-03 | Simplify benchmark:::hi_module_init() | Leandro Pereira |
2020-05-03 | hi_module_get_about() should return a const pointer | Leandro Pereira |
2020-05-03 | Reindent benchmark.c | Leandro Pereira |
2020-01-17 | benchmark: "This Machine" in results | Burt P |
2019-12-28 | Use g_ascii_strtod() in bench_value_from_str() | Burt P |
2019-12-28 | fix bench_value_from_str() for floats with , for decimal | Burt P |
2019-08-14 | Benchmark: fixes, user_note, verifiable test data | Burt P |
2019-08-10 | benchmark: make sure lookup key is unique | Burt P |
2019-07-14 | Fix buffer overflow when performing parallel benchmarks | Leandro Pereira |
2019-07-10 | benchmark: add extra fields to result for revision and information | Burt P |
2019-06-28 | Better benchmark in progress dialog in GTK+3 | Leandro Pereira |
2019-06-20 | move devices/memory to computer/memory usage | Burt P |
2018-11-30 | add hardinfo param for maximum number of benchmark results to include | Burt P |
2018-11-04 | benchmark/report: sort results for report, limit range | Burt P |
2018-05-27 | Moving configuration files to user's configuration folder | TotalCaesar659 |
2018-04-24 | hardinfo: add cli option to skip benchmarks | Burt P |
2018-03-12 | benchmark.c: remove debug printf() | Burt P |
2018-02-27 | Fix benchmark_parallel_for() to use correct number of threads | Burt P |
2018-02-27 | benchmarks: split individual test funcs out of benchmark.c framework | Burt P |
2018-02-27 | benchmark: New benchmark types | Burt P |
2018-02-27 | Add cli param to format result for -b | Burt P |
2018-02-27 | Benchmark results: store threads used | Burt P |
2017-09-10 | Fix compilation warning when benchmarking | TotalCaesar659 |
2017-08-21 | Add ability to specify selected row, use it in benchmark results | Burt P |
2017-08-21 | Don't include benchmark result that was canceled | Burt P |
2017-08-21 | bench_results: clean key in result list | Burt P |
2017-08-21 | Benchmark result details | Burt P |