Skip to content

Commit

Permalink
take out swapping package version prop from config
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendy Hsu authored and Wendy Hsu committed May 23, 2022
1 parent f8e7a0b commit 1bd7f26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run tachometer and generate results file
run: |
cd packages/utilities/fast-benchmarks
yarn run benchmark --library=fast-element --benchmark=localTest --versions local 1.8.0 --operations=create10k
yarn run benchmark --library=fast-element --benchmark=localTest --versions local 1.8.0 --operations=create10k --localBenchFile=index2
- name: Upload results
uses: actions/upload-artifact@v2
with:
Expand Down
12 changes: 6 additions & 6 deletions packages/utilities/fast-benchmarks/scripts/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,12 +232,12 @@ async function generateBenchmarks(
// },
// };

bench.packageVersions = {
label: version,
dependencies: {
[dep]: "1.9.1",
},
};
// bench.packageVersions = {
// label: version,
// dependencies: {
// [dep]: "1.9.1",
// },
// };
} else {
bench.packageVersions = {
label: version,
Expand Down

0 comments on commit 1bd7f26

Please sign in to comment.