yew/tools/benchmark-struct/package.json
WorldSEnder 698bd56e61
Update benchmark crates and workflow (#3027)
* update benchmark crates and workflow
* default to the merge commit for benchmarking
* setup framework benchmark early, after the caches

this doesn't restore the comments on PRs;
benchmark-action/github-action-benchmark has open issues about it
2022-12-11 15:07:14 +01:00

27 lines
1.1 KiB
JSON

{
"name": "js-framework-benchmark-keyed-yew",
"version": "1.0.0",
"description": "Benchmark for Yew",
"license": "ISC",
"js-framework-benchmark": {
"frameworkVersion": "latest",
"frameworkHomeURL": "https://yew.rs/",
"issues": [
1139
]
},
"scripts": {
"build-prod": "echo This is a no-op. && echo Due to heavy dependencies, the generated javascript is already provided. && echo If you really want to rebuild from source use: && echo npm run build-prod-force",
"build-prod-force": "rustup target add wasm32-unknown-unknown && cargo install wasm-pack && npx build-prod-without-tools-install",
"build-prod-without-tools-install": "rimraf bundled-dist && wasm-pack build --release --target web --no-typescript --out-name js-framework-benchmark-yew --out-dir bundled-dist && cpr index.html bundled-dist/index.html && (cd bundled-dist && rimraf .gitignore README.md package.json)"
},
"repository": {
"type": "git",
"url": "https://github.com/krausest/js-framework-benchmark.git"
},
"devDependencies": {
"rimraf": "^2.6.3",
"cpr": "^3.0.1"
}
}