Skip to content

Commit

Permalink
dbg: pass
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelff committed Jan 23, 2024
1 parent 10b2cb6 commit 5140d1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wasm-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
Web Assembly: Current
1.72x slower than Node API: Current
1.3x slower than Web Assembly: Baseline
1.06x faster than Web Assembly: Latest
1.01x faster than Web Assembly: Latest
• movies.findMany({ where: {...}, include: { cast: true } take: 2000 }) (m2m)
-------------------------------------------------------------- -----------------------------
Expand All @@ -131,7 +131,7 @@ jobs:
Web Assembly: Current
1.68x slower than Node API: Current
1.31x slower than Web Assembly: Baseline
1.21x slower than Web Assembly: Latest
1.01x slower than Web Assembly: Latest
• movie.findMany({ where: { ... }, take: 2000, include: { cast: { include: { person: true } } } })
-------------------------------------------------------------- -----------------------------
Expand All @@ -157,7 +157,7 @@ jobs:
Web Assembly: Current
1.46x slower than Node API: Current
1.28x slower than Web Assembly: Baseline
10.10x faster than Web Assembly: Latest
1.00x faster than Web Assembly: Latest
• movie.findMany({ where: { cast: { person: { ... } }, take: 100 }) (m2m -> to-one)
-------------------------------------------------------------- -----------------------------
Expand All @@ -170,7 +170,7 @@ jobs:
Web Assembly: Current
1.42x slower than Node API: Current
1.33x slower than Web Assembly: Baseline
1.10x slower than Web Assembly: Latest
1.10x faster than Web Assembly: Latest
EOT
regressed_values=$(grep "slower than Web Assembly: Latest" results.txt | cut -f1 -d'x')
Expand Down

0 comments on commit 5140d1e

Please sign in to comment.