|
20 | 20 | required: false |
21 | 21 | type: string |
22 | 22 | default: "3.10" |
23 | | - timeout: |
24 | | - description: "Timeout for Timer.autorange()" |
25 | | - required: false |
26 | | - default: 1800 |
27 | | - type: number |
| 23 | + # timeout: |
| 24 | + # description: "Timeout for Timer.autorange()" |
| 25 | + # required: false |
| 26 | + # default: 1800 |
| 27 | + # type: number |
28 | 28 | cpp-binding-framework: |
29 | 29 | required: false |
30 | 30 | description: "The framework used to build easygraph's C++ binding" |
|
78 | 78 | options: |
79 | 79 | - "3.10" |
80 | 80 | - "3.9" |
81 | | - timeout: |
82 | | - description: "Timeout for Timer.autorange()" |
83 | | - required: false |
84 | | - default: "1800" |
85 | | - type: string |
| 81 | + # timeout: |
| 82 | + # description: "Timeout for Timer.autorange()" |
| 83 | + # required: false |
| 84 | + # default: "1800" |
| 85 | + # type: string |
86 | 86 | cpp-binding-framework: |
87 | 87 | required: false |
88 | 88 | description: "The framework used to build easygraph's C++ binding" |
@@ -175,25 +175,25 @@ jobs: |
175 | 175 | if: inputs.benchScriptSet == 'normal' |
176 | 176 | working-directory: easygraph-bench |
177 | 177 | run: | |
178 | | - python3 ./entrypoint_normal.py -D --timeout '${{ inputs.timeout }}' |
| 178 | + python3 ./entrypoint_normal.py -D |
179 | 179 |
|
180 | 180 | - name: benchmark (large) |
181 | 181 | if: inputs.benchScriptSet == 'large' |
182 | 182 | working-directory: easygraph-bench |
183 | 183 | run: | |
184 | | - python3 ./entrypoint_large.py -D --timeout '${{ inputs.timeout }}' |
| 184 | + python3 ./entrypoint_large.py -D |
185 | 185 |
|
186 | 186 | - name: benchmark (coauthorship) |
187 | 187 | if: inputs.benchScriptSet == 'coauthorship' |
188 | 188 | working-directory: easygraph-bench |
189 | 189 | run: | |
190 | | - python3 ./bench_coauthorship.py -D --timeout '${{ inputs.timeout }}' |
| 190 | + python3 ./bench_coauthorship.py -D |
191 | 191 |
|
192 | 192 | - name: benchmark (stub) |
193 | 193 | if: inputs.benchScriptSet == 'stub' |
194 | 194 | working-directory: easygraph-bench |
195 | 195 | run: | |
196 | | - python3 ./entrypoint_stub.py -D --timeout '${{ inputs.timeout }}' |
| 196 | + python3 ./entrypoint_stub.py -D |
197 | 197 |
|
198 | 198 | - name: benchmark (stub-fast) |
199 | 199 | if: inputs.benchScriptSet == 'stub-fast' |
|
0 commit comments