-
We have a robust benchmark test suite in `pydantic-core`, but are lacking similar coverage in `pydantic`.
Specifically, I'm interested in expanding this test suite in relation to our core schema bu…
-
https://github.com/CodSpeedHQ/codspeed-rust/blob/dc6b1f187538d50b5cc38266833df83d00aa0ad4/crates/cargo-codspeed/Cargo.toml#L21
The newest version is 0.75.0, the current version is one year old :-(
-
Hey, I am a co-founder @codspeedhq 👋
I noticed you enabled your repository on the platform and started using the action in a benchmark job in https://github.com/bytewax/bytewax/pull/418.
However,…
-
See https://github.com/PyO3/pyo3/actions/runs/6587347935/job/18801342354
The `cargo-codspeed` install is building from source.
It looks like the download URL is wrong:
> WARN resolve: Error …
-
### Is your feature request related to a problem? Please describe.
It seems like on every call to `format.number`, or similar, there's a call to the corresponding `Intl.NumberFormat` constructor. T…
-
I'm trying to integrate CodSpeed into [this](https://github.com/tversteeg/blit) repo which contains a virtual manifest. So the `Cargo.toml` contains a `[workspace]` section but the main package is not…
-
The current benchmark system is alright.
It can currently be used by developers to get a better understanding of how the system performs in general and the effects of their changes if they specifical…
rukai updated
5 months ago
-
example
```
cargo codspeed build -p crate1 -p crate2
```
which is supported by cargo build
EYHN updated
6 months ago
-
### Description
So that we can be more efficient when developing and modifying rules while ensuring that performance remains high.
I would like to propose a new command-line that will individually…
-
We do use asv too but recently discovered
An interesting new benchmarking CI/portal: https://codspeed.io/ which seems to be really easy to use - https://docs.codspeed.io/benchmarks/python - just …