benchmark-1.0.18pre16-mingus 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. Benchmarking libsndfile-1.0.18pre15
  2. -----------------------------------
  3. Each test takes a little over 5 seconds.
  4. Raw write PCM_16 : 178237074 samples per sec
  5. Raw read PCM_16 : 368885269 samples per sec
  6. Native endian I/O :
  7. Write short to PCM_16 : 98.84% of raw write
  8. Read short from PCM_16 : 147.10% of raw read
  9. Write int to PCM_24 : 33.74% of raw write
  10. Read int from PCM_24 : 30.82% of raw read
  11. Write int to PCM_32 : 48.34% of raw write
  12. Read int from PCM_32 : 62.43% of raw read
  13. Write float to PCM_16 : 41.86% of raw write
  14. Read float from PCM_16 : 36.73% of raw read
  15. Write float to PCM_24 : 28.38% of raw write
  16. Read float from PCM_24 : 19.50% of raw read
  17. Write float to PCM_32 : 23.68% of raw write
  18. Read float from PCM_32 : 28.76% of raw read
  19. Write float to FLOAT : 47.21% of raw write
  20. Read float from FLOAT : 60.85% of raw read
  21. Endian swapped I/O :
  22. Write short to PCM_16 : 54.94% of raw write
  23. Read short from PCM_16 : 59.03% of raw read
  24. Write int to PCM_24 : 33.40% of raw write
  25. Read int from PCM_24 : 31.98% of raw read
  26. Write int to PCM_32 : 30.89% of raw write
  27. Read int from PCM_32 : 33.68% of raw read
  28. Write float to PCM_16 : 41.61% of raw write
  29. Read float from PCM_16 : 26.76% of raw read
  30. Write float to PCM_24 : 25.75% of raw write
  31. Read float from PCM_24 : 19.84% of raw read
  32. Write float to PCM_32 : 21.29% of raw write
  33. Read float from PCM_32 : 21.78% of raw read
  34. Write float to FLOAT : 30.82% of raw write
  35. Read float from FLOAT : 35.04% of raw read