-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Example Code to Common Workflow (#290)
* common workflow with examples * use old_results variable Co-authored-by: Guillaume Dalle <[email protected]> * use old_results variable 2 Co-authored-by: Guillaume Dalle <[email protected]> * use old_results variable 3 Co-authored-by: Guillaume Dalle <[email protected]> * Add docstrings to load and save + tweak manual --------- Co-authored-by: Guillaume Dalle <[email protected]>
- Loading branch information
1 parent
c0a7157
commit 58cf141
Showing
3 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,6 @@ Private = false | |
|
||
```@docs | ||
Base.run | ||
BenchmarkTools.save | ||
BenchmarkTools.load | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters