Skip to content

Commit

Permalink
fix k6 paths
Browse files Browse the repository at this point in the history
  • Loading branch information
YassinEldeeb committed Nov 27, 2024
1 parent d8f69bb commit 33a6d17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/baseline_http_bench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
- name: Benchmark Actix Web
run: |
k6 run --summary-export actix_results.json baseline_http_bench/baseline_http.js
working-directory: benchmark
# Stop Actix Web server
- name: Stop Actix Web Server
Expand All @@ -65,7 +64,6 @@ jobs:
- name: Benchmark Conductor
run: |
k6 run --summary-export conductor_results.json baseline_http_bench/conductor.js
working-directory: benchmark
# Generate Markdown report
- name: Generate Markdown Report
Expand Down

0 comments on commit 33a6d17

Please sign in to comment.