summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnand Thakker <anandthakker@users.noreply.github.com>2017-08-29 10:03:57 -0400
committerGitHub <noreply@github.com>2017-08-29 10:03:57 -0400
commitd436bcd56b2a2b68195f546c11919dd46e8049ce (patch)
treec9eccd5a1248e5128a47e4f643f5afd2c7621773 /Makefile
parenta2712f6fa439af976f7c17685b78340cb14d67a1 (diff)
downloadqtlocation-mapboxgl-d436bcd56b2a2b68195f546c11919dd46e8049ce.tar.gz
Add {Source,CompositeCamera}Function benchmarks (#9838)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 88127011cc..e96c2d251e 100644
--- a/Makefile
+++ b/Makefile
@@ -108,7 +108,7 @@ run-test-%: test
run-benchmark: run-benchmark-.
run-benchmark-%: benchmark
- $(MACOS_OUTPUT_PATH)/$(BUILDTYPE)/mbgl-benchmark --benchmark_filter=$*
+ $(MACOS_OUTPUT_PATH)/$(BUILDTYPE)/mbgl-benchmark --benchmark_filter=$* ${BENCHMARK_ARGS}
.PHONY: node-benchmark
node-benchmark: $(MACOS_PROJ_PATH)