Skip to content

Commit

Permalink
decrease performance floor to 300k/s.
Browse files Browse the repository at this point in the history
  • Loading branch information
khajavi committed May 8, 2024
1 parent e43c3cf commit a0cc8d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,6 @@ jobs:

runBenchmarks-simple:
name: Performance Benchmarks (PlainTextBenchmarkServer)
if: ${{ github.event_name == 'pull_request'}}
strategy:
matrix:
os: [ubuntu-latest]
Expand Down Expand Up @@ -756,7 +755,7 @@ jobs:
env:
REQUESTS_PER_SECOND: ${{steps.result.outputs.request_per_second}}
CONCURRENCY: ${{steps.result.outputs.concurrency}}
PERFORMANCE_FLOOR: 600000
PERFORMANCE_FLOOR: 300000
run: |
echo "** 🚀 Performance Benchmarks (PlainTextBenchmarkServer) Report 🚀 **"
Expand All @@ -771,7 +770,6 @@ jobs:
runBenchmarks-effectful:
name: Performance Benchmarks (SimpleEffectBenchmarkServer)
if: ${{ github.event_name == 'pull_request'}}
strategy:
matrix:
os: [ubuntu-latest]
Expand Down
2 changes: 1 addition & 1 deletion project/BenchmarkWorkFlow.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object BenchmarkWorkFlow {
makeBenchmarkPass(
"runBenchmarks-simple",
"Performance Benchmarks (PlainTextBenchmarkServer)",
600000,
300000,
"PlainTextBenchmarkServer",
),
makeBenchmarkPass(
Expand Down

0 comments on commit a0cc8d9

Please sign in to comment.