Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBout committed Dec 4, 2024
2 parents 35fd2cf + d1628f7 commit f753378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimpleCDN.Benchmarks/Benchmarks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class Benchmarks

[Benchmark(OperationsPerInvoke = NormalizationBenchmarkIterationsPerInvoke)]
[ArgumentsSource(nameof(Paths))]
public void NormalizationBenchmark(char[] path)
public void Normalize(char[] path)
{
for (var i = 0; i < NormalizationBenchmarkIterationsPerInvoke; i++)
{
Expand Down

0 comments on commit f753378

Please sign in to comment.