home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Multimed / Multimed.zip / mpg123.zip / BENCHMARKING next >
Text File  |  1999-06-16  |  837b  |  20 lines

  1. The mp3 benchmarking lie?
  2. -------------------------
  3.  
  4. Let's write a few notes about benchmarking the different mp3 decoders,
  5. which are available. 'top' is NOT a benchmark, it's a simple check
  6. how a program performs. The sad thing with 'top' is, that it has some
  7. problems with the measurement of threaded programs of programs only
  8. requesting short chunks of processor time. So, the only real test is
  9. probably decoding a stream without threads with 100% CPU time and
  10. measure the time how long your machine needs for it.
  11. You can do this with mpg123 by doing a
  12.   time mpg123 -t mp3stream.mp3
  13. or
  14.   time mpg123 -s mp3stream.mp3  > /dev/null
  15. if you additionally want to measure the I/O time. 
  16.  
  17. If you find a player, which claims to be 10 or even more times faster than the
  18. current players: just don't believe it. A factor of 2 MAY BE possible.
  19.  
  20.