Skip to content

Commit

Permalink
fix: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karatakis committed Nov 5, 2024
1 parent c9c61d6 commit 75cd4bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,11 @@ jobs:
- name: Update `README.md` file
run: |
sed -i '/<!-- PERFORMANCE_RESULTS_START -->/,/<!-- PERFORMANCE_RESULTS_END -->/ {
/<!-- PERFORMANCE_RESULTS_START -->/r results.md
/<!-- PERFORMANCE_RESULTS_END -->/!d
/<!-- PERFORMANCE_RESULTS_START -->/!{
/<!-- PERFORMANCE_RESULTS_END -->/!d
}
}' README.md
sed -i '/<!-- PERFORMANCE_RESULTS_START -->/r results.md' README.md
- name: Comment `results.md` file
if: github.event_name == 'pull_request_target'
uses: peter-evans/commit-comment@v3
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ sudo docker run tailcallhq/federation-benchmark:latest ./benchmark_all.sh

## Benchmark Results

<!-- PERFORMANCE_RESULTS_START -->
| Server | 112,838 bytes | 12598 bytes | 362 bytes |
| ---: | ---: | ---: | ---: |
| [Nginx](https://nginx.org/en/) | `5,292 RPS` | `11,557 RPS` | `12,336 RPS` |
Expand Down

0 comments on commit 75cd4bd

Please sign in to comment.