@@ -2,8 +2,7 @@ name: "Execution benchmarks"
22
33on :
44 push :
5- # TODO(ayush): remove after feat/new-execution is merged
6- branches : ["main", "feat/new-execution"]
5+ branches : ["main"]
76 pull_request :
87 types : [opened, synchronize, reopened, labeled]
98 branches : ["**"]
@@ -66,12 +65,12 @@ jobs:
6665
6766 - name : Build benchmarks
6867 working-directory : benchmarks/execute
69- run : cargo $TOOLCHAIN codspeed build --profile maxperf
68+ run : cargo $TOOLCHAIN codspeed build --profile maxperf --features tco
7069 - name : Run benchmarks
7170 uses : CodSpeedHQ/action@v3
7271 with :
7372 working-directory : benchmarks/execute
74- run : cargo $TOOLCHAIN codspeed run
73+ run : cargo $TOOLCHAIN codspeed run --features tco
7574 token : ${{ secrets.CODSPEED_TOKEN }}
7675
7776 codspeed-instrumentation-benchmarks :
@@ -111,10 +110,10 @@ jobs:
111110
112111 - name : Build benchmarks
113112 working-directory : benchmarks/execute
114- run : cargo $TOOLCHAIN codspeed build
113+ run : cargo $TOOLCHAIN codspeed build --features tco
115114 - name : Run benchmarks
116115 uses : CodSpeedHQ/action@v3
117116 with :
118117 working-directory : benchmarks/execute
119- run : cargo $TOOLCHAIN codspeed run
118+ run : cargo $TOOLCHAIN codspeed run --features tco
120119 token : ${{ secrets.CODSPEED_TOKEN }}
0 commit comments