aboutsummaryrefslogtreecommitdiff
path: root/modules/benchmark.c
AgeCommit message (Expand)Author
2024-05-17FIX When benchmark did not complete, shows too many records CLIhwspeedy
2024-04-28FIX focuslost, missing status updates, benchmark aborting improvedhwspeedy
2024-04-26FIX Shell scrollbars GTK3, cleanup benchmark runshwspeedy
2024-04-15FIX Beautify JSON usernotehwspeedy
2024-04-11FIX missing user_note in CLI, cleanup user_notehwspeedy
2024-04-05FIX Json get array warning for non existing - check has memberhwspeedy
2024-03-20FIX CLI updated with synchronize features, fix stop benchmark crash, libsoup3...hwspeedy
2024-03-17FIX Adding linux kernel and os to benchmarkhwspeedy
2024-03-14FIX GCC warnings and 3 potential crash never seenhwspeedy
2024-03-06FIX hardinfo lib-loading cleanup, params clean uphwspeedy
2024-02-29FIX Benchmark json to server was translatedhwspeedy
2024-02-28FIX send before receive benchmarkshwspeedy
2024-02-28ADD Sync blobversion check - only update if new on serverhwspeedy
2024-02-08FIX new benchmarking dialogbigbear
2024-02-08FIX GCC Warningsbigbear
2024-02-08PR681 - implicit function declarationbigbear
2024-02-08ADD Package building for hardinfo2bigbear
2024-02-08LICENSE Changed to GPL2+ for project and source code According to approval fr...bigbear
2021-11-07Reformat CPU frequency using current localeL Pereira
2021-11-07Update copyright informationL Pereira
2021-02-21Add NumNodes property to benchmark JSONLeandro Pereira
2021-02-21Add support for NUMA nodesLeandro Pereira
2021-02-02Remove the ability to load benchmarks.confLeandro Pereira
2020-07-04Break lines so that dialogs are not that wide in GTK3Leandro Pereira
2020-06-06Store/send machine type (laptop/desktop/etc) in benchmark resultsLeandro Pereira
2020-05-18Benchmarks can't be cancelled during sync, so remove Cancel buttonLeandro Pereira
2020-05-15Disable SyncManager while showing benchmark dialogLeandro Pereira
2020-05-13Show "Benchmarking..." dialog on top of sync managerLeandro Pereira
2020-05-13DataFromSuperUser should be serialized as boolean, not intLeandro Pereira
2020-05-10Show benchmark dialog while sending benchmark resultsLeandro Pereira
2020-05-09Update SyncManager to use the new APILeandro Pereira
2020-05-09Generate benchmark JSON instead of the legacy .conf formatLeandro Pereira
2020-05-09GSList will be sorted anyway, so prepend rather than appendLeandro Pereira
2020-05-09Remove moreinfo with BENCH prefix right before preparing for shellLeandro Pereira
2020-05-09Factor benchmark window calculation to its own functionLeandro Pereira
2020-05-09Remove unused `results_list` variableLeandro Pereira
2020-05-09Unrefing the JSON parser unrefs its children nodesLeandro Pereira
2020-05-09Load benchmark results from JSON filesLeandro Pereira
2020-05-03Refactor how benchmark.conf is loaded when including resultsLeandro Pereira
2020-05-03Misc. cleanups in benchmark.cLeandro Pereira
2020-05-03hi_exported_methods() should return a const pointerLeandro Pereira
2020-05-03Simplify benchmark:::hi_module_init()Leandro Pereira
2020-05-03hi_module_get_about() should return a const pointerLeandro Pereira
2020-05-03Reindent benchmark.cLeandro Pereira
2020-01-17benchmark: "This Machine" in resultsBurt P
2019-12-28Use g_ascii_strtod() in bench_value_from_str()Burt P
2019-12-28fix bench_value_from_str() for floats with , for decimalBurt P
2019-08-14Benchmark: fixes, user_note, verifiable test dataBurt P
2019-08-10benchmark: make sure lookup key is uniqueBurt P
2019-07-14Fix buffer overflow when performing parallel benchmarksLeandro Pereira