Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-17 | FIX When benchmark did not complete, shows too many records CLI | hwspeedy | |
2024-04-28 | FIX focuslost, missing status updates, benchmark aborting improved | hwspeedy | |
2024-04-26 | FIX Shell scrollbars GTK3, cleanup benchmark runs | hwspeedy | |
2024-04-15 | FIX Beautify JSON usernote | hwspeedy | |
2024-04-11 | FIX missing user_note in CLI, cleanup user_note | hwspeedy | |
2024-04-05 | FIX Json get array warning for non existing - check has member | hwspeedy | |
2024-03-20 | FIX CLI updated with synchronize features, fix stop benchmark crash, ↵ | hwspeedy | |
libsoup3 debug fixed+added sync. comm for cli, DOCs updated, LibSoup3 enabled for distros supporting LS3 | |||
2024-03-17 | FIX Adding linux kernel and os to benchmark | hwspeedy | |
2024-03-14 | FIX GCC warnings and 3 potential crash never seen | hwspeedy | |
2024-03-06 | FIX hardinfo lib-loading cleanup, params clean up | hwspeedy | |
2024-02-29 | FIX Benchmark json to server was translated | hwspeedy | |
2024-02-28 | FIX send before receive benchmarks | hwspeedy | |
2024-02-28 | ADD Sync blobversion check - only update if new on server | hwspeedy | |
2024-02-08 | FIX new benchmarking dialog | bigbear | |
2024-02-08 | FIX GCC Warnings | bigbear | |
2024-02-08 | PR681 - implicit function declaration | bigbear | |
2024-02-08 | ADD Package building for hardinfo2 | bigbear | |
2024-02-08 | LICENSE Changed to GPL2+ for project and source code According to approval ↵ | bigbear | |
from copyright holders - see: https://github.com/lpereira/hardinfo/issues/530 https://github.com/lpereira/hardinfo/issues/707 | |||
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 | |
Related to #599. | |||
2021-02-02 | Remove the ability to load benchmarks.conf | Leandro Pereira | |
Now that the sync manager is working fine, and we have the same data in a structured way in JSON files, reading from this legacy format doesn't need to be supported any longer. | |||
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 | |
No need to keep the .conf format around for a while since the only usage of this function was for the SyncManager, that has been disabled for a while. | |||
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 | |
This is a scaffolding method to add support for JSON benchmark results without disrupting current working code. (Should also have plugged a memory leak.) | |||
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 | |
To test the new label escape stuff, and for https://github.com/lpereira/hardinfo/issues/516 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-28 | Use g_ascii_strtod() in bench_value_from_str() | Burt P | |
Co-authored-by: Ondrej Čerman <ondrej.cerman@gmail.com> Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-28 | fix bench_value_from_str() for floats with , for decimal | Burt P | |
Fixes https://github.com/lpereira/hardinfo/issues/497 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-08-14 | Benchmark: fixes, user_note, verifiable test data | Burt P | |
* fix zlib display order * fix cryptohash MiB/s calculation * revision and params for other benchmarks * allow attaching user note to bench result with -u * don't inlcude the new result value bits if they are empty/invalid in bench_value_to_str(). bench_value_from_str() doesn't need to be modified. * bench_results: clean old result cpu name for x86 * use problem_marker() from dmi_memory to mark old version bench results * benchmark: verifiable test data size and content - The test data benchmark.data is stored in a file that could be edited to change the size or content. /* to guarantee size */ gchar *get_test_data(gsize min_size); /* to checksum content */ char *md5_digest_str(const char *data, unsigned int len); Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-08-10 | benchmark: make sure lookup key is unique | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-14 | Fix buffer overflow when performing parallel benchmarks | Leandro Pereira | |