mem,tests: Set Ruby Mem Test atomic percent to 0 (#489)

Fixes https://github.com/gem5/gem5/issues/450
(https://github.com/gem5/gem5/pull/477 fixes non-ruby memtests, so only
a partial fix).
This commit is contained in:
Bobby R. Bruce
2023-10-19 15:38:38 -07:00
committed by GitHub
parent 73c48a4828
commit 531067fffa

View File

@@ -65,7 +65,7 @@ parser.add_argument(
parser.add_argument(
"--atomic",
type=int,
default=30,
default=0,
help="percentage of accesses that should be atomic",
)
parser.add_argument(