hello world executable size
Joakim via Digitalmars-d
digitalmars-d at puremagic.com
Sun Jun 28 03:37:14 PDT 2015
On Sunday, 28 June 2015 at 10:11:08 UTC, Vladimir Panteleev wrote:
> No, he's right. Removing the import doubled the filesize of a
> helloworld binary.
Ah, I didn't want to download the full 90 MBs graph data again to
see it. Yes, I see it now.
>> On Sunday, 28 June 2015 at 09:58:35 UTC, Vladimir Panteleev
>> wrote:
> It's not really possible to meaningfully track such an
> inaccurate statistic on a per-commit basis. See it yourself -
> select one of the time tests in AWSY and zoom in. It works in
> aggregate - when zoomed out, you see the medians and can get
> the general big picture. But when comparing any two commits
> directly, there is just too much error.
Seems pretty stable to me, almost as much as file size even,
which is surprising. I did note that you'd have to be careful to
measure it on a relatively unloaded machine and average multiple
runs, but I don't see why it couldn't be done. There is some
variability on some of those, but as long as you didn't overreact
on small changes and maybe compared one PR's results to averaged
past data, ie over multiple PRs, as the baseline, it should work.
More information about the Digitalmars-d
mailing list