ServerlessBench icon indicating copy to clipboard operation
ServerlessBench copied to clipboard

A benchmark suite for serverless computing

Results 10 ServerlessBench issues
Sort by recently updated
recently updated
newest added

我启动了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的启动脚本如下: ```bash ./gradlew :core:standalone:build java -jar ./bin/openwhisk-standalone.jar -c ./bin/application.conf --api-gw ```

![image](https://user-images.githubusercontent.com/54056797/164179336-9690fb41-be64-4a0e-9495-8d51c3fd71de.png) ![image](https://user-images.githubusercontent.com/54056797/164179624-40dc3c30-0f57-4643-b2e9-947f9a44db14.png) ![image](https://user-images.githubusercontent.com/54056797/164179799-4c0e1016-ee8c-43ce-8c96-73d2b479c106.png) I am deploy OpenWhisk in the docker, and other test case alse can success. You could give me some advice? Please.

hi, Qingyuan, I wonder whether you design some Java version benchmarks?

Dear Maintainers, Thank you for the great work! At the moment, the [vHive](https://github.com/ease-lab/vhive) open-source community (that is represented by 11+ universities and 4+ companies to date) is putting together a...

Catalyzer: Sub-millisecond Startup for Serverless Computing with Initialization-less Booting 论文里的结果是基于这个BenchMark跑的吗

where is serverlessbench2.0?

![image](https://github.com/SJTU-IPADS/ServerlessBench/assets/8100696/2987fafc-2c91-4ade-84c6-1cc3f2cb0292)

弹性扩容是serverless的一个核心特性,请问当前benchmark是否支持?是否有相关文档? 多谢

Hello, I was working with your project and ran into a small issue in Testcase10. In the `action_update` script, when compiling the code, you might encounter the following error: ```...

It seems some code in `DepositChecking.java` is copied from `Amalgamated.java`.