Skip to content

Commit

Permalink
Bump benchmark value of SQL queries
Browse files Browse the repository at this point in the history
  • Loading branch information
ashera96 committed Jul 11, 2023
1 parent a746e43 commit 92e8e52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"API_PUBLISH" : "839",
"RETRIEVE_ALL_PUBLISHER" : "77",
"RETRIEVE_ALL_STORE" : "300",
"RETRIEVE_API_PUBLISHER" : "75",
"RETRIEVE_API_PUBLISHER" : "77",
"RETRIEVE_API_STORE" : "42",
"CREATE_APPLICATION" : "260",
"SUBSCRIBE_TO_API" : "74",
"GENERATE_JWT_TOKEN" : "17",
"INVOKE_API" :"0",
"CREATE_REVISION_AND_DEPLOY" :"366"
"CREATE_REVISION_AND_DEPLOY" :"375"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"API_PUBLISH" : "851",
"RETRIEVE_ALL_PUBLISHER" : "82",
"RETRIEVE_ALL_STORE" : "316",
"RETRIEVE_API_PUBLISHER" : "75",
"RETRIEVE_API_PUBLISHER" : "77",
"RETRIEVE_API_STORE" : "42",
"CREATE_APPLICATION" : "390",
"SUBSCRIBE_TO_API" : "74",
"GENERATE_JWT_TOKEN" : "17",
"INVOKE_API" :"0",
"CREATE_REVISION_AND_DEPLOY" :"388"
"CREATE_REVISION_AND_DEPLOY" :"397"
}
]

0 comments on commit 92e8e52

Please sign in to comment.