Skip to content

Commit 1522ddf

Browse files
author
mohdsaid497566
committed
quick fix
1 parent 75af5e4 commit 1522ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/mfc/bench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def diff():
8787
_lock_to_str = lambda lock: ' '.join([f"{k}={v}" for k, v in lock.items()])
8888
cons.print(f"[bold]Comparing Benchmarks: Speedups from [magenta]{os.path.relpath(ARG('lhs'))}[/magenta] to [magenta]{os.path.relpath(ARG('rhs'))}[/magenta] are displayed below. Thus, numbers > 1 represent increases in performance.[/bold]")
8989

90-
cons.print(f"""\
90+
cons.print(f"""\
9191
[bold yellow]Warning[/bold yellow]: Metadata in lhs and rhs are not equal.
9292
This could mean that the benchmarks are not comparable (e.g. one was run on CPUs and the other on GPUs).
9393
lhs:

0 commit comments

Comments
 (0)