dice-group / IGUANA

IGUANA is a benchmark execution framework for RDF triple stores and quad stores
http://iguana-benchmark.eu
GNU Affero General Public License v3.0
24 stars 15 forks source link

Add the option to URL-encode every query string before the benchmark execution #223

Closed nck-mlcnv closed 6 months ago

nck-mlcnv commented 10 months ago

As the title says. If the RequestFactory is supposed to create URL-Encoded http request, the query strings don't need to be reencoded every single time the request is created. For this we should also add an additional option for the configuration file.