benchmark-latest-coltrane 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. erikd@coltrane > cat tests/benchmark-0.0.28
  2. Benchmarking libsndfile-0.0.28
  3. ------------------------------
  4. Each test takes a little over 5 seconds.
  5. Raw write PCM_16 : 31022959 samples per sec
  6. Raw read PCM_16 : 63471874 samples per sec
  7. Native endian I/O :
  8. Write short to PCM_16 : 83.19% of raw write
  9. Read short from PCM_16 : 82.28% of raw read
  10. Write int to PCM_24 : 30.81% of raw write
  11. Read int from PCM_24 : 32.92% of raw read
  12. Write float to PCM_16 : 17.70% of raw write
  13. Read float from PCM_16 : 43.64% of raw read
  14. Write float to PCM_24 : 15.09% of raw write
  15. Read float from PCM_24 : 27.79% of raw read
  16. Write float to PCM_32 : 14.32% of raw write
  17. Read float from PCM_32 : 34.42% of raw read
  18. Write float to FLOAT : 28.64% of raw write
  19. Read float from FLOAT : 56.77% of raw read
  20. Endian swapped I/O :
  21. Write short to PCM_16 : 44.04% of raw write
  22. Read short from PCM_16 : 49.46% of raw read
  23. Write int to PCM_24 : 28.92% of raw write
  24. Read int from PCM_24 : 33.10% of raw read
  25. Write float to PCM_16 : 17.30% of raw write
  26. Read float from PCM_16 : 31.46% of raw read
  27. Write float to PCM_24 : 14.62% of raw write
  28. Read float from PCM_24 : 27.64% of raw read
  29. Write float to PCM_32 : 13.65% of raw write
  30. Read float from PCM_32 : 22.41% of raw read
  31. Write float to FLOAT : 19.13% of raw write
  32. Read float from FLOAT : 26.21% of raw read
  33. erikd@coltrane > tests/benchmark
  34. Benchmarking libsndfile-1.0.0
  35. -----------------------------
  36. Each test takes a little over 5 seconds.
  37. Raw write PCM_16 : 29884416 samples per sec
  38. Raw read PCM_16 : 63347175 samples per sec
  39. Native endian I/O :
  40. Write short to PCM_16 : 88.24% of raw write
  41. Read short from PCM_16 : 82.76% of raw read
  42. Write int to PCM_24 : 34.95% of raw write
  43. Read int from PCM_24 : 37.17% of raw read
  44. Write int to PCM_32 : 43.86% of raw write
  45. Read int from PCM_32 : 41.22% of raw read
  46. Write float to PCM_16 : 42.07% of raw write
  47. Read float from PCM_16 : 44.25% of raw read
  48. Write float to PCM_24 : 32.43% of raw write
  49. Read float from PCM_24 : 28.93% of raw read
  50. Write float to PCM_32 : 25.60% of raw write
  51. Read float from PCM_32 : 31.10% of raw read
  52. Write float to FLOAT : 45.55% of raw write
  53. Read float from FLOAT : 57.41% of raw read
  54. Endian swapped I/O :
  55. Write short to PCM_16 : 43.46% of raw write
  56. Read short from PCM_16 : 43.99% of raw read
  57. Write int to PCM_24 : 35.09% of raw write
  58. Read int from PCM_24 : 37.34% of raw read
  59. Write int to PCM_32 : 24.05% of raw write
  60. Read int from PCM_32 : 19.74% of raw read
  61. Write float to PCM_16 : 40.25% of raw write
  62. Read float from PCM_16 : 32.15% of raw read
  63. Write float to PCM_24 : 31.02% of raw write
  64. Read float from PCM_24 : 28.82% of raw read
  65. Write float to PCM_32 : 23.54% of raw write
  66. Read float from PCM_32 : 23.65% of raw read
  67. Write float to FLOAT : 24.87% of raw write
  68. Read float from FLOAT : 20.28% of raw read