blob: c0ed3b084059ee15d07e520b632742e5eceb0464 [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 = 'kernel_fs_Punybench'
AUTHOR = 'The Chromium OS Authors'
SUITE = "kernel_daily_benchmarks"
TIME = 'LONG'
TEST_CLASS = 'kernel'
TEST_CATEGORY = 'Performance'
TEST_TYPE = 'client'
DOC = '''
Runs a select set of the puny benchmarks.
'''
# Having a problem with running disk and ecrptfs tests
# multiple times.
# args='--nop --mem --disk --ecryptfs'
args='--nop --mem'
job.run_test('kernel_fs_Punybench', args=args)