Mercurial > repos > public > sbplib_julia
changeset 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 | 708dbfd5edb9 |
children | 0551fd71682f |
files | benchmark/benchmarks.jl |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
diff -r 708dbfd5edb9 -r 6ae9b98b15b9 benchmark/benchmarks.jl --- 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()