Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I use this code: var cu = Game.getUsedCpu(); creep.harvest(source); console.log('operation cost:', Math.floor((Game.getUsedCpu() - cu) * 100) / 100);
And now result is "operation cost: 0.43"
Ok, fixed, now cost return to 0.2 CPU