Skip to content

Commit 19866dc

Browse files
committed
[CI][Benchmarks] fix wgc param in UllsEmptyKernel
1 parent 7cac7a1 commit 19866dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/benchmarks/benches/compute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ def bin_args(self) -> list[str]:
717717
return [
718718
"--iterations=10000",
719719
f"--wgs={self.wgs}",
720-
f"--wgc={self.wgs}",
720+
f"--wgc={self.wgc}",
721721
]
722722

723723

0 commit comments

Comments
 (0)