summaryrefslogtreecommitdiff
path: root/preact/benches/scripts/global.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'preact/benches/scripts/global.d.ts')
-rw-r--r--preact/benches/scripts/global.d.ts15
1 files changed, 15 insertions, 0 deletions
diff --git a/preact/benches/scripts/global.d.ts b/preact/benches/scripts/global.d.ts
new file mode 100644
index 0000000..0fb67a3
--- /dev/null
+++ b/preact/benches/scripts/global.d.ts
@@ -0,0 +1,15 @@
+interface TachometerOptions {
+ browser: string | string[];
+ framework: string | string[];
+ 'window-size': string;
+ 'sample-size': number;
+ horizon: string;
+ timeout: number;
+ trace: boolean;
+}
+
+interface DeoptOptions {
+ framework: string;
+ timeout: number;
+ open: boolean;
+}