| Test case name | Result |
|---|---|
| Set.union | |
| Set.add | |
| Set.union in the other order | |
| Set.add in the other order |
| Test name | Executions per second |
|---|---|
| Set.union | 232700.7 Ops/sec |
| Set.add | 124082.5 Ops/sec |
| Set.union in the other order | 620510.9 Ops/sec |
| Set.add in the other order | 165674.2 Ops/sec |