From 7795403069deabf642e9286b405ec16513784a71 Mon Sep 17 00:00:00 2001 From: "Deng, Weishi" Date: Mon, 22 Nov 2021 19:09:48 +0800 Subject: [PATCH] Update benchmark-50.toml as benchmarks for "gonum-path" do not test actual benchmarks --- benchmarks-50.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks-50.toml b/benchmarks-50.toml index 43e9060..e885b7e 100644 --- a/benchmarks-50.toml +++ b/benchmarks-50.toml @@ -216,7 +216,7 @@ [[Benchmarks]] Name = "gonum_path" Repo = "gonum.org/v1/gonum/graph/path/" - Benchmarks = "Benchmark(AStarUndirectedmallWorld_10_2_2_2_Heur|Dominators/nested_if_n256)" + Benchmarks = "Benchmark" [[Benchmarks]] Name = "gonum_community"