Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
120 changes: 60 additions & 60 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,71 +21,71 @@ jobs:
artifact: npm-package
workflow: ci.yml
required: false
#- run: mv preact.tgz preact-main.tgz
#- name: Upload locally build & base preact package
# uses: actions/upload-artifact@v4
# with:
# name: bench-environment
# path: |
# preact-local.tgz
# preact-main.tgz
- run: mv preact.tgz preact-main.tgz
- name: Upload locally build & base preact package
uses: actions/upload-artifact@v4
with:
name: bench-environment
path: |
preact-local.tgz
preact-main.tgz

#bench_todo:
# name: Bench todo
# uses: ./.github/workflows/run-bench.yml
# needs: prepare
# with:
# benchmark: todo/todo
# timeout: 10
bench_todo:
name: Bench todo
uses: ./.github/workflows/run-bench.yml
needs: prepare
with:
benchmark: todo/todo
timeout: 10

#bench_text_update:
# name: Bench text-update
# uses: ./.github/workflows/run-bench.yml
# needs: prepare
# with:
# benchmark: text-update/text-update
# timeout: 10
bench_text_update:
name: Bench text-update
uses: ./.github/workflows/run-bench.yml
needs: prepare
with:
benchmark: text-update/text-update
timeout: 10

#bench_many_updates:
# name: Bench many-updates
# uses: ./.github/workflows/run-bench.yml
# needs: prepare
# with:
# benchmark: many-updates/many-updates
# timeout: 10
bench_many_updates:
name: Bench many-updates
uses: ./.github/workflows/run-bench.yml
needs: prepare
with:
benchmark: many-updates/many-updates
timeout: 10

#bench_replace1k:
# name: Bench replace1k
# uses: ./.github/workflows/run-bench.yml
# needs: prepare
# with:
# benchmark: table-app/replace1k
bench_replace1k:
name: Bench replace1k
uses: ./.github/workflows/run-bench.yml
needs: prepare
with:
benchmark: table-app/replace1k

#bench_update10th1k:
# name: Bench 03_update10th1k_x16
# uses: ./.github/workflows/run-bench.yml
# needs: prepare
# with:
# benchmark: table-app/update10th1k
bench_update10th1k:
name: Bench 03_update10th1k_x16
uses: ./.github/workflows/run-bench.yml
needs: prepare
with:
benchmark: table-app/update10th1k

#bench_create10k:
# name: Bench create10k
# uses: ./.github/workflows/run-bench.yml
# needs: prepare
# with:
# benchmark: table-app/create10k
bench_create10k:
name: Bench create10k
uses: ./.github/workflows/run-bench.yml
needs: prepare
with:
benchmark: table-app/create10k

#bench_hydrate1k:
# name: Bench hydrate1k
# uses: ./.github/workflows/run-bench.yml
# needs: prepare
# with:
# benchmark: table-app/hydrate1k
bench_hydrate1k:
name: Bench hydrate1k
uses: ./.github/workflows/run-bench.yml
needs: prepare
with:
benchmark: table-app/hydrate1k

#bench_filter_list:
# name: Bench filter-list
# uses: ./.github/workflows/run-bench.yml
# needs: prepare
# with:
# benchmark: filter-list/filter-list
# timeout: 10
bench_filter_list:
name: Bench filter-list
uses: ./.github/workflows/run-bench.yml
needs: prepare
with:
benchmark: filter-list/filter-list
timeout: 10
Loading