update examples after ruff being updated (#36972)
* update * update --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -53,4 +53,4 @@ for _ in range(nbenchmark):
|
||||
func()
|
||||
end = time.time()
|
||||
print(end - start)
|
||||
print(f"Throughput: {((nbenchmark * BS)/(end-start)):.3f} examples/sec")
|
||||
print(f"Throughput: {((nbenchmark * BS) / (end - start)):.3f} examples/sec")
|
||||
|
||||
Reference in New Issue
Block a user