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 = 'kernel_fs_Punybench' 6AUTHOR = 'The Chromium OS Authors' 7ATTRIBUTES = "suite:kernel_daily_benchmarks" 8TIME = 'LONG' 9TEST_CLASS = 'kernel' 10TEST_CATEGORY = 'Performance' 11TEST_TYPE = 'client' 12 13DOC = ''' 14Runs a select set of the puny benchmarks. 15''' 16 17args='--nop --mem --disk --ecryptfs' 18job.run_test('kernel_fs_Punybench', args=args) 19