./gradlew benchmark -PjmhInclude=ArrayListBenchmark,LinkedListBenchmark -PjmhResultsFile=list_general.txt
./gradlew benchmark -PjmhInclude=CopyOnWriteArrayListBenchmark,SynchronizedListBenchmark,VectorBenchmark -PjmhThreadGroups=1,1 -PjmhResultsFile=list_concurrent_c1_p1.txt./gradlew benchmark -PjmhInclude=CopyOnWriteArrayListBenchmark,SynchronizedListBenchmark,VectorBenchmark -PjmhThreadGroups=3,1 -PjmhResultsFile=list_concurrent_c3_p1.txt./gradlew benchmark -PjmhInclude=CopyOnWriteArrayListBenchmark,SynchronizedListBenchmark,VectorBenchmark -PjmhThreadGroups=7,1 -PjmhResultsFile=list_concurrent_c7_p1.txt./gradlew clean benchmark -PjmhInclude=HashMapBenchmark,LinkedHashMapBenchmark,TreeMapBenchmark -PjmhThreadGroups=1 -PjmhResultsFile=map_general.txt./gradlew clean benchmark -PjmhInclude=HashSetBenchmark,TreeSetBenchmark -PjmhThreadGroups=1 -PjmhResultsFile=set_general.txt./gradlew clean benchmark -PjmhInclude=HashSetBenchmark,TreeSetBenchmark,HashMapBenchmark,LinkedHashMapBenchmark,TreeMapBenchmark -PjmhThreadGroups=1 -PjmhResultsFile=set_general.txt