Closed prajinkhadka closed 8 months ago
@prajinkhadka These are internal benchmarks used by experiments, and we documented this. These are not meant to directly invoked by the user: https://github.com/spcl/serverless-benchmarks/blob/master/docs/benchmarks.md
In PR #193, I improved the presentation to highlight notes and warnings :)
Please let me know if you think that documentation should be improved here.
Describe the bug Error running the benchmarks "020.network-benchmark , 030.clock-synchronization". I haven't checked others as of now. The function does successfully create in the lambda but it seems the input parameters that are to be passed while invoking are incorrect.
To Reproduce Steps to reproduce the behavior:
Expected behavior The function should have been invoked 5 times. I also have added the logs below and printed the input_config that is being passed while invoking the function which is :
{'output-bucket': '020.network-benchmark-0-output-333133d5-8755-4e'}
but the lambda function is expecting other parameters :
https://github.com/spcl/serverless-benchmarks/blob/245dbbf7f9b0c4a3cc7b4eabb46b4f0fe4458561/benchmarks/000.microbenchmarks/020.network-benchmark/python/function.py#L11
Logs
System (please complete the following information):
Additional context It seems the problem is not being passed the correct values while invoking the function.