Skip to content

Commit

Permalink
Merge branch 'main' into csharp-run-on-net8
Browse files Browse the repository at this point in the history
  • Loading branch information
Sa1Gur authored Feb 13, 2024
2 parents 1872661 + ee3be2e commit 2f1d9e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/csharp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -356,4 +356,4 @@ public static async Task Main(string[] args)

print_results(options.resultsFile);
}
}
}
2 changes: 1 addition & 1 deletion csharp/lib/AsyncClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ private void FailureCallback(ulong index)
private static extern void CloseClientFfi(IntPtr client);

#endregion
}
}

0 comments on commit 2f1d9e7

Please sign in to comment.