Mercurial > repos > public > sbplib_julia
comparison benchmark/benchmarks.jl @ 1726:471a948cd2b2 rename_module
Rename project from Sbplib to Diffinitive
author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
---|---|
date | Sat, 07 Sep 2024 12:11:53 -0700 |
parents | 3714a391545a |
children |
comparison
equal
deleted
inserted
replaced
1725:8317252e4535 | 1726:471a948cd2b2 |
---|---|
1 using BenchmarkTools | 1 using BenchmarkTools |
2 | 2 |
3 using Sbplib | 3 using Diffinitive |
4 using Sbplib.Grids | 4 using Diffinitive.Grids |
5 using Sbplib.SbpOperators | 5 using Diffinitive.SbpOperators |
6 using Sbplib.LazyTensors | 6 using Diffinitive.LazyTensors |
7 | 7 |
8 using LinearAlgebra | 8 using LinearAlgebra |
9 | 9 |
10 const SUITE = BenchmarkGroup() | 10 const SUITE = BenchmarkGroup() |
11 | 11 |