File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,22 +32,22 @@ jobs:
3232 command : |
3333 cd bench
3434 composer update --prefer-dist --no-interaction --no-progress
35- - name : Normalization Benchmarks
35+ - name : ' [Bench] Normalization '
3636 continue-on-error : true
3737 run : |
3838 cd bench
3939 composer bench:normalize
40- - name : Denormalization Benchmarks
40+ - name : ' [Bench] Denormalization '
4141 continue-on-error : true
4242 run : |
4343 cd bench
44- composer bench:normalize
45- - name : Instantiation Benchmarks
44+ composer bench:denormalize
45+ - name : ' [Bench] Instantiation '
4646 continue-on-error : true
4747 run : |
4848 cd bench
4949 composer bench:instantiate
50- - name : Type Extraction Benchmarks
50+ - name : ' [Bench] Type Extraction'
5151 continue-on-error : true
5252 run : |
5353 cd bench
You can’t perform that action at this time.
0 commit comments