From be5620a792345e7851173d3581a74aefddbdc4b2 Mon Sep 17 00:00:00 2001 From: hannahhoward Date: Mon, 21 Sep 2020 18:50:44 -0700 Subject: [PATCH] fix(benchmarks): one other node type conversion --- benchmarks/benchmark_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/benchmark_test.go b/benchmarks/benchmark_test.go index d46d3756..cf430274 100644 --- a/benchmarks/benchmark_test.go +++ b/benchmarks/benchmark_test.go @@ -71,7 +71,7 @@ func p2pStrestTest(ctx context.Context, b *testing.B, numfiles int, df distFunc, thisCids := df(ctx, b, instances[:1]) allCids = append(allCids, thisCids...) } - ssb := builder.NewSelectorSpecBuilder(basicnode.Style.Any) + ssb := builder.NewSelectorSpecBuilder(basicnode.Prototype.Any) allSelector := ssb.ExploreRecursive(ipldselector.RecursionLimitNone(), ssb.ExploreAll(ssb.ExploreRecursiveEdge())).Node()