Skip to content

Commit

Permalink
fixed baseline benchmark (#5243)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Sep 2, 2021
1 parent 682ca13 commit 77ed55d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/benchmark/Akka.Benchmarks/Actor/GetChildBenchmark.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ protected override void OnReceive(object message)
private RepointableActorRef _repointableActorRef;
private LocalActorRef _localActorRef;

private List<string> _rpChildQueryPath = new List<string>() { "food", "foo", "fo" };
private List<string> _lclChildQueryPath = new List<string>() { "foo", "fo", "f" };
private List<string> _rpChildQueryPath = new List<string>() { "food", "ood", "od" };
private List<string> _lclChildQueryPath = new List<string>() { "ood", "od", "d" };

[GlobalSetup]
public async Task Setup()
Expand Down

0 comments on commit 77ed55d

Please sign in to comment.