Skip to content

Commit

Permalink
fix doctests for devdocs inlinable computation (#34632)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored Feb 2, 2020
1 parent fbc2c0a commit 8a08400
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions doc/src/devdocs/inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,26 @@ cst = map(cost, ci.code)
# output
5-element Array{Int64,1}:
31-element Array{Int64,1}:
0
0
20
20
4
1
1
1
0
0
0
0
0
0
0
1
0
0
0
0
```

Expand Down

2 comments on commit 8a08400

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily benchmark build, I will reply here when finished:

@nanosoldier runbenchmarks(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @ararslan

Please sign in to comment.