Skip to content

Commit

Permalink
Updated title of normalize --harmony bench
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewblond committed Jan 22, 2015
1 parent d0ec825 commit a433ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/normalize-harmony.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var bemdecl = require('../lib/index'),
};
decls.full = [].concat(decls.blocks, decls.blockMods, decls.elems, decls.elemMods);

suite('normalize', function () {
suite('normalize --harmony', function () {
set('interations', 200000);

bench('blocks', function () {
Expand Down

0 comments on commit a433ae5

Please sign in to comment.