Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
ae3ac594
Commit
ae3ac594
authored
Jun 26, 2013
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
blah
parent
0962de20
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
Makefile.ekam
c++/Makefile.ekam
+3
-0
install.md
doc/install.md
+3
-3
No files found.
c++/Makefile.ekam
View file @
ae3ac594
...
...
@@ -27,5 +27,8 @@ continuous-opt:
continuous-opt3
:
CXXFLAGS
=
"
$(EXTRA_FLAG)
-std=c++11 -O3 -DNDEBUG -Wall"
LIBS
=
'-lz -pthread'
$(EKAM)
-j6
-c
-n
:51315
continuous-opts
:
CXXFLAGS
=
"
$(EXTRA_FLAG)
-std=c++11 -Os -DNDEBUG -Wall"
LIBS
=
'-lz -pthread'
$(EKAM)
-j6
-c
-n
:51315
clean
:
rm
-rf
bin lib tmp
doc/install.md
View file @
ae3ac594
...
...
@@ -173,7 +173,7 @@ That said, Cap'n Proto does have a small suite of silly benchmarks used to valid
The Ekam build will put the benchmark binaries in
`tmp/capnp/benchmark`
.
tmp/capnp/benchmark
tmp/capnp/benchmark
/runner
This runs the default test case, CatRank. CatRank simulates a search engine scoring algorithm
which promotes pages that discuss cats (and demotes ones discussing dogs). A list of up to 1000
...
...
@@ -184,7 +184,7 @@ result list sorted by score.
This test case is very string-heavy. Cap'n Proto performs well due to its zero-copy strings, but
packing the message doesn't help much.
tmp/capnp/benchmark eval
tmp/capnp/benchmark
/runner
eval
In this test case, the client generates a random, deeply-nested arithmetic expression for the
server to evaluate. This case is a pathologically bad case for Cap'n Proto as it involves lots of
...
...
@@ -192,7 +192,7 @@ pointers with relatively little actual data. When packing is enabled it actuall
Protobufs by a little bit on CPU time (as of this writing, at least; it'll probably get better with
optimization).
tmp/capnp/benchmark carsales
tmp/capnp/benchmark
/runner
carsales
This test case involves sending to the server a description of a bunch of cars, and asks the server
to decide how much the lot is worth. This case is very number-heavy, and because of this
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment