Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run profiler only on release and on demand (#1392)
Since we are not using the cpu/heap profiles that much (if at all), IMHO it is an environmental offense to run the profiler on every commit. With this change we only run the profiler on releases. In addition, it is now easy to run the profiler on demand from any branch, tag or commit.
- Loading branch information