- 23 Feb, 2020 1 commit
-
-
Luca Boccassi authored
Solution: run make clang-format-diff
-
- 21 Feb, 2020 1 commit
-
-
Laurent Stacul authored
-
- 08 Aug, 2019 2 commits
- 03 Aug, 2019 1 commit
-
-
Francesco Montorsi authored
-
- 12 Jul, 2019 2 commits
-
-
Simon Giesecke authored
Solution: Fixed C++ standard in clang-format config
-
Shubham Lagwankar authored
Solution: remove it
-
- 28 Jun, 2019 1 commit
-
-
Shubham Lagwankar authored
Solution: rename types/variables that are inconsistent
-
- 08 Mar, 2019 1 commit
-
-
Claudio Biagi authored
Improve performance of the proxy forwarding batch of message. Add throughput benchmark for proxy. Fix valgrind error reported on unitialized vars RELICENSE: Add emtr grant
-
- 13 Feb, 2019 1 commit
-
-
Shubham Lagwankar authored
* Problem: trie benchmarks count loop times instead of lookup calls Solution: measure the time taken by each lookup call instead Other changes: - show average time taken and reduce other output - show number of keys, queries and key size before running the benchmark - use steady_clock as high_resolution_clock might not be steady - increase size of query set to 1M
-
- 09 Nov, 2018 1 commit
-
-
Shubham Lagwankar authored
* Problem: radix tree needs benchmarks and improvements Solution: add a benchmark and make suggested improvements
-
- 02 Feb, 2018 1 commit
-
-
sigiesec authored
Solution: applied clang-format
-
- 11 Aug, 2017 2 commits
- 10 Aug, 2017 2 commits
-
-
Jake Cobb authored
Solution: Use a double for messages per second and calculate Megabits per second using it. Truncate messages per second only in the reported output.
-
Jake Cobb authored
Solution: Add extra argument to enable CURVE, use fixed keys to make local_thr and remote_thr compatible with CURVE enabled.
-
- 03 Feb, 2016 1 commit
-
-
Ilya Kulakov authored
-
- 01 Feb, 2016 4 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Constantin Rack authored
Solution: replace all occurrences with `zmq_ctx_term`
-
Constantin Rack authored
Solution: remove all remaining references to `zmq_utils.h`
-
- 28 Jan, 2016 1 commit
-
-
Constantin Rack authored
Solution: update to 2016
-
- 05 Jun, 2015 1 commit
-
-
Mipa authored
-
- 02 Jun, 2015 1 commit
-
-
Pieter Hintjens authored
Of course people still "can" distributed the sources under the LGPLv3. However we provide COPYING.LESSER with additional grants. Solution: specify these grants in the header of each source file.
-
- 14 Oct, 2014 1 commit
-
-
Phillip Mienk authored
-
- 31 Aug, 2014 1 commit
-
-
anonymous authored
-
- 05 Jun, 2014 1 commit
-
-
Dave Meehan authored
-
- 04 Jun, 2014 1 commit
-
-
Telford Berkey authored
-
- 31 May, 2014 1 commit
-
-
Dave Meehan authored
-
- 02 Jan, 2014 1 commit
-
-
Pieter Hintjens authored
-
- 20 Sep, 2013 2 commits
-
-
AJ Lewis authored
- 15 Apr, 2013 2 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
as I can see, these didn't work any more. At the very least, the command line API was broken and forced the user to enter new, exotic arguments. Patches should not break existing APIs. But also, the internals of these programs had become weird. If we want to build more complex performance tests, that's fine, but we should make new programs, not break the old ones. We need minimal, safe performance tests in 0MQ. Also, the code was quite horrid. So it's gone. If anyone wants to bring it back please make the code neat, and build new APIs instead of breaking the old ones. Cheers Pieter
-
- 31 Mar, 2013 1 commit
-
-
Timothee "TTimo" Besset authored
-
- 05 Mar, 2013 1 commit
-
-
Bjorn Reese authored
-
- 03 Mar, 2013 2 commits
-
-
KIU Shueng Chuan authored
this follows what {local,remote}_lat.cpp and inproc_{thr,lat}.cpp do.
-
KIU Shueng Chuan authored
-
- 26 Feb, 2013 1 commit
-
-
Attila Mark authored
- option to set number of zmq threads on the command line for local_thr - option to set number of zmq_threads and workers in remote_thr - option to set SND/RCV buffer sizes on command line - option to set whether to PUSH/PULL on command line - option to set to use zmq_recv or zmq_msg for transfer on command line - better timing function - corrected and improved throughput reporting - HWM and DELAY socket options
-
- 25 Feb, 2013 1 commit
-
-
Pieter Hintjens authored
-