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 , to selected 1.17
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 , to selected 1.17
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, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.47: +49 -25 lines
Diff to previous 1.47 , to selected 1.17
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 , to selected 1.17
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 , to selected 1.17
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 , to selected 1.17
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 , to selected 1.17
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 , to selected 1.17
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 , to selected 1.17
add Job for replaceAll

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

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

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Mon Mar 26 21:04:36 2018 UTC (6 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +18 -22 lines
Diff to previous 1.38 , to selected 1.17
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, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +9 -2 lines
Diff to previous 1.37 , to selected 1.17
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, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.36: +0 -58 lines
Diff to previous 1.36 , to selected 1.17
delete experimental subListJob code

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

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sun Mar 25 13:59:05 2018 UTC (6 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.34: +22 -2 lines
Diff to previous 1.34 , to selected 1.17
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, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33 , to selected 1.17
whitespace

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 20:54:44 2018 UTC (6 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 , to selected 1.17
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, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.31: +13 -9 lines
Diff to previous 1.31 , to selected 1.17
concatStreams

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

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 18:39:28 2018 UTC (6 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +58 -7 lines
Diff to previous 1.29 , to selected 1.17
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 , to selected 1.17
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 , to selected 1.17
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 , to selected 1.17
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 , to selected 1.17
remove redundant Arrays.asList

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

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

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

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Sep 28 01:39:20 2017 UTC (6 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +0 -1 lines
Diff to previous 1.21 , to selected 1.17
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 , to selected 1.17
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 , to selected 1.17
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 , to selected 1.17
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) - [selected]
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, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +13 -2 lines
Diff to previous 1.15 , to selected 1.17
add job for remove(Object)

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

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

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

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

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

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

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

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

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

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Nov 21 01:02:40 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +18 -0 lines
Diff to previous 1.5 , to selected 1.17
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 , to selected 1.17
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 , to selected 1.17
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 , to selected 1.17
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 , to selected 1.17
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
Diff to selected 1.17
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