diff-sequences
Advanced tools
Comparing version 28.0.0-alpha.3 to 28.0.0-alpha.4
{ | ||
"name": "diff-sequences", | ||
"version": "28.0.0-alpha.3", | ||
"version": "28.0.0-alpha.4", | ||
"repository": { | ||
@@ -41,3 +41,3 @@ "type": "git", | ||
}, | ||
"gitHead": "fc30b27bd94bb7ebeaadc72626ebbdba535150d2" | ||
"gitHead": "c13dab19491ba6b57c2d703e7d7c4b20189e1e17" | ||
} |
@@ -29,6 +29,6 @@ /** | ||
onCycle() { | ||
global.gc(); // after run cycle | ||
globalThis.gc(); // after run cycle | ||
}, | ||
onStart() { | ||
global.gc(); // when benchmark starts | ||
globalThis.gc(); // when benchmark starts | ||
}, | ||
@@ -60,6 +60,6 @@ }); | ||
onCycle() { | ||
global.gc(); // after run cycle | ||
globalThis.gc(); // after run cycle | ||
}, | ||
onStart() { | ||
global.gc(); // when benchmark starts | ||
globalThis.gc(); // when benchmark starts | ||
}, | ||
@@ -66,0 +66,0 @@ }); |
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
53327