We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4144b5 commit 3772a55Copy full SHA for 3772a55
1 file changed
packages/shell/scripts/benchmark-fs.ts
@@ -504,13 +504,15 @@ function createBenchmarkTarget(
504
storage,
505
dir: "/inner",
506
gitdir: "/inner/.git",
507
+ branchRef: "refs/heads/inner-main",
508
identity
509
});
510
return {
511
fs: new GitFileSystem({
512
storage: inner,
513
dir: "/outer",
514
gitdir: "/outer/.git",
515
+ branchRef: "refs/heads/outer-main",
516
517
}),
518
storage
0 commit comments