7 Commits

Author SHA1 Message Date
Konrad Dybcio
b24c3d59a9 mybw: test up to 1G
Signed-off-by: Konrad Dybcio <konradybcio@gmail.com>
2024-07-18 01:14:08 +02:00
Bjorn Andersson
db0ab9bf98 mybw: Use memset() instead of volatile write
The loop over a volatile write was choosen because it got me close to
the single-threaded sysbench numbers, but it's limited by the CPU and
not by the memory bandwidth; so replace it with memset().
2023-05-24 21:09:14 -05:00
Bjorn Andersson
1f88020d19 Merge pull request #1 from kraj/main
makefile: Allow CFLAGS/LDFLAGS from environment.
2023-01-05 11:01:06 -06:00
Khem Raj
bde6775672 makefile: Allow CFLAGS/LDFLAGS from environment.
This helps in cross-compilation where the flags passed from environment
will matter much e.g. ABI, architecture etc.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-22 16:13:47 -07:00
Bjorn Andersson
f4bdeee126 mybw: Revert to read-only
The memcpy() means that we do both read and write operations. The writes
are slower and they disturb the caches, so drop them to get cleaner
measurements.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2022-03-30 10:54:44 -05:00
Bjorn Andersson
0525fdbddd mybw: Quick hack to measure memory read performance
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2022-03-29 18:39:51 -05:00
Bjorn Andersson
15533594eb ... 2022-03-29 18:39:23 -05:00