Skip to content

Commit 84d834b

Browse files
authored
Fix benchmark error (rust-lang#558)
1 parent c298f70 commit 84d834b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
- name: make bench-enzyme
5151
run: cd enzyme/build && make bench-enzyme
5252
- name: results
53-
run: cat enzyme/benchmarks/*/results.txt
53+
run: cat enzyme/benchmarks/*/*/results.txt

enzyme/benchmarks/ReverseMode/ode-const/Makefile.make

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RUN: cd %S-const && LD_LIBRARY_PATH="%bldpath:$LD_LIBRARY_PATH" BENCH="%bench" BENCHLINK="%blink" LOAD="%loadEnzyme" make -B ode-unopt.ll ode-opt.ll results.txt VERBOSE=1 -f %s
1+
# RUN: cd %S && LD_LIBRARY_PATH="%bldpath:$LD_LIBRARY_PATH" BENCH="%bench" BENCHLINK="%blink" LOAD="%loadEnzyme" make -B ode-unopt.ll ode-opt.ll results.txt VERBOSE=1 -f %s
22

33
.PHONY: clean
44

0 commit comments

Comments
 (0)