RSpec Profile
RSpec includes an easy way to measure test speed, the -p
(profile) flag. It takes an argument [COUNT]
representing the number of blocks to measure, defaulting to 10.
Here's some sample output:
Tweet
RSpec includes an easy way to measure test speed, the -p
(profile) flag. It takes an argument [COUNT]
representing the number of blocks to measure, defaulting to 10.
Here's some sample output:
Tweet