aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/profiling/microbenchmarks/bm_diff/bm_run.py
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-06-07 15:19:24 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2017-06-07 15:19:24 -0700
commit0ac47d28cdc597804e50ac83ae89308aab250f2f (patch)
treea11d6fd80ca3e878adf0588937b177227594fac4 /tools/profiling/microbenchmarks/bm_diff/bm_run.py
parent7cd7b7fc433186f6b1f831ca11d015d28b3f7fac (diff)
Github comments
Diffstat (limited to 'tools/profiling/microbenchmarks/bm_diff/bm_run.py')
-rwxr-xr-xtools/profiling/microbenchmarks/bm_diff/bm_run.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/profiling/microbenchmarks/bm_diff/bm_run.py b/tools/profiling/microbenchmarks/bm_diff/bm_run.py
index 6ad9f1a3b7..1b3d664d27 100755
--- a/tools/profiling/microbenchmarks/bm_diff/bm_run.py
+++ b/tools/profiling/microbenchmarks/bm_diff/bm_run.py
@@ -28,7 +28,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-### Python utility to run opt and counters benchmarks and save json output """
+""" Python utility to run opt and counters benchmarks and save json output """
import bm_constants
@@ -84,7 +84,7 @@ def _args():
args = argp.parse_args()
assert args.name
if args.loops < 3:
- print "WARNING: This run will likely be noisy. Increase loops."
+ print "WARNING: This run will likely be noisy. Increase loops to at least 3."
return args