Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
nck-mlcnv opened this issue Nov 21, 2023 · 1 comment
Closed

Comments

@nck-mlcnv
Copy link
Contributor

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
Copy link
Contributor Author

should be fixed with the new version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant