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

Worker metrics PAvgQPS and AvgQPS are unnecessarily divided by 1000000 #239

Closed nck-mlcnv closed 6 months ago

nck-mlcnv commented 9 months ago

The following data contains 2 tasks with each having one worker. The expected result should be, that each worker metric result is equal to the coresponding task metric result (as there is only one worker per task). The result is created with the version 3.3.3. The bug probably has something to do with #224, as the metric tests ran fine with the previous version before the PR.

<http://iguana-benchmark.eu/resource/1698915843/1/1> <http://iguana-benchmark.eu/properties/AvgQPS> "283.65490691954943"^^<http://www.w3.org/2001/XMLSchema#double> .
<http://iguana-benchmark.eu/resource/1698915843/1/1/0> <http://iguana-benchmark.eu/properties/AvgQPS> "2.836549069195496E-4"^^<http://www.w3.org/2001/XMLSchema#double> .
<http://iguana-benchmark.eu/resource/1698915843/1/2/0> <http://iguana-benchmark.eu/properties/AvgQPS> "4.069033742735156E-4"^^<http://www.w3.org/2001/XMLSchema#double> .
<http://iguana-benchmark.eu/resource/1698915843/1/2> <http://iguana-benchmark.eu/properties/AvgQPS> "406.90337427351506"^^<http://www.w3.org/2001/XMLSchema#double> .

<http://iguana-benchmark.eu/resource/1698915843/1/1> <http://iguana-benchmark.eu/properties/penalizedAvgQPS> "283.6549108807299"^^<http://www.w3.org/2001/XMLSchema#double> .
<http://iguana-benchmark.eu/resource/1698915843/1/1/0> <http://iguana-benchmark.eu/properties/penalizedAvgQPS> "2.8365491088072994E-4"^^<http://www.w3.org/2001/XMLSchema#double> .
<http://iguana-benchmark.eu/resource/1698915843/1/2/0> <http://iguana-benchmark.eu/properties/penalizedAvgQPS> "4.06903378234696E-4"^^<http://www.w3.org/2001/XMLSchema#double> .
<http://iguana-benchmark.eu/resource/1698915843/1/2> <http://iguana-benchmark.eu/properties/penalizedAvgQPS> "406.9033782346955"^^<http://www.w3.org/2001/XMLSchema#double> .
nck-mlcnv commented 6 months ago

should be fixed with the new version