summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project/generic-arm-test-inc.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/project/generic-arm-test-inc.mk b/project/generic-arm-test-inc.mk
index 27d8246..99e2ee7 100644
--- a/project/generic-arm-test-inc.mk
+++ b/project/generic-arm-test-inc.mk
@@ -13,6 +13,12 @@
# limitations under the License.
#
+# Enabling this changes benchmark output to be in json format.
+# See go/trusty-benchmark-json-output for the schema.
+# Build with BENCHMARK_MACHINE_READABLE=1 to enable.
+BENCHMARK_MACHINE_READABLE?=0
+GLOBAL_DEFINES += BENCHMARK_MACHINE_READABLE=$(BENCHMARK_MACHINE_READABLE)
+
UBSAN_ENABLED ?= true
RELEASE_BUILD ?= false