#!/bin/bash set -e # AI Performance Test Runner Script # Runs the AI performance test with optimized builds and 10 turns echo "Running AI performance test with optimized build..." echo "==============================================" # Run with optimized compilation and 10 turns bazel run -c opt //src/main/cpp/net/eagle0/shardok/ai_performance_runner:ai_performance_runner -- --turns=10 "$@"