Cleanup benchmarks.

Former-commit-id: 805c0091cd6cec85729ee7511005c233545a9899
This commit is contained in:
John-David Dalton
2012-12-12 23:24:13 -08:00
parent 0ba05e4de0
commit c56bb56708
3 changed files with 79 additions and 151 deletions

View File

@@ -436,8 +436,8 @@
});
// add build commands to copyright/license header
return (
parts[0] + parts[1] + parts[2] + parts[3] +
' (Custom Build)' + parts[4] + '\n' +
parts[0] +
parts[1] + parts[2] + parts[3] + ' (Custom Build)' + parts[4] + '\n' +
parts[1] + ' Build: `lodash ' + commands.join(' ') + '`'
);
});