Skip to content

Commit 40b378e

Browse files
committed
Remove sample benchmarks CI step
The tests/benchmarks JMH project was removed, so the CI step that invoked bench/Jmh/run no longer applies.
1 parent 767aa93 commit 40b378e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ jobs:
142142

143143
- run: nix develop --command sbt --client checkAll
144144

145-
- name: Run sample benchmarks
146-
run: nix develop --command sbt --client 'bench/Jmh/run -i 1 -f1 -t1 -foe true'
147-
148145

149146
maven:
150147
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)