aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2023-05-15Add e2k test databoris
2022-07-24Added e2k test databoris
2020-06-14Added E2K (Elbrus 2000) cpuinfo testsentityfx
2019-10-24sysbench memory tweaksBurt 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-14benches: fewer, perhaps the more meaningful, sysbenches to reduce clutterBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-08-14just_bench: fix sysbench detectionBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-08-14just_bench: add sysbench testsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-08-14test/just_bench.shBurt P
Until the whole bench submission framework is complete, here is the best way to submit bench results to hardinfo. * Run just_bench.sh to create a conf with results * Merge those results into benchmark.conf using crudini * Submit a pull request Signed-off-by: Burt P <pburt0@gmail.com>
2017-08-04ws_scan.sh ignore deps/Burt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-22test/ws_scan.sh: scanner for updating issue #102Burt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-21test/data: some device trees for testingBurt P
* Raspberry Pi 1 on Raspbian (arm6) * Raspberry Pi 3 on Raspbian (arm7) * Raspberry Pi 3 on Arch (arm8) Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-19x86: add test lines for recent test data to test.shBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-19x86: fix old bug in old bug detectionBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-19Add a tool to test/ that can be usefulBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-12s390: multiple cpu, topolog, cpufreqBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-12test: make -j for speedBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-12riscv: improve ISA string decodingBurt P
* Handle unknown future standard extensions better * Handle extension version numbers instead of just ignoring them * Test file riscv_fake_cpuinfo made more tricky Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-12test.sh: create a dir for the test buildBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-12riscv: improvementsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-12riscv: initial supportBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-12test.sh: put the cap onBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-12s390: add testBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-12sh (superh): fixes, add testsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-12m68k: fixes, add testBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-12ia64: fixes, add testBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-12parisc: fixes, add testBurt P
It really didn't work at all before. Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-12alpha: add frequency, add testBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-12mips: fix, add testBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-12Add test and data for various processor.cBurt P
Signed-off-by: Burt P <pburt0@gmail.com>