Test case name | Result |
---|---|
difference(from, [a, b, c]) - match | |
difference(from, [a, b, c]) - mismatch | |
difference(from, [union(a, b, c)]) - match | |
difference(from, [union(a, b, c)]) - mismatch |
Test name | Executions per second |
---|---|
difference(from, [a, b, c]) - match | 7646453.5 Ops/sec |
difference(from, [a, b, c]) - mismatch | 7690365.0 Ops/sec |
difference(from, [union(a, b, c)]) - match | 1038718.5 Ops/sec |
difference(from, [union(a, b, c)]) - mismatch | 1114121.5 Ops/sec |