Skip to content

Commit

Permalink
fix tests path
Browse files Browse the repository at this point in the history
Signed-off-by: Sahil Yeole <[email protected]>
  • Loading branch information
beelchester committed Jul 3, 2024
1 parent cb24eaf commit 3aaf778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ function runBenchmark() {
sleep 15 # Give some time for the service to start up

for bench in "${benchmarks[@]}"; do
local benchmarkScript="tests/test.sh"
local warmupScript="tests/warmup.sh"
local benchmarkScript="k6/bench.sh"
local warmupScript="k6/warmup.sh"

# Replace / with _
local sanitizedServiceScriptName=$(echo "$serviceScript" | tr '/' '_')
Expand Down

2 comments on commit 3aaf778

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark 1 results

Server Requests/sec Latency (ms)
[Tailcall] -nan -nan
[Netflix DGS] -nan -nan
[Gqlgen] -nan -nan
[Caliban] -nan -nan
[async-graphql] -nan -nan
[Apollo GraphQL] -nan -nan

Benchmark 2 results

Server Requests/sec Latency (ms)
[Tailcall] -nan -nan
[Netflix DGS] -nan -nan
[Gqlgen] -nan -nan
[Caliban] -nan -nan
[async-graphql] -nan -nan
[Apollo GraphQL] -nan -nan

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark 1 results

Server Requests/sec Latency (ms)
[Tailcall] -nan -nan
[Netflix DGS] -nan -nan
[Gqlgen] -nan -nan
[Caliban] -nan -nan
[async-graphql] -nan -nan
[Apollo GraphQL] -nan -nan

Benchmark 2 results

Server Requests/sec Latency (ms)
[Tailcall] -nan -nan
[Netflix DGS] -nan -nan
[Gqlgen] -nan -nan
[Caliban] -nan -nan
[async-graphql] -nan -nan
[Apollo GraphQL] -nan -nan

Please sign in to comment.