Error out if -s is used without --caches (instead of saying you must specify a
[gem5.git] / configs / common / Benchmarks.py
index 1f272517ab3d627ecf41321bec02d01e2b4e84b2..9ec0f97b1c14067f248ac981262c2f86c3596c74 100644 (file)
@@ -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'),
@@ -97,6 +100,8 @@ Benchmarks = {
     'ValStreamScale':  [SysConfig('micro_streamscale.rcS', '512MB')],
     'ValStreamCopy':   [SysConfig('micro_streamcopy.rcS', '512MB')],
 
+    'MutexTest':        [SysConfig('mutex-test.rcS', '128MB')],
+
     'bnAn': [SysConfig('/z/saidi/work/m5.newmem.head/configs/boot/bn-app.rcS',
                        '128MB', '/z/saidi/work/bottleneck/bnimg.img')]
 }