0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 18:18:57 +01:00
Commit Graph

5 Commits

Author SHA1 Message Date
Katsumi Kato
163657a411
ci: Display performance measurement results as custom metrics (#3491)
* 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
2024-11-19 13:38:21 +09:00
Yusuke Wada
c8f6a866c0
chore: enable formatting perf-measures (#3683) 2024-11-18 15:44:13 +09:00
m-shaka
331166471c
fix(types): rm ExcludeEmptyObject to fix massively increased type instantiations (#3507)
* fix: mv ExcludeEmptyObject to hono-base.ts

* refactor: rm ExcludeEmptyObject
2024-10-14 19:44:07 +09:00
m-shaka
4878fcf57c
ci: prettify type check result and rm a comment (#3442) 2024-09-23 16:16:31 +09:00
m-shaka
66df4e1296
ci: Type check perf (#3406)
* chore: add scripts to monitor type check performance

* chore: add jobs for type-check-perf-monitoring

* chore: rm a comment

* refactor: mv type-check-perf perf-measures/type-check

* rm .eslintrc.cjs

* chore: ignore *result.txt
2024-09-22 18:11:32 +09:00