We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece227a commit 7df1daeCopy full SHA for 7df1dae
.github/workflows/terminal-bench.yaml
@@ -52,10 +52,11 @@ jobs:
52
- name: Run terminal benchmark
53
run: |
54
cd terminal-bench-test
55
- tb run --agent-import-path main:AmazonQCLIAgent --task-id hello-world --livestream
+ tb run --agent-import-path main:AmazonQCLIAgent --dataset-name terminal-bench-core --dataset-version head
56
57
- name: Upload results
58
+ if: always()
59
uses: actions/upload-artifact@v4
60
with:
61
name: benchmark-results
- path: terminal-bench-test/results/
62
+ path: terminal-bench-test/runs/
0 commit comments