N Rajiv Vaidyanathan

Results 21 comments of N Rajiv Vaidyanathan

@joel-g I will work on this.

I have opened a pull request #114

@Kaushik-Iyer are you working on this issue? Can I take it up?

@mcopik thanks! I will follow what you have suggested in the previous comment. Please let me know if there is any additional information I need to know.

@mcopik I am able to run benchmark in local. But perf-cost is throwing errors.

**rajiv@DESKTOP-B3BCG09:~/serverless-benchmarks$** `sudo ./sebs.py experiment invoke perf-cost --config config/example.json --deployment local` ``` ERROR:root:'Local' object has no attribute '_measure_interval' Traceback (most recent call last): File "./sebs.py", line 30, in __call__ return self.main(*args,...

@ > Can you post your error? @Rajiv2605 Please check the error above. Did I miss any step?

**rajiv@DESKTOP-B3BCG09:~/serverless-benchmarks$** `sudo ./sebs.py experiment invoke perf-cost --config config/example.json --deployment local --verbose` ``` [sudo] password for rajiv: 19:06:09,721 INFO SeBS-0912: Created experiment output at /home/rajiv/serverless-benchmarks 19:06:09,724 INFO Benchmark-d250: Using cached benchmark...

@veenaamb config.json **rajiv@DESKTOP-B3BCG09:~/serverless-benchmarks$** `cat cache/110.dynamic-html/config.json` ``` { "local": { "python": { "code_package": { "3.7": { "size": 4096, "hash": "f2a3c8ea36ffbbb7967c026fc690890c", "location": "110.dynamic-html/local/python/3.7/code", "date": { "created": "2023-03-15 13:52:34.280412", "modified": "2023-03-15 13:52:34.280412" }...

@mcopik That issue is resolved but a new issue has come up: **rajiv@DESKTOP-B3BCG09:~/Desktop/serverless-benchmarks$** `sudo ./sebs.py experiment invoke perf-cost --config config/example.json --deployment local --verbose` ``` [sudo] password for rajiv: 17:40:05,309 INFO...