comparison 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
comparison
equal deleted inserted replaced
1313:708dbfd5edb9 1314:6ae9b98b15b9
1 using BenchmarkTools 1 using BenchmarkTools
2 using Sbplib 2 using Sbplib
3 using Sbplib.Grids 3 using Sbplib.Grids
4 using Sbplib.SbpOperators 4 using Sbplib.SbpOperators
5 using Sbplib.RegionIndices 5 using Sbplib.RegionIndices
6 using Sbplib.LazyTensors
6 7
7 const SUITE = BenchmarkGroup() 8 const SUITE = BenchmarkGroup()
8 9
9 10
10 sz(d) = ntuple(i->100, d) 11 sz(d) = ntuple(i->100, d)