From 3cc7c31ee59be4522cb21296458073fae1e1432c Mon Sep 17 00:00:00 2001 From: Magnus Ulimoen Date: Mon, 1 Feb 2021 23:22:35 +0100 Subject: [PATCH] increase bench size --- sbp/benches/sbpoperators.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbp/benches/sbpoperators.rs b/sbp/benches/sbpoperators.rs index a3073a3..206ca91 100644 --- a/sbp/benches/sbpoperators.rs +++ b/sbp/benches/sbpoperators.rs @@ -2,7 +2,7 @@ use ndarray::Array2; use sbp::operators::{self, SbpOperator2d}; use sbp::Float; -const W: usize = 64; +const W: usize = 128; const H: usize = 64; fn baseline() {