Skip to content

Commit

Permalink
Remove one B benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
henry2004y authored Dec 15, 2024
1 parent 0d3e748 commit a808ab2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ file = joinpath(directory, files[2])
bd = load(file)
SUITE["read"]["Load binary structured"] = @benchmarkable load($file)
SUITE["read"]["Extract density"] = @benchmarkable Batsrus.getvar($bd, "Rho")
SUITE["read"]["Extract B"] = @benchmarkable Batsrus.getvar($bd, "B")
SUITE["read"]["Extract Bmag"] = @benchmarkable get_magnitude($bd, :B)
SUITE["read"]["Interp2d"] = @benchmarkable Batsrus.interp2d($bd, "rho")

Expand Down

0 comments on commit a808ab2

Please sign in to comment.