當兩個相近的方法,該選擇哪一種效能比較好?
一般開發者在網路上查到結果就照著使用,沒有特別理解佐證的過程
所以來分享佐證的好工具:benchmark
- 為 Ruby Standard Library
Benchmark.measure
計算單獨的 ruby single block
1 | def create_object(n) |
1 | require 'benchmark' |
output:
1 | user system total real |
當兩個相近的方法,該選擇哪一種效能比較好?
一般開發者在網路上查到結果就照著使用,沒有特別理解佐證的過程
所以來分享佐證的好工具:benchmark
- 為 Ruby Standard Library
計算單獨的 ruby single block
1 | def create_object(n) |
1 | require 'benchmark' |
output:
1 | user system total real |
Update your browser to view this website correctly. Update my browser now