From 2f1b79f3647e887ded7b625202cdf806efa435d3 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Mon, 9 Jul 2018 11:00:03 +1000 Subject: [PATCH] Enable NLL for html5ever. NLL causes a 20x slowdown, but that's similar to the `tuple-stress` slowdown, and much better than the `tuple-stress` slowdown used to be. --- collector/benchmarks/html5ever/perf-config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/collector/benchmarks/html5ever/perf-config.json b/collector/benchmarks/html5ever/perf-config.json index 24061f6a9..226774641 100644 --- a/collector/benchmarks/html5ever/perf-config.json +++ b/collector/benchmarks/html5ever/perf-config.json @@ -1,4 +1,3 @@ { - "nll": false, "supports_stable": true }