Skip to content

Commit

Permalink
Update test/profile.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
sunxd3 and github-actions[bot] authored Mar 16, 2024
1 parent 4abca1a commit 14e3e6f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/profile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ for name in keys(BUGSExamples.VOLUME_I)
)

model_def = JuliaBUGS.concretize_colon_indexing(model_def, eval_env)
_suite["GraphCreation"] = @benchmarkable JuliaBUGS.create_graph(
$model_def, $eval_env
)
_suite["GraphCreation"] = @benchmarkable JuliaBUGS.create_graph($model_def, $eval_env)

tune!(_suite)
suite[string(name)] = _suite
Expand Down

0 comments on commit 14e3e6f

Please sign in to comment.