Skip to content

Commit 3772a55

Browse files
committed
More benchmark stuff
1 parent b4144b5 commit 3772a55

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/shell/scripts/benchmark-fs.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,13 +504,15 @@ function createBenchmarkTarget(
504504
storage,
505505
dir: "/inner",
506506
gitdir: "/inner/.git",
507+
branchRef: "refs/heads/inner-main",
507508
identity
508509
});
509510
return {
510511
fs: new GitFileSystem({
511512
storage: inner,
512513
dir: "/outer",
513514
gitdir: "/outer/.git",
515+
branchRef: "refs/heads/outer-main",
514516
identity
515517
}),
516518
storage

0 commit comments

Comments
 (0)