From 1632a5a121c531c1b4fafb1c2058e964174c95ad Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 17 Jun 2015 09:13:50 -0700 Subject: Small changes to README and benchmark files. --- benchmarks.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'benchmarks.md') diff --git a/benchmarks.md b/benchmarks.md index 5f6bed1..df3fc93 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -1,6 +1,11 @@ # Benchmarks -Some benchmarks, run on an ancient Thinkpad running Intel Core 2 Duo at 2GHz. +Here are some benchmarks, run on an ancient Thinkpad running Intel +Core 2 Duo at 2GHz. The input text is a 11MB Markdown file built by +concatenating the Markdown sources of all the localizations of the +first edition of +[*Pro Git*](https://github.com/progit/progit/tree/master/en) by Scott +Chacon. |Implementation | Time (sec)| |-------------------|-----------:| @@ -19,10 +24,6 @@ Some benchmarks, run on an ancient Thinkpad running Intel Core 2 Duo at 2GHz. To run these benchmarks, use `make bench PROG=/path/to/program`. -The input text is a 11MB Markdown file built by concatenating the -Markdown sources of all the localizations of the first edition of -[*Pro Git*](https://github.com/progit/progit/tree/master/en) by Scott Chacon. - `time` is used to measure execution speed. The reported time is the *difference* between the time to run the program with the benchmark input and the time to run it with no input. -- cgit v1.2.3