-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
TortugaAttack
committed
Apr 20, 2021
1 parent
154d9ed
commit f0953c7
Showing
17 changed files
with
121 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
iguana.resultprocessor/src/test/resources/nt/penaltyavgqpstest.nt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<http://iguana-benchmark.eu/resource/1/1/1/0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://iguana-benchmark.eu/class/Worker> . | ||
<http://iguana-benchmark.eu/resource/1/1/1/0> <http://iguana-benchmark.eu/properties/workerID> "0" . | ||
<http://iguana-benchmark.eu/resource/1/1/1/0> <http://iguana-benchmark.eu/properties/metric> <http://iguana-benchmark.eu/resource/AvgQPS> . | ||
<http://iguana-benchmark.eu/resource/1/1/1/0> <http://iguana-benchmark.eu/properties/AvgQPS> "4.5"^^<http://www.w3.org/2001/XMLSchema#double> . | ||
<http://iguana-benchmark.eu/resource/1/1/1/0> <http://iguana-benchmark.eu/properties/penalizedAvgQPS> "4.5"^^<http://www.w3.org/2001/XMLSchema#double> . | ||
<http://iguana-benchmark.eu/resource/1/1/1/0> <http://iguana-benchmark.eu/properties/noOfQueries> "2"^^<http://www.w3.org/2001/XMLSchema#int> . | ||
|
||
<http://iguana-benchmark.eu/resource/1/1/1/1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://iguana-benchmark.eu/class/Worker> . | ||
<http://iguana-benchmark.eu/resource/1/1/1/1> <http://iguana-benchmark.eu/properties/workerID> "1" . | ||
<http://iguana-benchmark.eu/resource/1/1/1/1> <http://iguana-benchmark.eu/properties/metric> <http://iguana-benchmark.eu/resource/AvgQPS> . | ||
<http://iguana-benchmark.eu/resource/1/1/1/1> <http://iguana-benchmark.eu/properties/AvgQPS> "3.3333333333333335"^^<http://www.w3.org/2001/XMLSchema#double> . | ||
<http://iguana-benchmark.eu/resource/1/1/1/1> <http://iguana-benchmark.eu/properties/noOfQueries> "2"^^<http://www.w3.org/2001/XMLSchema#int> . | ||
<http://iguana-benchmark.eu/resource/1/1/1/1> <http://iguana-benchmark.eu/properties/penalizedAvgQPS> "3.3333333333333335"^^<http://www.w3.org/2001/XMLSchema#double> . | ||
|
||
|
||
<http://iguana-benchmark.eu/resource/1/1/1> <http://iguana-benchmark.eu/properties/workerResult> <http://iguana-benchmark.eu/resource/1/1/1/1> . | ||
<http://iguana-benchmark.eu/resource/1/1/1> <http://iguana-benchmark.eu/properties/metric> <http://iguana-benchmark.eu/resource/AvgQPS> . | ||
<http://iguana-benchmark.eu/resource/1/1/1> <http://iguana-benchmark.eu/properties/workerResult> <http://iguana-benchmark.eu/resource/1/1/1/0> . | ||
<http://iguana-benchmark.eu/resource/1/1/1> <http://iguana-benchmark.eu/properties/AvgQPS> "4.285714285714286"^^<http://www.w3.org/2001/XMLSchema#double> . | ||
<http://iguana-benchmark.eu/resource/1/1/1> <http://iguana-benchmark.eu/properties/penalizedAvgQPS> "3.0793650793650795"^^<http://www.w3.org/2001/XMLSchema#double> . | ||
|
||
|
||
<http://iguana-benchmark.eu/resource/AvgQPS> <http://www.w3.org/2000/01/rdf-schema#label> "Average Queries Per Second" . | ||
<http://iguana-benchmark.eu/resource/AvgQPS> <http://www.w3.org/2000/01/rdf-schema#comment> "Will calculate the overall average queries Per second. Further on it will save the totaltime of each query, the failure and the success" . | ||
<http://iguana-benchmark.eu/resource/AvgQPS> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://iguana-benchmark.eu/class/Metric> . | ||
<http://iguana-benchmark.eu/resource/AvgQPS> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://iguana-benchmark.eu/class/metric/AvgQPS> . | ||
<http://iguana-benchmark.eu/resource/AvgQPS> <http://www.w3.org/2000/01/rdf-schema#label> "AvgQPS" . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters