bench_common: add a documentation and a default value to `count`
authorJean Privat <jean@pryen.org>
Wed, 23 Mar 2016 20:23:22 +0000 (16:23 -0400)
committerJean Privat <jean@pryen.org>
Wed, 23 Mar 2016 20:28:52 +0000 (16:28 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

benchmarks/bench_common.sh

index 1efac25..32055bd 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# Global variables
+
+# Number of times a command must be run with bench_command
+count=1
+
 # Common functions for all the bench scripts
 
 # Run a single command multiple time and store the execution times