Skip to content

Commit

Permalink
Fix CQL Performance Test Script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkiel committed Jul 22, 2024
1 parent d229387 commit 8a2c850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/performance/cql/search.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ OUTPUT_HEADER="${2:-true}"
if [ "true" = "$OUTPUT_HEADER" ]; then
echo "Counting Patients with criteria from $FILE..."
fi
REPORT="$(curl --server "$BASE" evaluate-measure --force-sync "$SCRIPT_DIR/$FILE.yml" 2> /dev/null)"
REPORT="$(blazectl --server "$BASE" evaluate-measure --force-sync "$SCRIPT_DIR/$FILE.yml" 2> /dev/null)"

if [ "true" = "$OUTPUT_HEADER" ]; then
echo "Bloom filter ratio: $(echo "$REPORT" | jq -rf "$SCRIPT_DIR/bloom-filter-ratio.jq")"
Expand Down

0 comments on commit 8a2c850

Please sign in to comment.