cpu2000.py (4132:a4ed11288493) cpu2000.py (4271:13ea06ef646d)
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

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

513 self.args = [ 'input.program', '1' ]
514 def lgred(self, isa, os):
515 self.args = [ 'input.program', '1' ]
516
517class mcf(MinneDefaultBenchmark):
518 name = 'mcf'
519 number = 181
520 lang = 'C'
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

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

513 self.args = [ 'input.program', '1' ]
514 def lgred(self, isa, os):
515 self.args = [ 'input.program', '1' ]
516
517class mcf(MinneDefaultBenchmark):
518 name = 'mcf'
519 number = 181
520 lang = 'C'
521 args = [ 'mcf.in' ]
521
522class parser(MinneDefaultBenchmark):
523 name = 'parser'
524 number = 197
525 lang = 'C'
526 args = [ '2.1.dict', '-batch' ]
527
528class perlbmk(DefaultBenchmark):

--- 178 unchanged lines hidden ---
522
523class parser(MinneDefaultBenchmark):
524 name = 'parser'
525 number = 197
526 lang = 'C'
527 args = [ '2.1.dict', '-batch' ]
528
529class perlbmk(DefaultBenchmark):

--- 178 unchanged lines hidden ---