Skip to content

Commit

Permalink
Update useful-queries.md
Browse files Browse the repository at this point in the history
itemCount was renamed to resultCount
  • Loading branch information
Aklakan authored Dec 6, 2023
1 parent c6edd5f commit cc1b7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/v2/usage/useful-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ SELECT ?exp ?bgpLabel ?bgpNodeLabel ?subBgpLabel ?subTpLabel ?bgpSize ?subTpSiz
?localExec lsqv:benchmarkRun ?exp .
# Get the measurements
?subBgpExec lsqv:hasElementExec [ lsqv:itemCount ?bgpSize ] .
?subTpExec lsqv:hasElementExec [ lsqv:itemCount ?subTpSize ] .
?subBgpExec lsqv:hasElementExec [ lsqv:resultCount ?bgpSize ] .
?subTpExec lsqv:hasElementExec [ lsqv:resultCount ?subTpSize ] .
?subTpInBgpExec lsqv:tpToBgpRatio ?subTpToBgpRatio .
Expand Down

0 comments on commit cc1b7cd

Please sign in to comment.