OWASP-Benchmark / BenchmarkUtils

OWASP Benchmark Project Utilities - Provides scorecard generation and crawling tools for Benchmark style test suites.
https://owasp.org/www-project-benchmark/
GNU General Public License v3.0
15 stars 49 forks source link

Crawlers run MUCH slower with Java 11+ #18

Open davewichers opened 2 years ago

davewichers commented 2 years ago

They run very fast with Java 8, but really slow with Java 11. Try to figure out why and fix it. For example, Java 11 took 196 seconds to crawl Benchmark v1.3 that I'm working on, but with Java 8 it takes 7 seconds. Being connected to the internet or not, doesn't seem to matter.

Maybe it has something to do with negotiating the HTTPS connection?