Update used version for benchmarking
R=tamaskenez@google.com
Bug:
Change-Id: I2462c6ab60f309bcdbc6c8a15841fb9adf686b8c
diff --git a/tools/test_framework.py b/tools/test_framework.py
index 0d9877b..1ade73d 100755
--- a/tools/test_framework.py
+++ b/tools/test_framework.py
@@ -32,7 +32,7 @@
'dx.jar')
D8_JAR = os.path.join(utils.REPO_ROOT, 'build', 'libs', 'd8.jar')
GOYT_EXE = os.path.join('third_party', 'goyt',
- 'goyt_160525751')
+ 'goyt_164843480')
FRAMEWORK_JAR = os.path.join('third_party', 'framework',
'framework_160115954.jar')
MIN_SDK_VERSION = '24'