You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/src/references/modifier.md
+11
Original file line number
Diff line number
Diff line change
@@ -96,3 +96,14 @@ If a companion program also exist for the benchmark suite you use, this companio
96
96
`val`: a single string with [shell-like syntax](https://docs.python.org/3/library/shlex.html#shlex.split).
97
97
Multiple arguments are space separated.
98
98
Environment variables will be expanded.
99
+
100
+
## `NoImplicitHeapsizeModifier` (preview ⚠️)
101
+
`runbms` specific.
102
+
103
+
### Description
104
+
Normally `runbms` will iterate through a set of heap sizes, either specific multiples of the minheap of each benchmark via `-s`, or spreading the multiples across 1~`heap_range` (using `N` and optionally `ns`).
105
+
106
+
This modifier prevents `runbms` from applying the heap sizes for certain configs, which is useful, for example, for running `NoGC` or `EpsilonGC`.
0 commit comments