From: Chris Morgan Date: Sat, 11 Jun 2016 03:28:30 +0000 (+1000) Subject: Reduce the work for rustc in the benchmarks. X-Git-Tag: 0.12.1~3 X-Git-Url: https://git.chrismorgan.info/anymap/commitdiff_plain/ec57ec49be65359fe10b09b9d2130e7a9481020b?hp=ec57ec49be65359fe10b09b9d2130e7a9481020b Reduce the work for rustc in the benchmarks. This *does* mean that they no longer function as tests, which was deliberate, but rustc is just too slow with the assertions in there as well. If I care, I can make variants of it that actually test. For now, I’m sufficiently happy with it. ---