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 5NAME = "platform_AesThroughput" 6AUTHOR = "The Chromium OS Authors" 7PURPOSE = "Benchmark processor performance using OpenSSL using AES options." 8CRITERIA = """ 9This test is a benchmark. 10 11This test will fail if the output of openssl cannot be parsed. 12""" 13ATTRIBUTES = "suite:hwqual, suite:kernel_per-build_benchmarks" 14TIME = "MEDIUM" 15TEST_CATEGORY = "Performance" 16TEST_CLASS = "platform" 17TEST_TYPE = "client" 18 19DOC = """ 20This test uses the openssl program with AES options. 21""" 22job.run_test('platform_AesThroughput') 23