improve benchmark --databases
* benchmark: Changed --databases to take a parameter specifiying the size of the database to benchmark. * benchmark --databases: Display size of the populated database. * benchmark --databases: Improve the "addAssociatedFile to (new)" benchmark to really add new values, not overwriting old values.
This commit is contained in:
parent
8ea5f3ff99
commit
25ba8156bc
4 changed files with 29 additions and 24 deletions
|
@ -4,7 +4,7 @@ git-annex benchmark - benchmark git-annex commands
|
|||
|
||||
# SYNOPSIS
|
||||
|
||||
git annex benchmark [criterionopts] ( -- commmand [; command] | --databases )
|
||||
git annex benchmark [criterionopts] ( -- commmand [; command] | --databases=N )
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
|
@ -39,8 +39,8 @@ used.
|
|||
Any options that git-annex usually accepts can be included after the
|
||||
command to benchmark.
|
||||
|
||||
The --databases option benchmark's git-annex's use of sqlite databases,
|
||||
instead of a command.
|
||||
The --databases=N option benchmark's git-annex's use of sqlite databases,
|
||||
instead of a command. N is the number of items to benchmark.
|
||||
|
||||
# OUTPUT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue