dontBenchmark
pkgs.haskell.lib.dontBenchmark
Docs pulled from | This Revision | about 1 hour ago
dontBenchmark disables dependency checking, compilation and execution for benchmarks listed in the package description file.
Noogle detected
Implementation
The following is the current implementation of this function.
dontBenchmark = compose.dontBenchmark;