Skip to content

Commit

Permalink
refinements to the in-tree perf test. now iterate over three sample d…
Browse files Browse the repository at this point in the history
…ocuments from various apis about the web and output aggregate througput. not perfect math, but a stable and hopefully representative way of measuring changes
  • Loading branch information
lloyd committed Apr 25, 2011
1 parent 0d5000f commit 7fde102
Show file tree
Hide file tree
Showing 4 changed files with 1,484 additions and 1,199 deletions.
2 changes: 1 addition & 1 deletion perf/CMakeLists.txt
Expand Up @@ -12,7 +12,7 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.


SET (SRCS perftest.c) SET (SRCS perftest.c documents.c documents.h)


# use the library we build, duh. # use the library we build, duh.
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}/../${YAJL_DIST_NAME}/include) INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}/../${YAJL_DIST_NAME}/include)
Expand Down

0 comments on commit 7fde102

Please sign in to comment.