blob: 67f7613f28c9c89ff8ee3038f6eeee858c064761 [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
NAME = "platform_AesThroughput"
AUTHOR = "The Chromium OS Authors"
PURPOSE = "Benchmark processor performance using OpenSSL using AES options."
CRITERIA = """
This test is a benchmark.
This test will fail if the output of openssl cannot be parsed.
"""
SUITE = "kernel_per-build_benchmarks, hwqual"
EXPERIMENTAL = "True"
TIME = "MEDIUM"
TEST_CATEGORY = "Performance"
TEST_CLASS = "platform"
TEST_TYPE = "client"
DOC = """
This test uses the openssl program with AES options.
"""
job.run_test('platform_AesThroughput')