Closed DanielPenning closed 1 week ago
How is this noticeable? When I press the Run button, a new terminal opens, if one is not already open, and it starts within 1 second. Where are the 3 seconds lost? And how do you measure that? What is the start and what is the end point? Maybe you record a short video clip to show it?
You have to bear in mind that it can't be quite as fast as on the console, as VSCode also has to connect to the test run, a new terminal may be opened, etc.
any news about this?
https://github.com/user-attachments/assets/1be263a1-0dfb-488a-b27f-6d4ba767240b
Sorry for the late response. I created a short video. I measured this in a simple way: Manually with a stop watch.
The video shows about 2.5-3s delay - so this is a bit better than originally written above. The video was made with a bit more recent versions (VS Code 1.92.2, RobotCode v0.87.0).
@d-biehl Is this helpful for you to reproduce?
@d-biehl Can I provide anything else that is helpful for you to track down this performance issue?
I can't do it any faster because VSCode creates a new terminal session, attaches the test listener and connects to it and so on. If you don't close the terminal after the first start, it should go faster the next time.
Have you ever changed the shell, I use the new powershell pwsh, I have the feeling that it is faster.
You can also try to change the setting robotcode.debug.defaultConsole
to internalConsole
, then no extra terminal will be opened. However, you can then no longer open the report via ctrl+click, but the setting robotcode.run.openOutputAfterRun
helps here.
Thanks for your analysis.
robotcode.debug.defaultConsole
to internalConsole
does not seem to make a big difference, so I switched this back.However I noticed something strange: VS Code uses a "Debugging" symbol for the powershell-tab that is opened by Robotcode. When I manually open a pwsh it uses a normal terminal-symbol. Is it expected that the terminal opened by Robotcode has this symbol?
this is done by VSCode, because a debugging session is started and maybe this environment is different (other environment variables, python interpreter or whatever) then a normal terminal session.
Since I can't do anything here, I'm closing this topic. If you have any objections or new information, you can open it again.
Describe the bug Starting a test within RobotCode adds around 3s overhead compared to running the same .robot file from the CLI with
robot
. For short development loops this overhead is disturbing.To Reproduce Steps to reproduce the behavior:
empty.robot
in an otherwise empty directory.Expected behavior The command should execute the tests with almost the same speed than running the CLI. But:
robot empty.robot
takes around 500msDesktop (please complete the following information):