1 # This experiment just runs a short autotest which measures the performance of 2 # aes encryption. 3 # 4 # You should replace all the placeholders, marked by angle-brackets, with the 5 # appropriate actual values. 6 7 name: aes_example 8 board: <your-board-goes-here> 9 10 # Note: You can specify multiple remotes, to run your tests in parallel on 11 # multiple machines. e.g. "remote: test-machine-1.com test-machine2.come 12 # test-machine3.com" 13 remote: <your-remote-goes-here> 14 15 benchmark: platform_AesThroughput { 16 } 17 18 # Replace the chromeos image below with the actual path to your test image. 19 test_image { 20 chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin 21 } 22