Commit Graph

3 Commits

Author SHA1 Message Date
Bowen Liang ef676bee47 chore: align go version in GHA to 1.23 (#225) 2025-04-20 17:43:05 +08:00
Yeuoly 73a4d93a62 benchmark/local-runtime (#219)
* benchmark/local-runtime

* test

* fix

* fix: add uv

* fix: uv path

* fix: get uv

* done
2025-04-17 00:03:28 +08:00
Yeuoly 2d216df27a feat: add benchmark workflow (#216)
* feat: add benchmark workflow

- Introduced a GitHub Actions workflow for benchmarking Go code, triggered on pushes to the main branch and pull requests.
- Added a benchmark test for the stream package to measure performance of the Write method under concurrent conditions.

* fix: setup license

* fix: exclude non-benchmark

* fix: stash license

* chore: update triggers

* update README
2025-04-16 21:23:54 +08:00