spcl/serverless-benchmarks

Run Experiment on Openwhisk raise NotImplementedError

开放

#104 创建于 2022年12月26日

 (5 条评论) (0 个反应) (0 位负责人)Python (99 个派生)auto 404
bugenhancementgood first issue

仓库指标

星标
 (196 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

When I tried to run the Experiment following the instruction (https://github.com/spcl/serverless-benchmarks/blob/master/docs/usage.md#experiment) at the deployment of Openwhisk. ./sebs.py experiment process perf-cost --config example.json --deployment openwhisk It raised a NotImplementedError as below.

image

And I looked for this method in the source code. It directly raised the Error. So how can I run the Experiment correctly?

image

贡献者指南