Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-28 | FIX focuslost, missing status updates, benchmark aborting improved | hwspeedy | |
2024-04-11 | FIX missing user_note in CLI, cleanup user_note | hwspeedy | |
2024-04-02 | FIX Implicit ctype functions - missing include | hwspeedy | |
2024-03-21 | FIX guibench GTK CHECK for begin_draw_frame | hwspeedy | |
2024-03-21 | FIX for very old distros for new guibench | hwspeedy | |
2024-03-20 | FIX New cairo GPU drawing - just for fun & history - numbers are bogos | hwspeedy | |
2024-03-19 | FIX remove unused timer FIB | hwspeedy | |
2024-03-18 | FIX rerun benchmark if not done/stopped | hwspeedy | |
2024-03-18 | FIX removed os+kernel duplet from hinote, fixed revision | hwspeedy | |
2024-03-17 | FIX Adding linux kernel and os to benchmark | hwspeedy | |
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> |