Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 413 Bytes

File metadata and controls

23 lines (16 loc) · 413 Bytes

Pf2 Development

Setup

  • git submodule update --init

Releasing

  • Update CHANGELOG.md
  • Update version in lib/pf2/version.rb
  • Run bundle install to update Gemfile.lock
  • Commit changes
  • Run bundle exec rake release

Hidden options for testing

  • Pf2.start
    • _test_no_install_timer: When true, no timer is installed. Manually send a SIGPROF to trigger sampling.