blob: 5c0e3d41a86f15e19a3a2824ae56cbde2ca6e376 [file] [log] [blame]
To use these experiment files, add board, remote and images and run crosperf
on them.
Further information about crosperf:
https://sites.google.com/a/google.com/compiler-chromeos-workflows/crosperf
The final experiment file should look something like the following:
board: <board>
remote: <ip address or machine name>
# Add images you want to test:
label: myimage {
chromeos_image: <path to image>
}
# Paste experiment benchmarks here. Example, I pasted aes_perf here.
# This experiment just runs a short autotest which measures the performance of
# aes encryption. In addition, it profiles
profile_type: record
profile_counters: instructions cycles
benchmark: platform_AesThroughput {
}