We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009e6ad commit 2959655Copy full SHA for 2959655
bench_runner/scripts/bisect.py
@@ -228,7 +228,8 @@ def main():
228
parser.add_argument(
229
"--invert",
230
action="store_true",
231
- help="Invert the values, i.e. expect the bad value to be lower than the good value.",
+ help="Invert the values, i.e. expect the bad value to be lower than "
232
+ "the good value.",
233
)
234
235
args = parser.parse_args()
0 commit comments