8000 Tags · minio/warp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: minio/warp

Tags

v1.1.4

Toggle v1.1.4's commit message
update dep one more time

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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%)

λ
```

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support multipart-put benchmarking (#383)

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix JSON output on analyze (#375)

Regular output was not disabled.

Fixes #374

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix aggregated -analyze.op (#369)

Allow filtering on aggregated results.

v1.1.0-rc

Toggle v1.1.0-rc's commit message
fix: warp toolchain version

v1.0.8

Toggle v1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: rename `metadata` flag to `add-metadata` for put operations (#356)

Signed-off-by: Rui Chen <rui@chenrui.dev>

v1.0.7

Toggle v1.0.7's commit message
update all deps

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#345)

Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](golang-jwt/jwt@v4.5.0...v4.5.1)

---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add support for stat with --list-existing (#343)

0