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