spcl/serverless-benchmarks

Run Experiment on Openwhisk raise NotImplementedError

Offen

#104 geöffnet am 26.12.2022

 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (99 Forks)auto 404
bugenhancementgood first issue

Repository-Metriken

Stars
 (196 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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