1.0.1
Bugfixes:
- Core:
- EqualsExpr now correctly reports an error if unable to satisfy given case
- NotEqualsExpr supports more cases now and also correctly reports an error
- LessThatOrEquals and GreaterThanOrEquals are now supported (with fallback to EqualsExpr resolver)
Benchmark | (fixtureName) | (nsContext) | Mode | Cnt | Score | Error | Units |
---|---|---|---|---|---|---|---|
Dom | simple | null | thrpt | 200 | 12113.685 | ± 120.982 | ops/s |
Dom | ns-simple | null | thrpt | 200 | 11199.401 | ± 37.507 | ops/s |
Dom | attr | null | thrpt | 200 | 11634.265 | ± 49.193 | ops/s |
Dom4j | simple | null | thrpt | 200 | 10660.948 | ± 39.057 | ops/s |
Dom4j | ns-simple | null | thrpt | 200 | 10153.657 | ± 34.517 | ops/s |
Dom4j | attr | null | thrpt | 200 | 10663.842 | ± 40.993 | ops/s |
Xom | simple | null | thrpt | 200 | 11096.489 | ± 40.459 | ops/s |
Xom | ns-simple | null | thrpt | 200 | 10367.567 | ± 42.545 | ops/s |
Xom | attr | null | thrpt | 200 | 11038.582 | ± 189.326 | ops/s |