parthchandra commented on PR #3656: URL: https://github.com/apache/datafusion-comet/pull/3656#issuecomment-4101459424
> Thanks @parthchandra. Could you run CometCastStringToTemporalBenchmark
before and after these changes so we can see performance impact?
| Benchmark | Baseline (ms) | PR3656 (ms) | Change |
|---|---|---|---|
| Cast String to Date | 71 | 70 | 1% faster |
| Try_Cast String to Date | 70 | 68 | 3% faster |
| Cast String to Timestamp | 161 | 164 | 2% slower |
| Try_Cast String to Timestamp | 162 | 163 | 1% slower |
Numbers are basically unchanged.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
