Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-14 | FIX FFT Benchmark memory leak | hwspeedy | |
2024-03-12 | LICENSE - Fixed old addresses, updated tools/check_license.sh to correct ↵ | hwspeedy | |
detect all licenses | |||
2024-03-12 | LICENSE relicensed public domain sha1.c as GPL2+ | hwspeedy | |
2024-03-12 | LICENSE relicenses Public Domain binreloc.c+h, md5 as GPL2+, fixes for ↵ | hwspeedy | |
improved detection and updated check_license.sh | |||
2024-02-29 | FIX Benchmark json to server was translated | hwspeedy | |
2024-02-28 | FIX GCC warnings and enable debug for old distros | hwspeedy | |
2024-02-27 | FIX nqueens asan+debug and multithread fixed | hwspeedy | |
2024-02-27 | FIX Critical warnings for non JSON members | hwspeedy | |
2024-02-20 | FIX iperf3.c LICENSE for bp0 according to lpereira/hardinfo#707 | hwspeedy | |
2024-02-20 | FIX minor UI for Internal Network Speed Benchmark | hwspeedy | |
2024-02-20 | PR569 - bp0 add Internal Network Benchmark - FIX GLIB VER | hwspeedy | |
2024-02-13 | FIX window benchmarking center of application | hwspeedy | |
2024-02-08 | FIX Change to hardinfo2.png | hwspeedy | |
2024-02-08 | FIX QLcode - sscanf incorrect check | bigbear | |
2024-02-08 | FIX new benchmarks working for slow & fast machines | bigbear | |
2024-02-08 | FIX sha1 crash | bigbear | |
2024-02-08 | FIX back ports | bigbear | |
2024-02-08 | FIX GCC Warnings | bigbear | |
2024-02-08 | PR681 - implicit function declaration | 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 | Use structured data to rebuild CPU Description as well | L Pereira | |
2021-11-07 | Use CpuConfigMap to build a CpuConfig on-the-fly, if available | L Pereira | |
2021-11-07 | Update copyright information | L 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-06-06 | Store/send machine type (laptop/desktop/etc) in benchmark results | Leandro Pereira | |
2020-05-27 | Fix display problems with User Note and Extra Info | Leandro Pereira | |
Fixes #552. | |||
2020-05-13 | Fix machine ID generation function | Leandro Pereira | |
Recent cleanups broke this function and the server was rejecting MachineIds. | |||
2020-05-09 | No need for a `cp` variable when generating bench_result from JSON | Leandro Pereira | |
2020-05-09 | Load benchmark results from JSON files | Leandro Pereira | |
2020-05-03 | Remove redundant check from gen_machine_id() | Leandro Pereira | |
2020-05-03 | Reindent benchmark list in benches.c | Leandro Pereira | |
2020-05-03 | Move "need to cleanup CPU name" code to a helper function | Leandro Pereira | |
2020-05-03 | Reindent bench_results.c | Leandro Pereira | |
2019-12-26 | bench_results: strtoll() -> strtoull() for memory sizes | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-26 | bench results: add phys mem if known | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-10-24 | sysbench memory tweaks | Burt P | |
* Use a larger sample size for sysbench 1.0+ and 64-bit * Store pointer size with bench results * Re-enable single thread memory benchmark Use a larger sample size where available. The small size was chosen because the 32-bit ARM sysbench 0.4x in raspbian can't do more than about ~4G, but the problem is that much more powerful machines burn through that very quickly. The result is in MiB/s so it should still be comparable, but the results should be more stable. Noticed with Ryzen that multi-thread varies significantly based on what threads are used, but benchmark doesn't really have control over that. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-08-22 | various: entry hide flag, fix text format report, fix key_*() funcs | Burt P | |
* fix key_is_highlighted() and key_wants_details() so that they don't look for flags in the label. * fix -r -f text, g_hash-related warnings from icon cache * add MODULE_FLAG_HIDE flag to hide module entries instead of using the '#' at the beginning of string hack, which didn't work everywhere, and screwed up translated strings. * hide GPU Drawing benchmark See: https://github.com/lpereira/hardinfo/issues/329 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-08-14 | sysbench: minor fixes | Burt P | |
idk what. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-08-14 | benches: fewer, perhaps the more meaningful, sysbenches to reduce clutter | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-08-14 | benches: simplify bench definition a bit more | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-08-14 | benches: fix titles | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-08-14 | sysbench: try and work with version 0.x | Burt P | |
formerly required 1.0.15. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-08-14 | bench_results: escape strings in conf lines | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-08-14 | bench_results: add machine_data_version | Burt P | |
For now 0, but planned changes. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-08-14 | benchmark: add sysbench cpu | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-08-14 | Add wrapper for Alexey Kopytov's sysbench, memory benchmarks | Burt P | |
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-07-14 | Fix buffer overflow in fbench | Leandro Pereira | |