Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit ebc3312

Browse files
committed
update title
1 parent 7925839 commit ebc3312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/baseline_http_bench.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
CONDUCTOR_P95_ROUNDED=$(printf "%.0f" ${CONDUCTOR_P95:-0})
9090
9191
# Generate Markdown report
92-
echo "## Benchmark Results" > benchmark_results.md
92+
echo "## Pure HTTP vs Conductor Overhead Benchmark Results" > benchmark_results.md
9393
echo "| Implementation | Requests/sec | P95 Latency (ms) |" >> benchmark_results.md
9494
echo "|----------------|--------------|------------------|" >> benchmark_results.md
9595
echo "| Actix Web | $ACTIX_RPS_ROUNDED | $ACTIX_P95_ROUNDED |" >> benchmark_results.md

0 commit comments

Comments
 (0)