Abel Legese

Results 13 comments of Abel Legese

It was helpful thanks a lot. But I was developing the pos app that uses EPSON and BMC Fiscal Printers. When I check your support device list I couldn't find...

So this issue has been addressed in the following cases: 1) Pytest for five ersilia CLI and all the associated function level testing using partial mocking. - Issue: https://github.com/ersilia-os/ersilia/issues/1368 @DhanshreeA...

The first objectives to improve performance on the Ersilia CLI are summarized below: 1) Improving performance of fetch command. -Looking for unnecessary check ups, high latency interfaces, and asynchronizeable IOs...

## Preliminary Report **Fetch CLI** I analyzed this command using **[py-spy and speedscope.app]**. The results shows that this command has a ton of unnecessary (**costly**) checkups. **1)** As @DhanshreeA mentioned...

## Further Report on Fetch I did further experiment and found the following results: 1) Standard example can be skipped cause the user check for themselves on the run command....

## Preliminary Report **Serve CLI** The serve CLI doesnt have significant overhead 😐.

## Preliminary Report **Run CLI** On the run command, I did a basic reverse engineering to get the api key,url and some other thing. I set the benchmark on the...

## Function Improvement Comparison I reimplemented a function below that searches the model json data and return the url. The original implementation has a time complexity of O(n). Using dictionary...

Yes @GemmaTuron this addressed in depth in new test pipeline including the playground. Currently it does not give list of packages with version. Thats only it, if its important will...

Hi @GemmaTuron yes I have a doc for playground. For model tester, I will upload it and let you know.