Skip to content

Commit fd9a09b

Browse files
authored
change n and allow clean up
1 parent 0584a66 commit fd9a09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terminal-bench.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Run terminal benchmark
6262
run: |
6363
cd terminal-bench-test
64-
tb run --agent-import-path main:AmazonQCLIAgent --dataset-name terminal-bench-core --dataset-version head
64+
tb run --agent-import-path main:AmazonQCLIAgent --dataset-name terminal-bench-core --dataset-version head --n-tasks=20 --cleanup
6565
6666
# uploads results if run fails as well to allow for easy log inspection
6767
- name: Upload results

0 commit comments

Comments
 (0)