Comparing version 0.1.0-beta.17 to 0.1.0-beta.18
@@ -17,3 +17,3 @@ import type { Performance } from './performance'; | ||
export interface Test { | ||
(context: TestContext): Promise<void>; | ||
(context: TestContext): Promise<any>; | ||
/** | ||
@@ -20,0 +20,0 @@ * Number of iterations to run the test. |
{ | ||
"name": "iperf", | ||
"version": "0.1.0-beta.17", | ||
"version": "0.1.0-beta.18", | ||
"description": "Performance Testing Framework for Front-end Renderers", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
33084