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

Commit c845e2e

Browse files
committed
update
1 parent ebc3312 commit c845e2e

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
@@ -92,7 +92,7 @@ jobs:
9292
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
95-
echo "| Actix Web | $ACTIX_RPS_ROUNDED | $ACTIX_P95_ROUNDED |" >> benchmark_results.md
95+
echo "| Pure HTTP (Actix Web) | $ACTIX_RPS_ROUNDED | $ACTIX_P95_ROUNDED |" >> benchmark_results.md
9696
echo "| Conductor | $CONDUCTOR_RPS_ROUNDED | $CONDUCTOR_P95_ROUNDED |" >> benchmark_results.md
9797
9898
# Post Comment on PR

0 commit comments

Comments
 (0)