Add benchmark application as sampleBenchmark is the same as describe here: http://lijoblogs.blogspot.be/2011/11/comparison-and-benchmark-of-c-json.html

This commit is contained in:
Franky Braem
2012-06-11 20:39:06 +00:00
parent 6f8bbc67d1
commit 531ebad467
4 changed files with 229 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#
# Makefile
#
# $Id$
#
# Makefile for Poco JSON BenchmarkApp
#
include $(POCO_BASE)/build/rules/global
objects = BenchmarkApp
target = BenchmarkApp
target_version = 1
target_libs = PocoJSON PocoFoundation
include $(POCO_BASE)/build/rules/exec