diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2007-04-30 13:08:21 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2007-04-30 13:08:21 -0400 |
commit | 6e60d5c12f6cb8043657fd28638a81ce215dd92b (patch) | |
tree | 7e118b1c9d61a450c58541b748d2fcdd79329f23 /configs/common | |
parent | e77aa3d21215de75aeeb0961a2440b87a01d3dc6 (diff) | |
download | gem5-6e60d5c12f6cb8043657fd28638a81ce215dd92b.tar.xz |
add a udp stream benchmark and a udp loopback benchmark
--HG--
extra : convert_revision : 9300c67a1258e57436eba6cbdbed8fdf93fb6e59
Diffstat (limited to 'configs/common')
-rw-r--r-- | configs/common/Benchmarks.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/common/Benchmarks.py b/configs/common/Benchmarks.py index eda0e80f9..9ec0f97b1 100644 --- a/configs/common/Benchmarks.py +++ b/configs/common/Benchmarks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2006 The Regents of The University of Michigan +# Copyright (c) 2006-2007 The Regents of The University of Michigan # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -61,6 +61,9 @@ Benchmarks = { 'NetperfStream': [SysConfig('netperf-stream-client.rcS'), SysConfig('netperf-server.rcS')], + 'NetperfStreamUdp': [SysConfig('netperf-stream-udp-client.rcS'), + SysConfig('netperf-server.rcS')], + 'NetperfUdpLocal': [SysConfig('netperf-stream-udp-local.rcS')], 'NetperfStreamNT': [SysConfig('netperf-stream-nt-client.rcS'), SysConfig('netperf-server.rcS')], 'NetperfMaerts': [SysConfig('netperf-maerts-client.rcS'), |