From 9f8d9bb4e2053d8bada6615f88d6ecc9dca4297a Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Wed, 26 Jan 2011 10:08:54 -0800 Subject: [PATCH] more speed claims --- manual.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manual.asciidoc b/manual.asciidoc index 379a2c7..7e9859f 100644 --- a/manual.asciidoc +++ b/manual.asciidoc @@ -11,8 +11,9 @@ executables) and orchestrates building them, _quickly_. Ninja joins a sea of other build systems. Its distinguishing goal is to be fast. It is born from my work on the Chromium browser project, which has over 30,000 source files and whose other build systems -(including one built from custom non-recursive Makefiles) take tens of -seconds to start building after changing one file. +(including one built from custom non-recursive Makefiles) can take ten +seconds to start building after changing one file. Ninja is under a +second. Design goals ~~~~~~~~~~~~ -- 2.7.4