Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This is common on Arch Linux systems when the kernel is updated (the
running kernel modules are removed from disk).
This table was created using modules from Linux 6.3.8, with the same
rules as the fallback mechanism uses (longest string prefix match), and
is updatable using the sync manager.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This file isn't used anymore, so it's safe to get rid of it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/lpereira/hardinfo/issues/458#issuecomment-526359828
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
* rpi4 oc 1750
* i5-4570
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
* bench result: oldest machine I could find, P4 1400Mhz
- Notice the P4 was worse than the P3 Tualatin at the same frequency.
* bench result: AMD E-2 APU
* bench result: pi4b oc 1750MHz
|
|
New result format CPU names pass through
nice_name_x86_cpuid_model_string(), old format must be left
alone for unique keys, although some were tweaked a bit.
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
* more fields in struct Vendor.
* match_case -> match_rule and new match rule "exact". match_rule
remains compatible with match_case for old conf format.
* matches must be "whole word" matches so "Harmony" no longer hits
for "ARM".
* Parts outside of () are checked first, so "Foo (formerly Barly)"
matches Foo before Barly, even though Barly is longer and would
otherwise match first.
* vendor_list type (a blessed GSList*) and helper functions to manage
it.
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
|
|
* add an integer revision field
* add an extra information string field
* zlib benchmark: new revision[1] is 2, so that old results are obviously old,
and now the zlib version string will be stored in extra information.
[1] as of 6a8e19a14305079b03e45eeb0580a45104f300dd
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
The new version uses a fixed time (7s) and the results are much
more consistent than the previous version.
A couple results for the new version, one "low" and one "high",
replace the old results, which were quite strange.
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
...from https://github.com/bp0/verbose-spork/blob/master/data/vendor.ids
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
|
|
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
The new version uses a fixed time and provides variants for
single-thread, multi-thread, and multi-core.
A few results are included.
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|