From 56913be6bb57f81dbbf7baf9cc9a0a2cd1a36493 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Tue, 9 Dec 2014 16:01:56 -0800 Subject: Removed obsolete benchmarks/ and examples/ directories. --- benchmarks/parsetostruct.proto2_compiled.cc | 37 ----------------------------- 1 file changed, 37 deletions(-) delete mode 100644 benchmarks/parsetostruct.proto2_compiled.cc (limited to 'benchmarks/parsetostruct.proto2_compiled.cc') diff --git a/benchmarks/parsetostruct.proto2_compiled.cc b/benchmarks/parsetostruct.proto2_compiled.cc deleted file mode 100644 index 5b7c18e..0000000 --- a/benchmarks/parsetostruct.proto2_compiled.cc +++ /dev/null @@ -1,37 +0,0 @@ - -#include "main.c" -#include MESSAGE_HFILE -#include -#include -#include -#include - -static std::string str; -MESSAGE_CIDENT msg[NUM_MESSAGES]; - -static bool initialize() -{ - // Read the message data itself. */ - std::ifstream stream(MESSAGE_FILE); - if(!stream.is_open()) { - fprintf(stderr, "Error opening " MESSAGE_FILE ".\n"); - return false; - } - std::stringstream stringstream; - stringstream << stream.rdbuf(); - str = stringstream.str(); - return true; -} - -static void cleanup() -{ -} - -static size_t run(int i) -{ - if(!msg[i%NUM_MESSAGES].ParsePartialFromString(str)) { - fprintf(stderr, "Error parsing with proto2.\n"); - return 0; - } - return str.size(); -} -- cgit v1.2.3