acelyc111 commented on PR #1637: URL: https://github.com/apache/incubator-pegasus/pull/1637#issuecomment-1759453960
Old implementation: ``` [ RUN ] aio_test.basic/0 sequential write, cost 0.358 ms sequential read, cost 6.853 ms concurrent read, cost 0.609 ms un-sequential write, cost 0.389 ms sequential read, cost 6.722 ms concurrent read, cost 0.606 ms overwrite, cost 0.244 ms sequential read, cost 6.899 ms concurrent read, cost 0.615 ms vector write, cost 0.064 ms sequential read, cost 6.866 ms concurrent read, cost 0.617 ms [ OK ] aio_test.basic/0 (31289 ms) ``` New implementation: ``` [ RUN ] aio_test.basic/0 sequential write, cost 0.333 ms sequential read, cost 6.687 ms concurrent read, cost 0.662 ms un-sequential write, cost 0.385 ms sequential read, cost 6.976 ms concurrent read, cost 0.654 ms overwrite, cost 0.261 ms sequential read, cost 6.966 ms concurrent read, cost 0.612 ms vector write, cost 0.074 ms sequential read, cost 6.972 ms concurrent read, cost 0.641 ms [ OK ] aio_test.basic/0 (31670 ms) ``` -- 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]
