Skip to content

Commit 4981006

Browse files
committed
Fix stuff
1 parent 3680860 commit 4981006

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

DifferentiationInterfaceTest/src/DifferentiationInterfaceTest.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ export Scenario, compute_results
149149
export test_differentiation, benchmark_differentiation
150150
export DifferentiationBenchmarkDataRow
151151

152-
# @compile_workload begin
153-
# default_scenarios(; include_constantified = true, include_cachified = true)
154-
# end
152+
@compile_workload begin
153+
default_scenarios(; include_constantified = true, include_cachified = true)
154+
end
155155

156156
end

DifferentiationInterfaceTest/src/tests/benchmark.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Tables.columnnames(cols::DifferentiationBenchmark) = fieldnames(eltype(cols.rows
106106
Perform the actual measurement of preparation and differentiation efficiency.
107107
108108
!!! warning
109+
109110
Implemented in a package extension that depends on [Chairmarks.jl](https://github.com/LilithHafner/Chairmarks.jl).
110111
If this function fails with a `MethodError`, try `import Chairmarks` before running it again.
111112
"""

0 commit comments

Comments
 (0)