Skip to content

Commit

Permalink
try (temporarily) fixing benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Dec 3, 2024
1 parent 0df2fa7 commit df98f71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmark/Project.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
OrdinaryDiffEqLowStorageRK = "b0944070-b475-4768-8dec-fb6eb410534d"
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
SummationByPartsOperators = "9f78cca6-572e-554e-b819-917d2f1cf240"

[compat]
BenchmarkTools = "1"
OrdinaryDiffEq = "6.49.1"
OrdinaryDiffEqLowStorageRK = "1"
OrdinaryDiffEqTsit5 = "1"
SummationByPartsOperators = "0.5.63"

0 comments on commit df98f71

Please sign in to comment.