Jatana / FastOlympicCoding

Tools for competitive programming for Sublime Text 3 & 4
390 stars 48 forks source link

The first testcase takes more time to run. #75

Open sachin-0102 opened 1 year ago

sachin-0102 commented 1 year ago

image

Hello, as shown in the picture. The first testcase is taking more time to run even if the testcases are same. How should I solve this?

Jatana commented 1 year ago

Hi, which OS do you use? Could you also paste the code that you are running.

sachin-0102 commented 1 year ago

I am using Windows 11. I was just testing the code after the new update with this code. image

As you can see, the first testcases takes more time

Jatana commented 1 year ago

Try running Measure-Command {start-process a.exe <<< "1 1" -wait} in Powershell.

mindFlayer123 commented 1 year ago

hi jatana, is fastolympicCodingHook is also related to this issue as it has also stopped working...any idea ?

sachin-0102 commented 1 year ago

Measure-Command {start-process a.exe <<< "1 1" -wait}

image

Getting these errors

luanmenglei commented 9 months ago

Maybe it's your anti-virus application's fault.