Benchmarks.py (3372:ccbe8a56f5b7) Benchmarks.py (4418:aaa5828991b3)
1# Copyright (c) 2006 The Regents of The University of Michigan
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
9# notice, this list of conditions and the following disclaimer in the

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

56# The first defined machine is the test system, the others are driving systems
57
58Benchmarks = {
59 'PovrayBench': [SysConfig('povray-bench.rcS', '512MB', 'povray.img')],
60 'PovrayAutumn': [SysConfig('povray-autumn.rcS', '512MB', 'povray.img')],
61
62 'NetperfStream': [SysConfig('netperf-stream-client.rcS'),
63 SysConfig('netperf-server.rcS')],
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
9# notice, this list of conditions and the following disclaimer in the

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

56# The first defined machine is the test system, the others are driving systems
57
58Benchmarks = {
59 'PovrayBench': [SysConfig('povray-bench.rcS', '512MB', 'povray.img')],
60 'PovrayAutumn': [SysConfig('povray-autumn.rcS', '512MB', 'povray.img')],
61
62 'NetperfStream': [SysConfig('netperf-stream-client.rcS'),
63 SysConfig('netperf-server.rcS')],
64 'NetperfStreamUdp': [SysConfig('netperf-stream-udp-client.rcS'),
65 SysConfig('netperf-server.rcS')],
66 'NetperfUdpLocal': [SysConfig('netperf-stream-udp-local.rcS')],
64 'NetperfStreamNT': [SysConfig('netperf-stream-nt-client.rcS'),
65 SysConfig('netperf-server.rcS')],
66 'NetperfMaerts': [SysConfig('netperf-maerts-client.rcS'),
67 SysConfig('netperf-server.rcS')],
68 'SurgeStandard': [SysConfig('surge-server.rcS', '512MB'),
69 SysConfig('surge-client.rcS', '256MB')],
70 'SurgeSpecweb': [SysConfig('spec-surge-server.rcS', '512MB'),
71 SysConfig('spec-surge-client.rcS', '256MB')],

--- 37 unchanged lines hidden ---
67 'NetperfStreamNT': [SysConfig('netperf-stream-nt-client.rcS'),
68 SysConfig('netperf-server.rcS')],
69 'NetperfMaerts': [SysConfig('netperf-maerts-client.rcS'),
70 SysConfig('netperf-server.rcS')],
71 'SurgeStandard': [SysConfig('surge-server.rcS', '512MB'),
72 SysConfig('surge-client.rcS', '256MB')],
73 'SurgeSpecweb': [SysConfig('spec-surge-server.rcS', '512MB'),
74 SysConfig('spec-surge-client.rcS', '256MB')],

--- 37 unchanged lines hidden ---