mirror of
https://github.com/honojs/hono.git
synced 2024-11-21 18:18:57 +01:00
163657a411
* Debug result * Fix * Refactoring to convert standard input to json format for custom metrics output * Custom metrics are now output as comments in Pull Reqeust * Fix `undefined is not an object (evaluating 'line.split')` * Add check to make sure line is not undefined * Debug result * Fix * Refactoring to convert standard input to json format for custom metrics output * Custom metrics are now output as comments in Pull Reqeust * Fix `undefined is not an object (evaluating 'line.split')` * Add check to make sure line is not undefined * Move path to parent directory to consolidate multiple metrics and output results * Refactoring to convert to octocov custom metrics format * The two performance measurement jobs were merged and compared output by octocov. * Append unit * bonsai * Review of title * Integrate bundling and size check processes * Fix code style * bonsai * Fix * refs https://github.com/k2tzumi/hono/actions/runs/11903022493/job/33169186026#step:7:96, Fix `no such file or directory` * Fix lint & code style
16 lines
251 B
YAML
16 lines
251 B
YAML
locale: "en"
|
|
repository: ${GITHUB_REPOSITORY}/perf-measures
|
|
coverage:
|
|
if: false
|
|
codeToTestRatio:
|
|
if: false
|
|
testExecutionTime:
|
|
if: false
|
|
diff:
|
|
datastores:
|
|
- artifact://${GITHUB_REPOSITORY}
|
|
comment:
|
|
if: is_pull_request
|
|
summary:
|
|
if: true
|