Skip to content
Snippets Groups Projects
Commit d3e149da authored by Fabian Vu's avatar Fabian Vu
Browse files

Update Makefile for benchmarking codegen

parent 163af4bf
Branches
No related tags found
No related merge requests found
Pipeline #144803 failed
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
.PHONY: all clean .PHONY: all clean
all: Lift_MC_Large CAN_BUS_tlc Cruise_finite1_deterministic_MC LandingGear_R6 Train1_Lukas_POR_v3 Train_1_beebook_deterministic_MC_POR_v2 nota_v2 sort_m2_data1000_MC QueensWithEvents_Original_4 QueensWithEvents_Original_8 all: Lift_MC_Large Cruise_finite1_deterministic_MC CAN_BUS_tlc LandingGear_R6 nota_v2 rether obsw_M001_1 obsw_M001_2 prob_oneway8seq Train_1_beebook_deterministic_MC_POR_v3 sort_m2_data1000_MC QueensWithEvents_Original_4
FLAGS=-l cpp -mc true FLAGS=-l java -mc true -f
OUTPUT ?= runtimes.txt OUTPUT ?= runtimes.txt
% : % :
...@@ -12,11 +12,6 @@ OUTPUT ?= runtimes.txt ...@@ -12,11 +12,6 @@ OUTPUT ?= runtimes.txt
timeout 60m gtime -f "%C %E %M" -ao $(OUTPUT) java -jar B2Program-all-0.1.0-SNAPSHOT.jar $(FLAGS) $@.mch timeout 60m gtime -f "%C %E %M" -ao $(OUTPUT) java -jar B2Program-all-0.1.0-SNAPSHOT.jar $(FLAGS) $@.mch
timeout 60m gtime -f "%C %E %M" -ao $(OUTPUT) java -jar B2Program-all-0.1.0-SNAPSHOT.jar $(FLAGS) $@.mch timeout 60m gtime -f "%C %E %M" -ao $(OUTPUT) java -jar B2Program-all-0.1.0-SNAPSHOT.jar $(FLAGS) $@.mch
timeout 60m gtime -f "%C %E %M" -ao $(OUTPUT) java -jar B2Program-all-0.1.0-SNAPSHOT.jar $(FLAGS) $@.mch timeout 60m gtime -f "%C %E %M" -ao $(OUTPUT) java -jar B2Program-all-0.1.0-SNAPSHOT.jar $(FLAGS) $@.mch
timeout 60m gtime -f "%C %E %M" -ao $(OUTPUT) java -jar B2Program-all-0.1.0-SNAPSHOT.jar $(FLAGS) $@.mch
timeout 60m gtime -f "%C %E %M" -ao $(OUTPUT) java -jar B2Program-all-0.1.0-SNAPSHOT.jar $(FLAGS) $@.mch
timeout 60m gtime -f "%C %E %M" -ao $(OUTPUT) java -jar B2Program-all-0.1.0-SNAPSHOT.jar $(FLAGS) $@.mch
timeout 60m gtime -f "%C %E %M" -ao $(OUTPUT) java -jar B2Program-all-0.1.0-SNAPSHOT.jar $(FLAGS) $@.mch
timeout 60m gtime -f "%C %E %M" -ao $(OUTPUT) java -jar B2Program-all-0.1.0-SNAPSHOT.jar $(FLAGS) $@.mch
clean: clean:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment