Skip to content

Commit a7fd408

Browse files
authored
[CI][Benchmarks] fix wgc param in UllsEmptyKernel (#18624)
1 parent 98165d3 commit a7fd408

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
@@ -748,7 +748,7 @@ def bin_args(self) -> list[str]:
748748
return [
749749
"--iterations=10000",
750750
f"--wgs={self.wgs}",
751-
f"--wgc={self.wgs}",
751+
f"--wgc={self.wgc}",
752752
]
753753

754754

0 commit comments

Comments
 (0)