I was reading through codeigniter documentation and they have a dedicated benchmarking class.
What is benchmarking used for in general ?
I searched the google but could not find examples of where and how benchmarking is used.
thanks
Benchmarking in PHP
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13595
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Benchmarking in PHP
To see how fast different pieces of software are at performing the same task. Some benchmarks are for very specific operations; others attempt to do a variety of operations to emulate real-world workloads.
(#10850)
Re: Benchmarking in PHP
after this explanation - a re- read of the benchmarking class makes sense.
good to have one more tool at disposal
good to have one more tool at disposal
