Skip to content

Commit 3f83a23

Browse files
committed
[benchmark] Adjust scaling
1 parent 1836401 commit 3f83a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/single-source/RandomTree.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import TestsUtils
1717

1818
var rng = SplitMix64(seed: 0)
19-
let count = 10_000
19+
let count = 400
2020
let input = (0 ..< count).shuffled(using: &rng)
2121

2222
public let RandomTree = [

0 commit comments

Comments
 (0)