/scala-uri-benchmarks

Primary LanguageJavaScriptOtherNOASSERTION

scala-uri-benchmarks

scala-uri is a small Scala library that helps you work with URIs. This project micro benchmarks the library using scala meter

Running these benchmarks requires:

  • Java 7
  • Scala 2.10

Performance tests can be run by running the ./benchmarks script in the project root. The HTML reports are generated in results/parsing/report/index.html and results/rendering/report/index.html.

Results

0.3.6

0.4.2

scala-uri 0.4.x upgrades from parboiled to parboiled2 which gives 2x to 3x faster parsing times.

0.4.3

0.4.12-SNAPSHOT