Skip to content

feat: benchmarks#400

Closed
xBlaz3kx wants to merge 34 commits intolorenzodonini:masterfrom
xBlaz3kx:feat/benchmarks
Closed

feat: benchmarks#400
xBlaz3kx wants to merge 34 commits intolorenzodonini:masterfrom
xBlaz3kx:feat/benchmarks

Conversation

@xBlaz3kx
Copy link
Contributor

@xBlaz3kx xBlaz3kx commented Jan 2, 2026

Proposed changes

  • Add benchmarks to CI
  • Add request queue benchmarks

Types of changes

What types of changes does your code introduce?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of
them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before
merging your code.

  • I have read the CONTRIBUTING doc
  • I have signed the CLA
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules

xBlaz3kx and others added 30 commits July 25, 2025 19:52
…tead of panicking and let the user deal with the consequences (#9)
* feat: add option for enabling websocket compression

* feat: add option for enabling websocket compression on the client

* docs: add compression docs
* Added OCPP configuration manager

* docs: update
* Added ocppj and websocket server metrics

* Added metrics support to examples and observability stack

* Added commands to run the observability with examples in makefile

* Added context with expiry for metrics

* Added notes

* Added error log if websocket metrics arent initialized properly

* Added readme instructions on configuring and testing observability

* docs: add observability setup instructions

* fix: typos

* feat: additional websocket metrics

* feat: additional ocpp server metrics - request queue size

* chore: add tests for new functions

* chore: rename struct

* chore: rename method

* feat: add errors for metrics

* feat: add dispatcher metrics
* Added ocppj and websocket server metrics

* Added context with expiry for metrics

* feat: additional ocpp server metrics - request queue size

* chore: rename method

* feat: add pyroscope to observability

* feat: add pyroscope integration to examples

* chore: remove pyroscope, as it is already included in newest LGTM stack image

* fix: simulator profiling fixes

* feat: added k6 and profiling for ocpp system

* feat(wip): Performance tests

* fix: typo

* feat: adjust example metric interval to be able to sample high frequency reconnects

* fix: support for multiple profiles
* feat: k6 runs on CI

* fix: making the examples thread-safe

* fix: ci

* Apply automatic changes

* fix: PR comment

* fix: PR comment action
* feat: make validation atomic

* fix: make html escaping atomic
* chore: use suite assertions instead of package assertions

* Apply automatic changes
* chore: add tests for ocpp package, made features package-private. They should only be retrieved/manipulated via methods.

* chore: add ocpp to coverage

* Apply automatic changes
* fix: tests

* chore: unify ci and local test runs
* chore: callback queue tests

* fix: add intenal to unit test coverage
* chore: refactor logging to use struct logger instead of global logger to prevent data races

* chore: refactor websocket to use struct logger instead of global logger

* fix: passing down logger

* fix: remove logger test
…ic (#43)

* fix: remove mutex and use atomic int for connected charge points metric

* fix: potential nil reference
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4...v7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [jaxxstorm/action-install-gh-release](https://github.com/jaxxstorm/action-install-gh-release) from 1.10.0 to 2.1.0.
- [Release notes](https://github.com/jaxxstorm/action-install-gh-release/releases)
- [Commits](jaxxstorm/action-install-gh-release@v1.10.0...v2.1.0)

---
updated-dependencies:
- dependency-name: jaxxstorm/action-install-gh-release
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps gopkg.in/go-playground/validator.v9 from 9.30.0 to 9.31.0.

---
updated-dependencies:
- dependency-name: gopkg.in/go-playground/validator.v9
  dependency-version: 9.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 7.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](stefanzweifel/git-auto-commit-action@v5...v7)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: improve server and client state locking with read locks

* Apply automatic changes
xBlaz3kx and others added 4 commits January 1, 2026 16:43
Bumps the go_modules group with 2 updates in the / directory: [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) and [golang.org/x/net](https://github.com/golang/net).


Updates `github.com/sirupsen/logrus` from 1.4.2 to 1.8.3
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](sirupsen/logrus@v1.4.2...v1.8.3)

Updates `golang.org/x/net` from 0.34.0 to 0.38.0
- [Commits](golang/net@v0.34.0...v0.38.0)

---
updated-dependencies:
- dependency-name: github.com/sirupsen/logrus
  dependency-version: 1.8.3
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@xBlaz3kx xBlaz3kx closed this Jan 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant