From 5a2e57804e26288bea1fdcaf5b97a547a01909dc Mon Sep 17 00:00:00 2001 From: "behinger (s-ccs 001)" Date: Sat, 24 Feb 2024 21:25:42 +0000 Subject: [PATCH] debugging party --- benchmark/benchmarks.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/benchmarks.jl b/benchmark/benchmarks.jl index 80d326b8..bfecd4a8 100644 --- a/benchmark/benchmarks.jl +++ b/benchmark/benchmarks.jl @@ -93,4 +93,4 @@ SUITE["effects"]["lin_spl"] = @benchmarkable effects( $m_lin_f1_spl, ) -SUITE["fit"]["debugging"] = @benchmarkable read(run(`git status`)) \ No newline at end of file +SUITE["fit"]["debugging"] = @benchmarkable read(run(`git diff Project.toml`)) \ No newline at end of file