memgraph/tests
Teon Banek 023538c19c Add PoolResource benchmarking in execution and skiplist
Summary:
With a pool allocator, lookups in STL set and map are up to 50% faster.
This is probably due to contiguous memory of pooled objects, i.e. nodes
of those containers. In some cases, the lookup outperforms the SkipList.
Insertions are also faster, though not as dramatically, up to 30%. This
does make a significant difference when the STL containers are used in a
single thread as they outperform the SkipList significantly.

Reviewers: mferencevic, ipaljak

Reviewed By: mferencevic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D2326
2019-08-27 09:32:01 +02:00
..
benchmark Add PoolResource benchmarking in execution and skiplist 2019-08-27 09:32:01 +02:00
concurrent Cleanup locks 2019-07-17 10:33:44 +02:00
drivers Integrate driver tests with Apollo 2018-08-22 18:31:37 +02:00
feature_benchmark Replace Client with HAClient in feature benchmark 2019-05-02 10:40:31 +02:00
integration Remove distributed 2019-07-17 15:23:42 +02:00
macro_benchmark Cleanup locks 2019-07-17 10:33:44 +02:00
manual Remove distributed 2019-07-17 15:23:42 +02:00
property_based Remove test_results directory from build 2019-04-25 17:20:02 +02:00
public_benchmark Temporarily disable LDBC test 2019-07-05 14:04:38 +02:00
qa Remove distributed 2019-07-17 15:23:42 +02:00
stress Adjust raft constants for long running tests 2019-08-13 10:40:24 +02:00
unit Fix a bug in Pool::Deallocate 2019-08-27 09:32:00 +02:00
apollo_runs.py Add LCP tests 2018-10-15 11:52:20 +02:00
client-stress.sh Migrate command line args to gflgs in tests 2017-07-06 13:54:12 +02:00
CMakeLists.txt Remove test_results directory from build 2019-04-25 17:20:02 +02:00