Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Feb 17, 2013
1 parent 541ae5c commit 208026c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# GRMustache benchmarks

You can here compare the performance of all [GRMustache](https://github.com/groue/GRMustache) versions since v1.10.2.
You can here compare the performance of [GRMustache](https://github.com/groue/GRMustache) versions.

GRMustache has been tested against random templates of various complexities, containing an average of 2, 10, or 100 elements (text, `{{variable}}` tags, or `{{#section}}` tags).
GRMustache has been tested against random templates containing 2, 10, or 100 elements (text, `{{variable}}` tags, or `{{#section}}` tags).

For each version and complexity, we benchmark two different tasks: parsing, and rendering.
Parsing and rendering tasks are measured separately.

Those benchmarks are relative, not absolute: numbers have no unit. They are all relative to the time taken by the shortest task, which is given the score 1.
Numbers have no unit: they are all relative to the time taken by the shortest task, which is given the score 1.

<table border="0" cellspacing="0" cellpadding="0">
<tr>
Expand Down
8 changes: 4 additions & 4 deletions Scripts/build_README
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ end
puts <<-MARKDOWN
# GRMustache benchmarks
You can here compare the performance of all [GRMustache](https://github.com/groue/GRMustache) versions since v1.10.2.
You can here compare the performance of [GRMustache](https://github.com/groue/GRMustache) versions.
GRMustache has been tested against random templates of various complexities, containing an average of 2, 10, or 100 elements (text, `{{variable}}` tags, or `{{#section}}` tags).
GRMustache has been tested against random templates containing 2, 10, or 100 elements (text, `{{variable}}` tags, or `{{#section}}` tags).
For each version and complexity, we benchmark two different tasks: parsing, and rendering.
Parsing and rendering tasks are measured separately.
Those benchmarks are relative, not absolute: numbers have no unit. They are all relative to the time taken by the shortest task, which is given the score 1.
Numbers have no unit: they are all relative to the time taken by the shortest task, which is given the score 1.
<table border="0" cellspacing="0" cellpadding="0">
MARKDOWN
Expand Down

0 comments on commit 208026c

Please sign in to comment.