From d65325f1298bc456824dc68e5d34a4ac0d686e42 Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 12 Dec 2025 20:28:15 +0100 Subject: Use bulk reads and more intrinsics --- LibGitTest/Test3.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LibGitTest/Test3.cs') diff --git a/LibGitTest/Test3.cs b/LibGitTest/Test3.cs index 24d6986..fee7230 100644 --- a/LibGitTest/Test3.cs +++ b/LibGitTest/Test3.cs @@ -7,7 +7,7 @@ public class Test3 public static async Task Run() { Console.WriteLine("Test3 running"); - var repo = new GitRepo(new FileRepoSource(@"/home/Rory/git/spacebar/server-master/.git")); + var repo = new GitRepo(new FileRepoSource(@"/home/Rory/git/nixpkgs-Draupnir/.git")); var packs = repo.GetPacks().GetAsyncEnumerator(); int count = 0; while(await packs.MoveNextAsync()) -- cgit 1.5.1