broccoli-persistent-filter
Advanced tools
Comparing version 1.2.10 to 1.2.11
# master | ||
# 1.2.11 | ||
* instrument walkSync times | ||
# 1.2.10 | ||
* Add some info level logging (build summaries) | ||
# 1.2.9 | ||
@@ -4,0 +12,0 @@ |
@@ -97,3 +97,6 @@ 'use strict'; | ||
var walkStart = process.hrtime(); | ||
var entries = walkSync.entries(srcDir); | ||
var walkDuration = timeSince(walkStart); | ||
var nextTree = new FSTree.fromEntries(entries); | ||
@@ -108,4 +111,9 @@ var currentTree = this.currentTree; | ||
instrumentation.stats.entries = entries.length; | ||
instrumentation.stats.walk = { | ||
entries: entries.length, | ||
duration: walkDuration | ||
}; | ||
this._logger.info('derivePatches', 'duration:', timeSince(prevTime), JSON.stringify(instrumentation.stats)); | ||
instrumentation.stop(); | ||
@@ -112,0 +120,0 @@ |
{ | ||
"name": "broccoli-persistent-filter", | ||
"version": "1.2.10", | ||
"version": "1.2.11", | ||
"description": "broccoli filter but with a persistent cache", | ||
@@ -5,0 +5,0 @@ "author": "Stefan Penner <stefan.penner@gmail.com>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23815
358