Jammy: --- Before:
$ dpkg -s python3-requests python3-urllib3 | grep -e Package: -e Version: Package: python3-requests Version: 2.25.1+dfsg-2ubuntu0.1 Package: python3-urllib3 Version: 1.26.5-1~exp1ubuntu0.2 $ ./test-https-concurrent.py Run: 0, Time: 3735 ms Run: 1, Time: 4072 ms Run: 2, Time: 4148 ms Run: 3, Time: 4138 ms Run: 4, Time: 3888 ms Run: 5, Time: 3884 ms Run: 6, Time: 3852 ms Run: 7, Time: 4143 ms Run: 8, Time: 4194 ms Run: 9, Time: 4257 ms Mean: 4031.1 ms, Median: 4105.0 ms After: $ dpkg -s python3-requests python3-urllib3 | grep -e Package: -e Version: Package: python3-requests Version: 2.25.1+dfsg-2ubuntu0.2 Package: python3-urllib3 Version: 1.26.5-1~exp1ubuntu0.3 $ ./test-https-concurrent.py Run: 0, Time: 2868 ms Run: 1, Time: 2557 ms Run: 2, Time: 3378 ms Run: 3, Time: 2525 ms Run: 4, Time: 2512 ms Run: 5, Time: 2731 ms Run: 6, Time: 2648 ms Run: 7, Time: 2491 ms Run: 8, Time: 2519 ms Run: 9, Time: 2773 ms Mean: 2700.2 ms, Median: 2602.5 ms (Approximately 35% less time.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2091733 Title: Performance improvement for concurrent SSL connections To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-urllib3/+bug/2091733/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
