From d957fa1fa230d9321a5a08ce0c319384f38f87d3 Mon Sep 17 00:00:00 2001 From: Lauany Reis da Silva Date: Sat, 3 Oct 2020 12:21:20 -0300 Subject: [PATCH] Updating the HTTPS protocol on link Failure detected in the "make timing" command: there was a recent change in the protocol on the server that hosts the hostgraph.arc file. P.S .: test_case.config returned an .html file instead of the requested .gz, generating an unpacking error. --- benchmark/k2_trees/test_case.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/k2_trees/test_case.config b/benchmark/k2_trees/test_case.config index a3e129d93..a84c5f9c0 100644 --- a/benchmark/k2_trees/test_case.config +++ b/benchmark/k2_trees/test_case.config @@ -4,4 +4,4 @@ # (3) LaTeX name # (4) Download link (if the test is available online) EXAMPLE;../data/example_arcs;examples;http://webdatacommons.org/hyperlinkgraph/data/example_arcs -HOSTGRAPH;../data/hostgraph.arc;hostgraph;http://users.dcc.uchile.cl/~fmontoto/static/hostgraph.arc.gz +HOSTGRAPH;../data/hostgraph.arc;hostgraph;https://users.dcc.uchile.cl/~fmontoto/static/hostgraph.arc.gz