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

Commit 33a6d17

Browse files
committed
fix k6 paths
1 parent d8f69bb commit 33a6d17

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/baseline_http_bench.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
- name: Benchmark Actix Web
4545
run: |
4646
k6 run --summary-export actix_results.json baseline_http_bench/baseline_http.js
47-
working-directory: benchmark
4847
4948
# Stop Actix Web server
5049
- name: Stop Actix Web Server
@@ -65,7 +64,6 @@ jobs:
6564
- name: Benchmark Conductor
6665
run: |
6766
k6 run --summary-export conductor_results.json baseline_http_bench/conductor.js
68-
working-directory: benchmark
6967
7068
# Generate Markdown report
7169
- name: Generate Markdown Report

0 commit comments

Comments
 (0)