Skip to content

Commit be0976e

Browse files
Merge pull request #1403 from AayushSabharwal/as/fix-manifest
fix: fix `Symbolics` benchmark group manifest
2 parents a767a45 + d743d6a commit be0976e

File tree

3 files changed

+85
-84
lines changed

3 files changed

+85
-84
lines changed

benchmarks/Symbolics/BCR.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ end
185185
```julia
186186
tabledata = hcat(N, jacobian_times..., jacobian_allocs..., build_times..., first_call_times..., second_call_times...)
187187
header = ["N", "Jacobian time (no hashconsing)", "Jacobian time (hashconsing)", "Jacobian allocated memory (no hashconsing) (B)", "Jacobian allocated memory (hashconsing) (B)", "`build_function` time (no CSE)", "`build_function` time (CSE)", "First call time (no CSE)", "First call time (CSE)", "Second call time (no CSE)", "Second call time (CSE)"]
188-
pretty_table(tabledata; header, backend = Val(:html))
188+
pretty_table(tabledata; header, backend = :html)
189189
```
190190

191191
```julia

0 commit comments

Comments
 (0)