dontBenchmark
pkgs.haskell.lib.dontBenchmark
Docs pulled from | This Revision | 10 minutes 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;