Runs fewer test cases (only 2 threads)
[libcds.git] / test /
2018-02-22 Peizhao OuRuns fewer test cases (only 2 threads)
2018-02-22 Peizhao OuAllow 2 threads
2018-02-17 Peizhao OuAdds Rigtorp queues parallel test cases
2018-02-17 Peizhao OuFixes deque benchmarks (should have initial push)
2018-02-15 Peizhao OuConstrain parallel map keys to a smaller range
2018-02-15 Peizhao OuGets iterable map pass count input from config file
2018-02-15 Peizhao OuAdds iterable HP map parameters
2018-02-15 Peizhao OuOnly tests with max load factor for parallel maps
2018-02-15 Peizhao OuRefactors queue push pop
2018-02-15 Peizhao OuRefactors test cases
2018-02-15 Peizhao OuDisable SPSC test cases for some queues
2018-02-14 Peizhao OuRename map test case config name
2018-02-14 Peizhao OuRemoves unnecessary sequential map fill up routine...
2018-02-09 Peizhao OuAdds util header for testing
2018-02-08 Peizhao OuRefactors some of existing cds multi-threaded stress...
2018-02-08 Peizhao OuAdds parallel test organization (actual test cases...
2018-01-30 Peizhao OuRefactors cmake files to disable unnecessary build
2018-01-30 Peizhao OuRefactors map test case
2018-01-30 Peizhao OuRefactors lock test cases backoff values
2018-01-30 Peizhao OuRefactors sequential test cases
2018-01-30 Peizhao OuRefactors sequential misc test cases
2018-01-29 Peizhao OuChanges RigtorpSPSC test case
2018-01-29 Peizhao OuAdds a fake test case
2018-01-26 Peizhao OuAdds RigtorpSPSC test case
2018-01-26 Peizhao OuUses clean main file for misc benchmarks
2018-01-26 Peizhao OuFixes RigtorpMPMC test case
2018-01-26 Peizhao OuReorgs added benchmarks (put them in misc folder)
2018-01-25 Peizhao OuOnly run map test cases with max load factor
2018-01-25 Peizhao OuAdds parameter for both RCU and HP based map test cases
2018-01-25 Peizhao OuAdds check for sequential map test case
2018-01-25 Peizhao OuRemoves randomness in sequential map test case
2018-01-24 Peizhao OuRemoves BronsonAVLTree from sequential map
2018-01-24 Peizhao OuSplits deque take & steal into 2 test caess
2018-01-23 Peizhao OuRefactors deq
2018-01-22 Peizhao OuRemoves gpt related benchmarks
2018-01-18 Peizhao OuAdds sequential misc test cases
2018-01-18 Peizhao OuAdjusts sequential map test cases
2018-01-17 Peizhao OuOnly activates insdelfind for sequential set test case
2018-01-17 Peizhao OuAdjusts pass counts for some sequential map test cases
2018-01-16 Peizhao OuAdds sequential map test cases
2018-01-04 Peizhao OuModifies more sequential test cases for sets
2018-01-03 Peizhao OuDisables running some stat analysis for benchmarks...
2017-12-15 Peizhao OuAdds a few single-threaded test cases for queue, stack...
2017-12-09 Peizhao OuUses unique_ptr for Threads
2017-12-09 Peizhao OuFixes misc test cases
2017-12-09 Peizhao OuRefactors misc test cases
2017-12-08 Peizhao OuMerge branch 'master' of /scratch/mine/libcds
2017-12-08 Peizhao OuAdds misc benchmarks
2017-11-30 Peizhao OuRemoves unnecessary test cases for maps
2017-11-30 Peizhao OuTrims down unnecessary set cases
2017-11-29 Peizhao OuTrims down unnecessary pqueue test cases
2017-11-29 Peizhao OuTrims down unnecessary queue test casese
2017-11-29 Peizhao OuOnly runs standard stack test cases
2017-11-29 Peizhao OuTrims down unnecessary test cases for Stacks
2017-09-22 khizmaxFixed -Wshadow warning
2017-09-19 khizmaxTry to suppress -Wshadow warnings for googletest
2017-09-14 khizmaxFixed -Wshadow warnings
2017-09-12 khizmaxFixed -Wshadow warnings
2017-08-29 khizmaxformatting v2.3.1
2017-08-24 khizmaxModified travis script
2017-08-24 khizmaxChanged target name
2017-08-23 UnknownMerge remote-tracking branch 'khizmax/master'
2017-08-21 Max KhizhinskyMerge pull request #85 from mgalimullin/fix_cmakelists
2017-08-20 Marsel Galimullinfixed add_custom_target() in intrusice-set and set
2017-08-20 khizmaxMerge branch 'master' into dev
2017-08-19 khizmaxMerge branch 'ldionne-ldionne-cmake' into dev
2017-08-19 Louis Dionne[CMake] Create a real library instead of an object...
2017-07-31 khizmaxRemoved trailing spaces
2017-07-23 khizmaxFixed compiler error
2017-07-22 khizmax[TSan] Fixed data race in std container wrappers
2017-07-18 khizmaxTuning stress-tests for GCCFarm
2017-05-31 khizmaxRefactoring exponential and delay back-off strategies...
2017-05-27 khizmax[AIX] Added missing byteswap.h
2017-05-26 khizmaxAdded a comment
2017-05-23 khizmaxFixed clang "unused-function" warning
2017-05-23 khizmaxTuning parameters for spsc-queue stress tests
2017-05-23 khizmaxTuning parameters of insdel-string map/set stress tests
2017-05-23 khizmaxTuning parameters of map_insdel_item_int stress test
2017-05-21 khizmaxAdded SPSC queue stress tests
2017-05-14 khizmaxFixed several bugs in WeakRungBuffer
2017-05-12 khizmaxWrapped gtest/gtest.h into cds_test/ext_gtest.h to...
2017-05-10 khizmaxissue #76: added cds::atomicity::cache_friendly_item_co...
2017-05-09 khizmaxAdded WeakRingBuffer - a single-producer/single-consume...
2017-05-04 khizmaxFixed "dangling-else" GCC7 warning
2017-05-03 khizmaxFixed include directive
2017-05-03 khizmaxAdded missing CityHash file for SSE4.2 platform
2017-04-26 khizmaxFixed a typo
2017-04-26 khizmaxFixed minor warnings
2017-04-25 khizmaxAdded missing pthread lib to cmake test script
2017-04-24 khizmaxAdded cleaning after CHECK_CXX_SOURCE_COMPILES call
2017-04-24 khizmaxFixed annoying warning in gtest: added 4th arg for...
2017-04-24 khizmaxRemoved prohibited atomic<void*>::fetch_xxx() tests
2017-04-22 khizmax[SkipList] Added random-lvel generators for max height...
2017-04-16 khizmaxChanged pqueue stress-test params for debug mode
2017-04-16 khizmaxMerge branch 'dev' of github.com:khizmax/libcds into dev
2017-04-16 khizmaxChanged stack stress-test params for debug build
2017-04-01 khizmaxCMake minor fixing
2017-03-25 khizmaxSplit stress-queue test
2017-03-18 khizmaxRemoved signal_threaded uRCU
2017-03-18 khizmaxAdded different bit_reversal algo to SplitListSet/Map...
next