Skip to content

Commit 2fe30a8

Browse files
committed
add improvement_direction to type
1 parent 53d2a29 commit 2fe30a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bson-bench/src/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export type PerfSendResult = {
180180
metrics: {
181181
name: string;
182182
value: number;
183-
metadata: { tags?: string[] };
183+
metadata: { tags?: string[]; improvement_direction?: 'up' | 'down' };
184184
type?: PerfSendMetricType;
185185
version?: number;
186186
}[];

0 commit comments

Comments
 (0)