Hi all. I rarely use Windows but this night��entered again to repeat the load test in Pharo.��
Cyril: I uninstalled the antivirus and excluded .changes and .images files in the "Windows Defender" (didn't know it exists). I may note some speed up but not much, so it wasn't THE solution.
Peter: I didn't check firewall but "Compiling methods..." is what stays on screen so it shouldn't be the network.
Eliot: this time I profiled it and can highlight from report that Leaves shows 91% in StandardFileStream>>primFlush:. I guess it isn't too surprising since file writing is expensive but it's a lot. However I didn't compare it yet with the respective report in linux. For the record, I attach the report.
Code evaluated:
AndreasSystemProfiler spyOn: [
Gofer new��
�� �� �� �� package: 'ConfigurationOfRoassal2';
�� �� �� �� load.
#ConfigurationOfRoassal2 asClass load.]
Regards
Mart��n