From 6e02ebc4b5947095fa64b5bf814f14dd6f6f6a9a Mon Sep 17 00:00:00 2001 From: Jan Niklas Hasse Date: Thu, 20 Dec 2018 12:58:09 +0100 Subject: Remove outdated part about Chrome download, fix #1338 --- HACKING.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/HACKING.md b/HACKING.md index 086940b..bd6fec7 100644 --- a/HACKING.md +++ b/HACKING.md @@ -109,17 +109,9 @@ build "all" before committing to verify the other source still works! ## Testing performance impact of changes -If you have a Chrome build handy, it's a good test case. Otherwise, -[the github downoads page](https://github.com/ninja-build/ninja/releases) -has a copy of the Chrome build files (and depfiles). You can untar -that, then run - - path/to/my/ninja chrome - -and compare that against a baseline Ninja. - -There's a script at `misc/measure.py` that repeatedly runs a command like -the above (to address variance) and summarizes its runtime. E.g. +If you have a Chrome build handy, it's a good test case. There's a +script at `misc/measure.py` that repeatedly runs a command (to address +variance) and summarizes its runtime. E.g. path/to/misc/measure.py path/to/my/ninja chrome -- cgit v0.12