diff --git a/configs/example/ruby_mem_test.py b/configs/example/ruby_mem_test.py index 27751376fc..9ad6a1b7ad 100644 --- a/configs/example/ruby_mem_test.py +++ b/configs/example/ruby_mem_test.py @@ -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(