Skip to content

Commit d79e612

Browse files
authored
Update enzyme-ci.yml (#2259)
* Update enzyme-ci.yml * Update benchmark.yml * Update enzyme-ci.yml
1 parent c761bcf commit d79e612

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/benchmark.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,3 @@ jobs:
4747
run: make bench-enzyme
4848
- name: results
4949
run: cat enzyme/benchmarks/*/*/results.txt
50-
# - name: graph results
51-
# if: github.event_name != 'pull_request' && matrix.build == 'Release'
52-
# run: |
53-
# for p in enzyme/benchmarks/ReverseMode/*/results.json; do
54-
# python3 enzyme/benchmarks/upload-results.py $p --url https://enzyme.mit.edu/cibench/api --token ${{ secrets.GRAPH_TOKEN }}
55-
# done

.github/workflows/enzyme-ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ jobs:
4646
- name: make check-enzyme
4747
working-directory: build
4848
run: make -j `nproc` check-enzyme-bench
49-
- name: graph results
50-
if: github.event_name != 'pull_request' && matrix.build == 'Release'
51-
run: python3 enzyme/test/upload-results.py build/test/Enzyme/results.json --url https://enzyme.mit.edu/cibench/api --token ${{ secrets.GRAPH_TOKEN }}
5249

5350
build-macos:
5451
name: Enzyme CI LLVM ${{ matrix.llvm }} ${{ matrix.build }} macOS
@@ -85,9 +82,6 @@ jobs:
8582
- name: make check-enzyme
8683
working-directory: build
8784
run: make -j3 check-enzyme-bench
88-
- name: graph results
89-
if: github.event_name != 'pull_request' && matrix.build == 'Release'
90-
run: python3 enzyme/test/upload-results.py build/test/Enzyme/results.json --url https://enzyme.mit.edu/cibench/api --token ${{ secrets.GRAPH_TOKEN }}
9185

9286
build-xcode:
9387
name: Enzyme CI LLVM ${{ matrix.llvm }} ${{ matrix.build }} macOS XCode

0 commit comments

Comments
 (0)