-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4385 from aiidateam/release/1.4.0
Release `v1.4.0`
- Loading branch information
Showing
357 changed files
with
11,273 additions
and
8,287 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
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
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
--- | ||
use_login_shell: true | ||
safe_interval: 0 |
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"suites": { | ||
"pytest-benchmarks:ubuntu-18.04,django": { | ||
"header": "Performance Benchmarks (Ubuntu-18.04, Django)", | ||
"description": "Performance benchmark tests, generated using pytest-benchmark." | ||
}, | ||
"pytest-benchmarks:ubuntu-18.04,sqlalchemy": { | ||
"header": "Performance Benchmarks (Ubuntu-18.04, SQLAlchemy)", | ||
"description": "Performance benchmark tests, generated using pytest-benchmark." | ||
} | ||
}, | ||
"groups": { | ||
"node": { | ||
"header": "Single Node", | ||
"description": "Comparison of basic node interactions, such as storage and deletion from the database.", | ||
"single_chart": true, | ||
"xAxis": "id", | ||
"backgroundFill": false, | ||
"yAxisFormat": "logarithmic" | ||
}, | ||
"engine": { | ||
"header": "Processes", | ||
"description": "Comparison of Processes, executed via both local and daemon runners.", | ||
"single_chart": true, | ||
"xAxis": "id", | ||
"backgroundFill": false, | ||
"legendAlign": "start", | ||
"yAxisFormat": "logarithmic" | ||
}, | ||
"import-export": { | ||
"header": "Import-Export", | ||
"description": "Comparison of import/export of provenance trees.", | ||
"single_chart": true, | ||
"xAxis": "id", | ||
"backgroundFill": false, | ||
"yAxisFormat": "logarithmic" | ||
} | ||
} | ||
} |
Oops, something went wrong.