1 # Copyright (c) 2012 The Chromium OS Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 3 # found in the LICENSE file. 4 5 NAME = "platform_AesThroughput" 6 AUTHOR = "The Chromium OS Authors" 7 PURPOSE = "Benchmark processor performance using OpenSSL using AES options." 8 CRITERIA = """ 9 This test is a benchmark. 10 11 This test will fail if the output of openssl cannot be parsed. 12 """ 13 ATTRIBUTES = "suite:hwqual, suite:kernel_per-build_benchmarks" 14 SUITE = "kernel_per-build_benchmarks, hwqual" 15 TIME = "MEDIUM" 16 TEST_CATEGORY = "Performance" 17 TEST_CLASS = "platform" 18 TEST_TYPE = "client" 19 20 DOC = """ 21 This test uses the openssl program with AES options. 22 """ 23 job.run_test('platform_AesThroughput') 24