Skip to content

Commit 275d139

Browse files
committed
Adding ruby-prof for some performance optimization
1 parent 0fc338b commit 275d139

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ gem "debugger"
99
gem "minitest"
1010
gem "m"
1111
gem "minitest-rg"
12+
13+
gem "ruby-prof"

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ GEM
2525
parslet (1.5.0)
2626
blankslate (~> 2.0)
2727
rake (10.0.3)
28+
ruby-prof (0.13.0)
2829

2930
PLATFORMS
3031
ruby
@@ -36,3 +37,4 @@ DEPENDENCIES
3637
minitest
3738
minitest-rg
3839
rake
40+
ruby-prof

0 commit comments

Comments
 (0)