Skip to content

Commit

Permalink
move benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldSEnder committed Sep 26, 2021
1 parent 752e33e commit a2be09f
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: wasm-pack test --headless --chrome --firefox examples/yew-integration

- name: Run Browser Benchmarks
run: wasm-pack test --headless --chrome --firefox examples/benchmarks --release --no-default-features
run: wasm-pack test --headless --chrome --firefox ci/benchmarks --release --no-default-features

publish:
name: Publish to crates.io
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ members = [
"packages/stylist-core",
"packages/stylist-macros",

"examples/benchmarks",
"examples/yew-proc-macros",
"examples/yew-integration",
"examples/yew-shadow",
"examples/yew-theme-context",
"examples/yew-theme-hooks",
"examples/use-media-query",

"ci/benchmarks",
"ci/codesize",
]
resolver = "2"
Expand Down
4 changes: 3 additions & 1 deletion Trunk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ ignore = [
"packages/stylist/target/",
"packages/stylist-core/target/",

"examples/benchmarks/target/",
"examples/yew-integration/target/",
"examples/yew-theme-context/target/",

"ci/benchmarks/target/",
"ci/codesize/target/",
]

[tools]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a2be09f

Please sign in to comment.