Home | History | Annotate | Download | only in platform_AesThroughput
      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 TIME = "MEDIUM"
     15 TEST_CATEGORY = "Performance"
     16 TEST_CLASS = "platform"
     17 TEST_TYPE = "client"
     18 
     19 DOC = """
     20 This test uses the openssl program with AES options.
     21 """
     22 job.run_test('platform_AesThroughput')
     23