Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run some `precompile` statements generated using SnoopCompile in the precompilation phase. In addition to this, the new `DataFrames.precompile(true)` function precompiles all methods that are used when running tests. This is useful to run benchmarks like H2Oai where the time of the first run should include the time needed to specialize on a particular operation on a particular dataset, but not the time needed for the more general compilation of common parts. It could also be useful for users who would like to generate a precompiled image.
- Loading branch information