diff benchmark/benchmarks.jl @ 1314:6ae9b98b15b9 tooling/benchmarks

Add missing import of LazyTensors in benchmarks.jl
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 27 Apr 2023 16:02:39 +0200
parents 37d615522c2f
children f59228534d3a
line wrap: on
line diff
--- a/benchmark/benchmarks.jl	Thu Apr 27 08:48:28 2023 +0200
+++ b/benchmark/benchmarks.jl	Thu Apr 27 16:02:39 2023 +0200
@@ -3,6 +3,7 @@
 using Sbplib.Grids
 using Sbplib.SbpOperators
 using Sbplib.RegionIndices
+using Sbplib.LazyTensors
 
 const SUITE = BenchmarkGroup()