summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2019-08-14benches: fewer, perhaps the more meaningful, sysbenches to reduce clutterBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-08-14updated bench resultsBurt P
* rpi4 oc 1750 * i5-4570 Signed-off-by: Burt P <pburt0@gmail.com>
2019-08-14Some benchmark resultsBurt P
* 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
2019-08-14benchmark.conf: cleanupBurt P
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>
2019-08-10vendor.ids: update and move to sysobj_earlyBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-08-10bench: add rpi4 resultsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-07-29vendor.ids update and vendor.{h,c} improvements from sysobj versionBurt P
* 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>
2019-07-12Add new vendorsLeandro Pereira
2019-07-10benchmark: add extra fields to result for revision and informationBurt P
* 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>
2019-06-29add medium zlib bench resultBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-29benchmark/zlib: new version of zlib benchmarkBurt P
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>
2019-01-16vendor.ids: newer versionBurt P
...from https://github.com/bp0/verbose-spork/blob/master/data/vendor.ids Signed-off-by: Burt P <pburt0@gmail.com>
2019-01-15data/vendor.ids: Add ASMedia and ASRockOndrej Čerman
2019-01-15data/vendor.ids: Added match_string for SonyOndrej Čerman
2018-11-30bench results: +1 for blowfish set (2x P3 Tualatin)Burt P
Signed-off-by: Burt P <pburt0@gmail.com>
2018-11-30bench results: +1 for blowfish setBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2018-11-04benchmark/blowfish: new version of blowfish benchmarkBurt P
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>
2018-11-04vendor.ids: edit toshibaBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2018-11-04vendor.ids: add lenovo, edit asusBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2018-11-04vendors: add zotacBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2018-11-04vendor.ids additionsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2018-10-22vendor.ids: add g.skillBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2018-09-05Add Ryzen 5 1600 benchmark resultsJan Ziak
2018-06-03gpu_util: use vendor_match() in make_nice_name()Burt P
Signed-off-by: Burt P <pburt0@gmail.com>
2018-05-29move data files to data/Burt P
Signed-off-by: Burt P <pburt0@gmail.com>