OpenJDK 64-Bit Server VM 11.0.14+9-LTS on Linux 5.11.0-1028-azure
Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
Test contains use empty Set:              Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
Use HashSet                                           1              1           0       1120.1           0.9       1.0X
Use EnumSet                                           2              2           0        550.8           1.8       0.5X

OpenJDK 64-Bit Server VM 11.0.14+9-LTS on Linux 5.11.0-1028-azure
Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
Test contains use 1 item Set:             Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
Use HashSet                                           8              8           1        126.0           7.9       1.0X
Use EnumSet                                           2              2           0        590.4           1.7       4.7X

OpenJDK 64-Bit Server VM 11.0.14+9-LTS on Linux 5.11.0-1028-azure
Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
Test contains use 3 items Set:            Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
Use HashSet                                          15             15           1         67.4          14.8       1.0X
Use EnumSet                                           2              2           0        652.3           1.5       9.7X

OpenJDK 64-Bit Server VM 11.0.14+9-LTS on Linux 5.11.0-1028-azure
Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
Test contains use 5 items Set:            Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
Use HashSet                                          17             18           1         57.5          17.4       1.0X
Use EnumSet                                           2              2           0        591.2           1.7      10.3X

OpenJDK 64-Bit Server VM 11.0.14+9-LTS on Linux 5.11.0-1028-azure
Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
Test contains use 10 items Set:           Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
Use HashSet                                          18             18           0         54.8          18.2       1.0X
Use EnumSet                                           2              2           0        591.4           1.7      10.8X

OpenJDK 64-Bit Server VM 11.0.14+9-LTS on Linux 5.11.0-1028-azure
Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
Test create empty Set:                    Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
Use HashSet                                           1              1           0         95.0          10.5       1.0X
Use EnumSet                                           2              2           0         54.4          18.4       0.6X

OpenJDK 64-Bit Server VM 11.0.14+9-LTS on Linux 5.11.0-1028-azure
Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
Test create 1 item Set:                   Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
Use HashSet                                          31             32           2          3.2         310.3       1.0X
Use EnumSet                                           3              3           0         38.0          26.3      11.8X

OpenJDK 64-Bit Server VM 11.0.14+9-LTS on Linux 5.11.0-1028-azure
Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
Test create 3 items Set:                  Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
Use HashSet                                          75             75           0          1.3         751.6       1.0X
Use EnumSet                                           3              3           0         36.1          27.7      27.2X

OpenJDK 64-Bit Server VM 11.0.14+9-LTS on Linux 5.11.0-1028-azure
Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
Test create 5 items Set:                  Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
Use HashSet                                         122            123           0          0.8        1225.0       1.0X
Use EnumSet                                           2              2           0         41.8          23.9      51.2X

OpenJDK 64-Bit Server VM 11.0.14+9-LTS on Linux 5.11.0-1028-azure
Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
Test create 10 items Set:                 Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
Use HashSet                                         161            162           0          0.6        1614.9       1.0X
Use EnumSet                                           2              2           0         52.1          19.2      84.2X

OpenJDK 64-Bit Server VM 11.0.14+9-LTS on Linux 5.11.0-1028-azure
Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
Test create and contains use empty Set:   Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
Use HashSet                                           2              2           0        608.4           1.6       1.0X
Use EnumSet                                           3              4           0        295.5           3.4       0.5X

OpenJDK 64-Bit Server VM 11.0.14+9-LTS on Linux 5.11.0-1028-azure
Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
Test create and contains use 1 item Set:  Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
Use HashSet                                          57             58           2         17.6          56.8       1.0X
Use EnumSet                                           4              4           0        284.2           3.5      16.2X

OpenJDK 64-Bit Server VM 11.0.14+9-LTS on Linux 5.11.0-1028-azure
Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
Test create and contains use 3 items Set:  Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
Use HashSet                                          97             97           0         10.3          96.7       1.0X
Use EnumSet                                           4              4           0        263.3           3.8      25.5X

OpenJDK 64-Bit Server VM 11.0.14+9-LTS on Linux 5.11.0-1028-azure
Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
Test create and contains use 5 items Set:  Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
Use HashSet                                         174            175           2          5.8         173.6       1.0X
Use EnumSet                                           4              4           0        240.7           4.2      41.8X

OpenJDK 64-Bit Server VM 11.0.14+9-LTS on Linux 5.11.0-1028-azure
Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
Test create and contains use 10 items Set:  Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
-------------------------------------------------------------------------------------------------------------------------
Use HashSet                                          211            214           5          4.7         211.4       1.0X
Use EnumSet                                            4              4           0        272.3           3.7      57.6X

