Skip to content

Commit 67d6aa7

Browse files
committed
upload the json
1 parent 0f6d1e7 commit 67d6aa7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.evergreen/config.in.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ functions:
109109
- .evergreen/run-tests.sh
110110

111111
"perf send":
112+
- command: attach.artifacts
113+
params:
114+
files:
115+
- ./test/benchmarks/driver_bench/results.json
112116
- command: subprocess.exec
113117
params:
114118
working_dir: src

.evergreen/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ functions:
8181
args:
8282
- .evergreen/run-tests.sh
8383
perf send:
84+
- command: attach.artifacts
85+
params:
86+
files:
87+
- ./test/benchmarks/driver_bench/results.json
8488
- command: subprocess.exec
8589
params:
8690
working_dir: src

0 commit comments

Comments
 (0)