benchmark-1.0.0 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. Benchmarking libsndfile-1.0.0
  2. -----------------------------
  3. Each test takes a little over 5 seconds.
  4. Raw write PCM_16 : 31084269 samples per sec
  5. Raw read PCM_16 : 63597065 samples per sec
  6. Native endian I/O :
  7. Write short to PCM_16 : 83.19% of raw write
  8. Read short from PCM_16 : 82.93% of raw read
  9. Write int to PCM_24 : 31.12% of raw write
  10. Read int from PCM_24 : 37.90% of raw read
  11. Write float to PCM_16 : 37.00% of raw write
  12. Read float from PCM_16 : 45.53% of raw read
  13. Write float to PCM_24 : 29.08% of raw write
  14. Read float from PCM_24 : 28.48% of raw read
  15. Write float to PCM_32 : 22.08% of raw write
  16. Read float from PCM_32 : 31.21% of raw read
  17. Write float to FLOAT : 28.70% of raw write
  18. Read float from FLOAT : 56.32% of raw read
  19. Endian swapped I/O :
  20. Write short to PCM_16 : 22.08% of raw write
  21. Read short from PCM_16 : 23.20% of raw read
  22. Write int to PCM_24 : 30.96% of raw write
  23. Read int from PCM_24 : 37.76% of raw read
  24. Write float to PCM_16 : 35.82% of raw write
  25. Read float from PCM_16 : 22.61% of raw read
  26. Write float to PCM_24 : 27.70% of raw write
  27. Read float from PCM_24 : 28.37% of raw read
  28. Write float to PCM_32 : 20.77% of raw write
  29. Read float from PCM_32 : 23.46% of raw read
  30. Write float to FLOAT : 15.03% of raw write
  31. Read float from FLOAT : 15.43% of raw read