Skip to content

Commit 1390ea3

Browse files
charrisrkern
andauthored
Update benchmarks/benchmarks/bench_clip.py
Co-authored-by: Robert Kern <[email protected]>
1 parent 7cce1e5 commit 1390ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/benchmarks/bench_clip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ClipFloat(Benchmark):
1111
]
1212

1313
def setup(self, dtype, size):
14-
rnd = np.random.RandomState(12345)
14+
rnd = np.random.RandomState(994584855)
1515
self.array = rnd.random(size=size).astype(dtype)
1616
self.dataout = np.full_like(self.array, 0.5)
1717

0 commit comments

Comments
 (0)