Skip to content

Commit e6a0721

Browse files
committed
test: perf of local bson
1 parent d956aea commit e6a0721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bench/granular/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const DOCUMENT_ROOT = `${__dirname}/../../documents`;
66
export const OPERATIONS: ('serialize' | 'deserialize')[] = ['serialize', 'deserialize'];
77
export const BOOL = [true, false];
88

9-
export const LIBRARY_SPEC = 'bson#main';
9+
export const LIBRARY_SPEC = `bson:${process.cwd()}`;
1010

1111
export const isDeserialize = (s: string) => s === 'deserialize';
1212
export async function getTestDocs(type: string) {

0 commit comments

Comments
 (0)