Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,20 @@ LANGSMITH_PROJECT="Agentic Code Optimization"
# ============================================================================
# Set to true to enable verbose logging
# LANGCHAIN_DEBUG=true

# ============================================================================
# Benchmark Configuration (optional)
# ============================================================================
# Command to run baseline/post benchmarks
# Example:
export BENCHMARK_CMD="cd DeathStarBench/socialNetwork && \
docker compose build user-service && \
docker compose up -d && \
docker run --rm --platform linux/amd64 \
--network socialnetwork_default \
-e max_user_index=962 \
-v /Users/peng397/Desktop/agentic-code-optimization/DeathStarBench/socialNetwork/wrk2/scripts/social-network/mixed-workload.lua:/tmp/sn_mixed.lua:ro \
deathstarbench/wrk2-client \
/usr/local/bin/wrk -D exp -t 12 -c 400 -d 30 -L \
-s /tmp/sn_mixed.lua \
http://nginx-thrift:8080/wrk2-api/home-timeline/read -R 200"
70 changes: 0 additions & 70 deletions .semgrep/aspnet-endpoints.yml

This file was deleted.

228 changes: 0 additions & 228 deletions .semgrep/cache-queue-grpc.yml

This file was deleted.

Loading