Hi Sven, What you are seeing is most likely a $, vs $. issue. See BenchmarkResult >>#printFrequenceOn: it uses both decimal and thousand separators.
If i run this code: ----------------------------------------- | counter | counter := ZnClient new in: [ :client | client loggingOff. [ client get: 'http://localhost:8080'. counter ] bench ]. counter. ----------------------------------------- Then i get 9035 ('1,773 per second') when no inspector is open, and only 22 ('5.995 per second') when inspecting the logs. Best regards, Henrik -- Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html
