Ninja is a build tool that claims to be much faster than good old Make. Ninja was originally created because a no-op build of the Chrome browser (where all the targets are already up to date) took 10 seconds with GNU Make. Ninja reportedly takes less than a second on the same codebase. Let’s get some measurements from a more controlled environment.