Skip to content

Commit

Permalink
Move benchmark into packages/flame
Browse files Browse the repository at this point in the history
  • Loading branch information
luanpotter committed Jan 6, 2025
1 parent f645a89 commit 95c56bb
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: luanpotter/[email protected]
with:
paths: "examples/"
paths: "packages/flame/"
ignore-tag: "no-benchmark"
is-flutter: true
env:
Expand Down
1 change: 0 additions & 1 deletion examples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies:
trex_game: ^0.1.0

dev_dependencies:
benchmark_harness: ^2.3.1
flame_lint: ^1.2.1
test: any

Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions packages/flame/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies:
vector_math: ^2.1.4

dev_dependencies:
benchmark_harness: ^2.3.1
canvas_test: ^0.2.0
dartdoc: ^8.0.8
flame_lint: ^1.2.1
Expand Down

0 comments on commit 95c56bb

Please sign in to comment.