Skip to content

Commit a6d36eb

Browse files
committed
Run all the languages
1 parent 54a1900 commit a6d36eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ benchmarks/rust.csv: rust/src/main.rs rust/src/util.rs rust/Cargo.lock
107107
@for t in $(ITERATIONS); do cargo run --release -q; done >../$@
108108

109109
LANGUAGES = c fortran java javascript julia lua mathematica matlab octave python r rust
110-
#GH_ACTION_LANGUAGES = c fortran java javascript julia lua python r rust
111-
GH_ACTION_LANGUAGES = c julia
110+
GH_ACTION_LANGUAGES = c fortran java javascript julia lua python r rust
112111

113112
BENCHMARKS = $(foreach lang,$(LANGUAGES),benchmarks/$(lang).csv)
114113
GH_ACTION_BENCHMARKS = $(foreach lang,$(GH_ACTION_LANGUAGES),benchmarks/$(lang).csv)

0 commit comments

Comments
 (0)