forked from rohanpadhye/JQF
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add standard 50x experiment configs, remove nashorn pngj and tomcat
- Loading branch information
Showing
3 changed files
with
22 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
name: Eval 10m-50x | ||
on: workflow_dispatch | ||
jobs: | ||
evaluate: | ||
uses: ./.github/workflows/evaluation-workflow.yml | ||
with: | ||
duration: 10m | ||
trials: 50 |
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,8 @@ | ||
name: Eval 1h-50x | ||
on: workflow_dispatch | ||
jobs: | ||
evaluate: | ||
uses: ./.github/workflows/evaluation-workflow.yml | ||
with: | ||
duration: 1h | ||
trials: 50 |
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