diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/bench.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bench.sh b/tests/bench.sh index ca3988e..b36c251 100755 --- a/tests/bench.sh +++ b/tests/bench.sh @@ -22,7 +22,7 @@ pci -w xrawdata_enable_loopback 1 for i in `seq 1 10`; do pci -w dma1 -s $size "*$i" - pci -r dma1 -s $size + pci -r dma1 -s $size -o bench.out done pci --stop-dma dma1 |