Comparing version 0.1.0-beta.6 to 0.1.0-beta.7
@@ -21,8 +21,3 @@ export class Performance { | ||
this.mark(start); | ||
try { | ||
await fn(); | ||
} | ||
catch (e) { | ||
return NaN; | ||
} | ||
await fn(); | ||
this.mark(end); | ||
@@ -29,0 +24,0 @@ return this.#measure(name, start, end); |
{ | ||
"name": "iperf", | ||
"version": "0.1.0-beta.6", | ||
"version": "0.1.0-beta.7", | ||
"description": "Performance Testing Framework for Front-end Renderers", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
30059
862