fix minor typos/comments
This commit is contained in:
parent
383f3eb850
commit
45fe8a52e6
@ -83,7 +83,7 @@ test_mintdb_postgres_LDADD = \
|
|||||||
-lgnunetutil -ljansson
|
-lgnunetutil -ljansson
|
||||||
|
|
||||||
test_perf_taler_mintdb_SOURCES = \
|
test_perf_taler_mintdb_SOURCES = \
|
||||||
test_perf_taler_mintdb.c \
|
test_perf_taler_mintdb.c \
|
||||||
perf_taler_mintdb_init.c \
|
perf_taler_mintdb_init.c \
|
||||||
perf_taler_mintdb_interpreter.c
|
perf_taler_mintdb_interpreter.c
|
||||||
test_perf_taler_mintdb_LDADD = \
|
test_perf_taler_mintdb_LDADD = \
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/>
|
TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/>
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* @file mintdb/perf_taler_mintdb.c
|
* @file mintdb/test_perf_taler_mintdb.c
|
||||||
* @brief Mint database performance analysis
|
* @brief Mint database performance analysis
|
||||||
* @author Nicolas Fournier
|
* @author Nicolas Fournier
|
||||||
*/
|
*/
|
||||||
@ -39,8 +39,8 @@
|
|||||||
* Allocate, copies and free all the data used in the interpreter
|
* Allocate, copies and free all the data used in the interpreter
|
||||||
* Used to check for memory leaks
|
* Used to check for memory leaks
|
||||||
*/
|
*/
|
||||||
void
|
static void
|
||||||
test_alocate ()
|
test_allocate ()
|
||||||
{
|
{
|
||||||
struct TALER_MINTDB_DenominationKeyIssueInformation *dki, *dki_copy;
|
struct TALER_MINTDB_DenominationKeyIssueInformation *dki, *dki_copy;
|
||||||
struct PERF_TALER_MINTDB_Reserve *reserve, *reserve_copy;
|
struct PERF_TALER_MINTDB_Reserve *reserve, *reserve_copy;
|
||||||
@ -171,8 +171,8 @@ main (int argc, char ** argv)
|
|||||||
PERF_TALER_MINTDB_INIT_CMD_END ("end"),
|
PERF_TALER_MINTDB_INIT_CMD_END ("end"),
|
||||||
};
|
};
|
||||||
|
|
||||||
test_alocate ();
|
test_allocate ();
|
||||||
ret = PERF_TALER_MINTDB_run_benchmark ("perf-taler-mintdb",
|
ret = PERF_TALER_MINTDB_run_benchmark ("test-perf-taler-mintdb",
|
||||||
"./test-mint-db-postgres.conf",
|
"./test-mint-db-postgres.conf",
|
||||||
init,
|
init,
|
||||||
benchmark);
|
benchmark);
|
||||||
|
Loading…
Reference in New Issue
Block a user