split off repr
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
use criterion::{criterion_group, criterion_main, BenchmarkId, Criterion};
|
||||
use othello::{board::Board, future_moves::FutureMoves, piece::Piece};
|
||||
use othello::{
|
||||
logic::FutureMoves,
|
||||
repr::{Board, Piece},
|
||||
};
|
||||
use std::time::Duration;
|
||||
|
||||
fn extend_layers_test(depth: usize, expire: usize) {
|
||||
|
||||
Reference in New Issue
Block a user