Benchmarks.py (12564:2778478ca882) Benchmarks.py (13731:67cd980cb20f)
1# Copyright (c) 2006-2007 The Regents of The University of Michigan
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

--- 127 unchanged lines hidden (view full) ---

136 'ArmAndroid-ICS': [SysConfig('null.rcS', '256MB',
137 'ARMv7a-ICS-Android.SMP.nolock.clean.img',
138 None, 'android-ics')],
139 'bbench-ics': [SysConfig('bbench-ics.rcS', '256MB',
140 'ARMv7a-ICS-Android.SMP.nolock.img',
141 None, 'android-ics')]
142}
143
1# Copyright (c) 2006-2007 The Regents of The University of Michigan
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

--- 127 unchanged lines hidden (view full) ---

136 'ArmAndroid-ICS': [SysConfig('null.rcS', '256MB',
137 'ARMv7a-ICS-Android.SMP.nolock.clean.img',
138 None, 'android-ics')],
139 'bbench-ics': [SysConfig('bbench-ics.rcS', '256MB',
140 'ARMv7a-ICS-Android.SMP.nolock.img',
141 None, 'android-ics')]
142}
143
144benchs = Benchmarks.keys()
144benchs = list(Benchmarks.keys())
145benchs.sort()
146DefinedBenchmarks = ", ".join(benchs)
145benchs.sort()
146DefinedBenchmarks = ", ".join(benchs)