aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_microbenchmark.py
diff options
context:
space:
mode:
authorGravatar Matt Kwong <mattkwong@google.com>2017-03-24 17:01:27 -0700
committerGravatar Matt Kwong <mattkwong@google.com>2017-03-24 17:01:27 -0700
commit504adae3722d6ea9f952f8990be16e5490fa1a6b (patch)
tree0c68b5bde4085fec7d55c27d6dc279ae2cf7820c /tools/run_tests/run_microbenchmark.py
parent063adf3fb4f6ed8bb342bfe2c8086e1db9356aa1 (diff)
Add a TODO to enable microbenmarking for performance testing
Diffstat (limited to 'tools/run_tests/run_microbenchmark.py')
-rwxr-xr-xtools/run_tests/run_microbenchmark.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/run_tests/run_microbenchmark.py b/tools/run_tests/run_microbenchmark.py
index 8b9170edf4..19cf16ed49 100755
--- a/tools/run_tests/run_microbenchmark.py
+++ b/tools/run_tests/run_microbenchmark.py
@@ -245,8 +245,7 @@ try:
run_summary(bm_name, 'opt', bm_name)
run_summary(bm_name, 'counters', bm_name)
where_am_i = subprocess.check_output(['git', 'rev-parse', '--abbrev-ref', 'HEAD']).strip()
- # todo(mattkwong): uncomment this before merging
- # subprocess.check_call(['git', 'checkout', args.diff_perf])
+ subprocess.check_call(['git', 'checkout', args.diff_perf])
comparables = []
subprocess.check_call(['make', 'clean'])
try: