From c690c1e9d794455c414b0faa70054b262bbaba0f Mon Sep 17 00:00:00 2001 From: Bertrand Martel Date: Fri, 26 Aug 2016 22:26:12 +0200 Subject: [PATCH] update version code to 1.13 --- README.md | 8 +++++++- speedtest/build.gradle | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d838859..5ed08f2 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ No external file are required and no file are stored in Hard Disk. * with Gradle, from jcenter : ``` -compile 'com.github.akinaru:speedtest:1.12' +compile 'com.github.akinaru:speedtest:1.13' ``` ## How to use ? @@ -483,6 +483,12 @@ All following examples use speed test server `1.testdebit.info` ./gradlew repeatUpload ``` +* successive download + upload repeatedly a file during a fixed duration (1 download size:1Mo, duration 11s, report interval: 1s following by 1 upload size:1Mo, duration 11s, report interval: 1s) + +``` +./gradlew repeatChain +``` + ## Compatibility JRE 1.7 compliant diff --git a/speedtest/build.gradle b/speedtest/build.gradle index 49ad8fc..8733939 100644 --- a/speedtest/build.gradle +++ b/speedtest/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.jfrog.bintray' group 'com.github.akinaru' -version '1.12' +version '1.13' apply plugin: 'java' apply plugin: 'pmd'