Mercurial > hg > audiodb
view tests/0005/run-test.sh @ 120:fce73e4afa15
Make a start on refactoring: work the DB header initialization into its
own function, used from both initTables and batchinsert.
This actually removes a mmap()/munmap() pair from inside the batchinsert
loop over files. Not really sure why that was there in the first place;
maybe to sync the header to disk more forcefully? In any case, no
change in behaviour should happen as a result of this code change.
author | mas01cr |
---|---|
date | Tue, 16 Oct 2007 11:47:51 +0000 |
parents | 584ae2c7d026 |
children |
line wrap: on
line source
#! /bin/bash . ../test-utils.sh if [ -f testdb ]; then rm -f testdb; fi ${AUDIODB} -d testdb -N intstring 2 > testfeature floatstring 0 1 >> testfeature floatstring 1 0 >> testfeature ${AUDIODB} -d testdb -I -f testfeature echo running L2Norm ${AUDIODB} -d testdb -L exit 104