@@ -21,71 +21,71 @@ jobs:
2121 artifact : npm-package
2222 workflow : ci.yml
2323 required : false
24- - run : mv preact.tgz preact-main.tgz
25- - name : Upload locally build & base preact package
26- uses : actions/upload-artifact@v4
27- with :
28- name : bench-environment
29- path : |
30- preact-local.tgz
31- preact-main.tgz
24+ # - run: mv preact.tgz preact-main.tgz
25+ # - name: Upload locally build & base preact package
26+ # uses: actions/upload-artifact@v4
27+ # with:
28+ # name: bench-environment
29+ # path: |
30+ # preact-local.tgz
31+ # preact-main.tgz
3232
33- bench_todo :
34- name : Bench todo
35- uses : ./.github/workflows/run-bench.yml
36- needs : prepare
37- with :
38- benchmark : todo/todo
39- timeout : 10
33+ # bench_todo:
34+ # name: Bench todo
35+ # uses: ./.github/workflows/run-bench.yml
36+ # needs: prepare
37+ # with:
38+ # benchmark: todo/todo
39+ # timeout: 10
4040
41- bench_text_update :
42- name : Bench text-update
43- uses : ./.github/workflows/run-bench.yml
44- needs : prepare
45- with :
46- benchmark : text-update/text-update
47- timeout : 10
41+ # bench_text_update:
42+ # name: Bench text-update
43+ # uses: ./.github/workflows/run-bench.yml
44+ # needs: prepare
45+ # with:
46+ # benchmark: text-update/text-update
47+ # timeout: 10
4848
49- bench_many_updates :
50- name : Bench many-updates
51- uses : ./.github/workflows/run-bench.yml
52- needs : prepare
53- with :
54- benchmark : many-updates/many-updates
55- timeout : 10
49+ # bench_many_updates:
50+ # name: Bench many-updates
51+ # uses: ./.github/workflows/run-bench.yml
52+ # needs: prepare
53+ # with:
54+ # benchmark: many-updates/many-updates
55+ # timeout: 10
5656
57- bench_replace1k :
58- name : Bench replace1k
59- uses : ./.github/workflows/run-bench.yml
60- needs : prepare
61- with :
62- benchmark : table-app/replace1k
57+ # bench_replace1k:
58+ # name: Bench replace1k
59+ # uses: ./.github/workflows/run-bench.yml
60+ # needs: prepare
61+ # with:
62+ # benchmark: table-app/replace1k
6363
64- bench_update10th1k :
65- name : Bench 03_update10th1k_x16
66- uses : ./.github/workflows/run-bench.yml
67- needs : prepare
68- with :
69- benchmark : table-app/update10th1k
64+ # bench_update10th1k:
65+ # name: Bench 03_update10th1k_x16
66+ # uses: ./.github/workflows/run-bench.yml
67+ # needs: prepare
68+ # with:
69+ # benchmark: table-app/update10th1k
7070
71- bench_create10k :
72- name : Bench create10k
73- uses : ./.github/workflows/run-bench.yml
74- needs : prepare
75- with :
76- benchmark : table-app/create10k
71+ # bench_create10k:
72+ # name: Bench create10k
73+ # uses: ./.github/workflows/run-bench.yml
74+ # needs: prepare
75+ # with:
76+ # benchmark: table-app/create10k
7777
78- bench_hydrate1k :
79- name : Bench hydrate1k
80- uses : ./.github/workflows/run-bench.yml
81- needs : prepare
82- with :
83- benchmark : table-app/hydrate1k
78+ # bench_hydrate1k:
79+ # name: Bench hydrate1k
80+ # uses: ./.github/workflows/run-bench.yml
81+ # needs: prepare
82+ # with:
83+ # benchmark: table-app/hydrate1k
8484
85- bench_filter_list :
86- name : Bench filter-list
87- uses : ./.github/workflows/run-bench.yml
88- needs : prepare
89- with :
90- benchmark : filter-list/filter-list
91- timeout : 10
85+ # bench_filter_list:
86+ # name: Bench filter-list
87+ # uses: ./.github/workflows/run-bench.yml
88+ # needs: prepare
89+ # with:
90+ # benchmark: filter-list/filter-list
91+ # timeout: 10
0 commit comments