spcl/serverless-benchmarks

Run Experiment on Openwhisk raise NotImplementedError

Open

#104 opened on Dec 26, 2022

 (5 comments) (0 reactions) (0 assignees)Python (99 forks)auto 404
bugenhancementgood first issue

Repository metrics

Stars
 (196 stars)
PR merge metrics
 (Avg merge 2d 9h) (6 merged PRs in 30d)

Description

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

Contributor guide