aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2016-04-27 18:22:22 -0700
committerJosh Haberman <jhaberman@gmail.com>2016-04-27 18:22:22 -0700
commit2e83110230b7e91b07835e9c718a1d6fbcb8b617 (patch)
tree85737c7424dab1c232d95665c584d1a69fd2f992 /configure.ac
parentf53f911793c3024976f80211e0c976f5cc51f88d (diff)
downloadprotobuf-2e83110230b7e91b07835e9c718a1d6fbcb8b617.tar.gz
protobuf-2e83110230b7e91b07835e9c718a1d6fbcb8b617.tar.bz2
protobuf-2e83110230b7e91b07835e9c718a1d6fbcb8b617.zip
Added framework for generating/consuming benchmarking data sets.
This takes the code that was sitting in benchmarks/ already and makes it easier for language-specific benchmarks to consume. Future PRs will enhance this so that the language-specific benchmarks can report metrics back that will be tracked over time in PerfKit.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 33a6c64d..d56a7047 100644
--- a/configure.ac
+++ b/configure.ac
@@ -180,5 +180,5 @@ export CFLAGS
export CXXFLAGS
AC_CONFIG_SUBDIRS([gmock])
-AC_CONFIG_FILES([Makefile src/Makefile conformance/Makefile protobuf.pc protobuf-lite.pc])
+AC_CONFIG_FILES([Makefile src/Makefile benchmarks/Makefile conformance/Makefile protobuf.pc protobuf-lite.pc])
AC_OUTPUT