Henk-Jan Lebbink 5080bf9b85
Refactor/cleanup errors (#179)
* error refactored: moved to thiserror
* Result type alias for better ergonomics:
* removed field from MinioErrorCode::BucketNotEmpty enum
* made field private of MinioErrorResponse
* updated XmlError
* simplified calling errors
* bumped toolchain channel form 1.86.0 to 1.87.0
* bumped toolchain channel form 1.87.0 to 1.88.0 due to clippy fixes that are not compatible with 1.87.0
2025-08-14 21:31:45 -07:00
..
2025-08-14 21:31:45 -07:00
2025-03-29 15:26:11 -07:00

Benches:

  • Designed for low-level, micro-benchmarks.
  • Focuses on measuring specific functions or operations.
  • Outputs raw benchmarking results.

run: cargo bench --bench s3_api_benchmarks

results are in target\criterion