ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/jtreg/util/Collection/IteratorMicroBenchmark.java
Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Mon Dec 16 22:32:56 2019 UTC (4 years, 5 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.49: +0 -1 lines
Diff to previous 1.49
remove unused local

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Thu Jan 10 16:46:56 2019 UTC (5 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.48: +54 -29 lines
Diff to previous 1.48
support sublists of immutable lists plus cosmetic improvements

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Wed Jan 2 16:39:09 2019 UTC (5 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.47: +49 -25 lines
Diff to previous 1.47
add support for immutable collection types; add List.of

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Sun Jun 10 02:32:59 2018 UTC (5 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.46: +1 -1 lines
Diff to previous 1.46
make concatStreams static

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Fri May 11 22:35:32 2018 UTC (6 years ago) by jsr166
Branch: MAIN
Changes since 1.45: +6 -0 lines
Diff to previous 1.45
add Job for List#equals

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Fri May 11 18:19:10 2018 UTC (6 years ago) by jsr166
Branch: MAIN
Changes since 1.44: +8 -1 lines
Diff to previous 1.44
add Job for hashCode

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Wed May 9 17:43:01 2018 UTC (6 years ago) by jsr166
Branch: MAIN
Changes since 1.43: +13 -7 lines
Diff to previous 1.43
forceFullGc: avoid rare failures due to back-to-back GCs, seen only at Google

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Thu Apr 5 15:36:06 2018 UTC (6 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.42: +10 -0 lines
Diff to previous 1.42
add Job for containsAll

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Thu Apr 5 05:23:16 2018 UTC (6 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.41: +10 -0 lines
Diff to previous 1.41
add Job for replaceAll

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Tue Apr 3 19:07:36 2018 UTC (6 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.40: +16 -0 lines
Diff to previous 1.40
add listIterator Jobs

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Mon Apr 2 20:32:53 2018 UTC (6 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.39: +2 -5 lines
Diff to previous 1.39
tidying

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Mon Mar 26 21:04:36 2018 UTC (6 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.38: +18 -22 lines
Diff to previous 1.38
use same boring infrastructure for listJobs as for other kinds of Jobs

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Mon Mar 26 20:33:27 2018 UTC (6 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.37: +9 -2 lines
Diff to previous 1.37
ensure failing Job is discoverable from stack trace

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sun Mar 25 19:00:09 2018 UTC (6 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.36: +0 -58 lines
Diff to previous 1.36
delete experimental subListJob code

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sun Mar 25 18:57:41 2018 UTC (6 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.35: +126 -76 lines
Diff to previous 1.35
improve sublist testing

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sun Mar 25 13:59:05 2018 UTC (6 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.34: +22 -2 lines
Diff to previous 1.34
add List Jobs for indexOf and lastIndexOf

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sun Jan 28 07:02:19 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33
whitespace

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 20:54:44 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +2 -1 lines
Diff to previous 1.32
fix NPE when no filter provided

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 20:27:09 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.31: +13 -9 lines
Diff to previous 1.31
concatStreams

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 20:09:38 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +38 -39 lines
Diff to previous 1.30
streamify

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 18:39:28 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +58 -7 lines
Diff to previous 1.29
add subList toArray tests; add CopyOnWriteArrayList

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 21:11:41 2018 UTC (6 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +0 -1 lines
Diff to previous 1.28
remove unused import

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 21:05:29 2018 UTC (6 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +5 -6 lines
Diff to previous 1.27
modernize filter methods

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 20:19:00 2018 UTC (6 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +16 -16 lines
Diff to previous 1.26
simplify c.stream().forEach to c.forEach

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 04:46:20 2018 UTC (6 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
remove redundant Arrays.asList

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sun Oct 22 01:07:33 2017 UTC (6 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
take errorprone [ClassCanBeStatic] advice

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Thu Sep 28 02:34:09 2017 UTC (6 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +0 -1 lines
Diff to previous 1.23
removed unused imports

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Sep 28 02:15:44 2017 UTC (6 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +0 -1 lines
Diff to previous 1.22
removed unused imports

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Sep 28 01:39:20 2017 UTC (6 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +0 -1 lines
Diff to previous 1.21
removed unused imports

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sat Apr 15 15:31:29 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
fix Job descriptions

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Apr 15 02:15:43 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.19: +17 -1 lines
Diff to previous 1.19
add microbenchmarks for stream::iterator

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Apr 15 02:06:03 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.18: +22 -0 lines
Diff to previous 1.18
add more stream using methods

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Jan 6 15:53:18 2017 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +14 -14 lines
Diff to previous 1.17
more consistent Job descriptions

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Jan 4 04:46:18 2017 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
convert to Diamond

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Jan 3 06:27:57 2017 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +13 -2 lines
Diff to previous 1.15
add job for remove(Object)

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Dec 29 02:24:28 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +3 -2 lines
Diff to previous 1.14
whitespace

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Dec 29 02:23:34 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.13: +9 -0 lines
Diff to previous 1.13
add job for contains(Object)

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Nov 28 04:36:03 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +2 -0 lines
Diff to previous 1.12
add LinkedList

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Nov 28 02:00:48 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +13 -1 lines
Diff to previous 1.11
add stream, parallelStream

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Nov 24 20:31:44 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +21 -16 lines
Diff to previous 1.10
mini refactoring

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Nov 24 20:01:18 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +12 -0 lines
Diff to previous 1.9
add shuffle feature

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Nov 24 19:14:50 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.8: +13 -9 lines
Diff to previous 1.8
small improvements

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Nov 22 15:28:45 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +5 -1 lines
Diff to previous 1.7
add PriorityQueue, PriorityBlockingQueue

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Nov 21 01:30:03 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +9 -0 lines
Diff to previous 1.6
more toArray tests

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Nov 21 01:02:40 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +18 -0 lines
Diff to previous 1.5
add toArray benchmarks/tests

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Nov 7 02:42:00 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.4: +8 -10 lines
Diff to previous 1.4
shorter Job names

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Nov 5 21:28:50 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
typo

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Nov 4 23:36:50 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.2: +1 -5 lines
Diff to previous 1.2
more tweaks

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Nov 4 23:13:52 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1
configuration tweaking

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Nov 4 22:48:16 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
commit interface based version of ArrayList/IteratorMicroBenchmark

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a