Skip to content

Commit 29a0a06

Browse files
committed
Merge pull request #162 from iopq/master
fixing the 9x9 bench
2 parents 588f00d + 2128d1e commit 29a0a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/uct/node/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ fn expand_sets_the_descendant_count_if_the_node_was_expanded() {
186186

187187
#[bench]
188188
fn full_uct_cycle_09x09(b: &mut Bencher) {
189-
full_uct_cycle(19, b);
189+
full_uct_cycle(9, b);
190190
}
191191

192192
#[bench]

0 commit comments

Comments
 (0)