Tags: minio/warp
Tags
Add optional checksums (#400) Usage is similar to [mc](minio/mc#5043). > To add a [checksum](https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) to the uploaded objects, use `--checksum` parameter. The following checksums are supported: `CRC32` (composite), `CRC32-FO` (full object), `CRC32C`, `CRC32-FO`, `CRC32C`, `SHA1`, `SHA256` and `CRC64NVME`. Adding a checksum will always disable MD5 checksums.
Add aggregated format compare (#389) Usage: warp cmp before.jzon.zst after.json.zst`. Example... ``` λ warp cmp warp-mixed-2025-04-22[151603]-BTJN.json.zst warp-mixed-2025-04-22[135713]-6t7p.json.zst ------------------- Operation: DELETE Operations: 812 -> 2232 Duration: 31s -> 1m34s * Average: -8.93% (-2.3) obj/s * Requests: Avg: +31.2ms (+9%), P50: +15.9ms (+12%), P99: +37.6ms (+10%), Best: -12.3ms (-79%), Worst: +58.8ms (+12%) StdDev: +5.5ms (+6%) ------------------- Operation: GET Operations: 3651 -> 10024 Duration: 31s -> 1m34s * Average: -9.00% (-105.3 MiB/s) throughput, -9.00% (-10.5) obj/s * Requests: Avg: +2.5ms (+5%), P50: +900µs (+3%), P99: +1.1ms (+2%), Best: -2.2ms (-22%), Worst: +81.1ms (+51%) StdDev: +1.9ms (+21%) * TTFB: Avg: +1.5ms (+20%), P50: +415.655µs (+7%), P99: +2.007334ms (+4%), Best: -499.8µs (-24%), Worst: +78.9896ms (+54%) StdDev: +2.069452ms (+27%) ------------------- Operation: PUT Operations: 1219 -> 3351 Duration: 31s -> 1m34s * Average: -8.84% (-34.5 MiB/s) throughput, -8.84% (-3.4) obj/s * Requests: Avg: +44.3ms (+13%), P50: +43.2ms (+13%), P99: +65.5ms (+11%), Best: +4.6ms (+7%), Worst: +107.2ms (+16%) StdDev: +13.1ms (+12%) ------------------- Operation: STAT Operations: 2442 -> 6685 Duration: 31s -> 1m34s * Average: -9.31% (-7.3) obj/s * Requests: Avg: +1.3ms (+3%), P50: -100µs (-4%), P99: -200µs (-1%), Best: 0s (0%), Worst: +26.4ms (+35%) StdDev: +100µs (+2%) λ ```
PreviousNext