add test and train input size options for spec17 workload; bump Speckle

This commit is contained in:
Cloud User 2018-10-10 21:13:16 +00:00 committed by Sarah Zhou
parent 0e99d1b1b8
commit 781bc6a0f6
2 changed files with 8 additions and 5 deletions

View File

@ -22,14 +22,17 @@ SPECKLE_DIR=Speckle
spec17_suites = intrate intspeed
spec17_rootfs_dirs := $(patsubst %, spec17-%, $(spec17-suites))
$(SPECKLE_DIR)/build/overlay/%:
cd $(SPECKLE_DIR) && ./gen_binaries.sh --compile --suite $*
#Default to ref input size for SPEC17
input=ref
spec17-%: spec17-%.json $(SPECKLE_DIR)/build/overlay/%
$(SPECKLE_DIR)/build/overlay/%/$(input):
cd $(SPECKLE_DIR) && ./gen_binaries.sh --compile --suite $* --input $(input)
spec17-%: spec17-%.json $(SPECKLE_DIR)/build/overlay/%/$(input)
mkdir -p $@
cp $(BASE_LINUX) $@/bbl-vmlinux
python gen-benchmark-rootfs.py -w $< -r -b $(BASE_IMAGE) \
-s $(SPECKLE_DIR)/build/overlay/$*
-s $(SPECKLE_DIR)/build/overlay/$*/$(input)
memcached-thread-imbalance:
mkdir -p $@

@ -1 +1 @@
Subproject commit 75d0ba1e04e3acb159bf98ce0a9ed5866396599e
Subproject commit f6503ea670599530011c964b45aa5bd31f6f1c31