SJTU-IPADS / ServerlessBench

A benchmark suite for serverless computing
Other
216 stars 32 forks source link

Testcase4-Application-breakdown:online-compiling 看起来没有以openwhisk action的形式运行 #23

Open GitHubDiom opened 2 years ago

GitHubDiom commented 2 years ago

我启动了openwhisk,redis-server并在local.env做了配置后,执行./eval.sh --online-compiling-make后并没有在openwhisk的控制台看到action调用。

请问是我配置有问题吗?

local.env配置如下

# Openwhisk
OPENWHISK_APIHOST=172.18.0.1
OPENWHISK_APIPORT=3233
OPENWHISK_TOKEN=23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP

...

# online-compiling
GG_MODELPATH=/home/vagrant/ServerlessBench/Testcase4-Application-breakdown/online-compiling/src/models/wrappers
GG_STORAGE_URI=redis://127.0.0.1:6379
GG_DIR=/tmp/_gg #这是我额外配置的,因为运行./eval.sh的时候一开始会报错找不到GG_DIR

...

openwhisk的启动脚本如下:

./gradlew :core:standalone:build
java -jar ./bin/openwhisk-standalone.jar -c ./bin/application.conf --api-gw