regression: updated memtest-ruby stats

This also includes a change to the default Ruby random seed, which was
previously set using the wall clock.  It is now set to 1234 so that
the stat files don't change for the regression tester.
This commit is contained in:
Derek Hower
2009-07-13 14:45:15 -05:00
parent 15afc87f7c
commit d51445490d
5 changed files with 404 additions and 465 deletions

View File

@@ -146,7 +146,7 @@ class RubySystem
# Random seed used by the simulation. If set to "rand", the seed
# will be set to the current wall clock at libruby
# initialization. Otherwise, set this to an integer.
default_param :random_seed, Object, "rand"
default_param :random_seed, Object, 1234 #"rand"
# When set to true, the simulation will insert random delays on
# message enqueue times. Note that even if this is set to false,