Skip to content

Conversation

kprokopenko
Copy link
Collaborator

@kprokopenko kprokopenko commented Jun 19, 2025

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Issue Number: 1801

What is the new behavior?

Other information

The code necessary for proper support is present:

return meta.WithTrailerCallback(balancerContext.WithNodeID(ctx, s.NodeID()), s.checkCloseHint)

@kprokopenko kprokopenko linked an issue Jun 19, 2025 that may be closed by this pull request
Copy link

github-actions bot commented Jun 19, 2025

github.com/ydb-platform/ydb-go-sdk/v3

compatible changes

WithDisableSessionBalancer: added

github.com/ydb-platform/ydb-go-sdk/v3/config

compatible changes

github.com/ydb-platform/ydb-go-sdk/v3/internal/config.(*Common).DisableSessionBalancer: added
github.com/ydb-platform/ydb-go-sdk/v3/internal/config.(*Common).SetDisableSessionBalancer: added

summary

Base version: v3.111.3 (master)
Suggested version: v3.112.0

@codecov-commenter
Copy link

codecov-commenter commented Jun 19, 2025

Codecov Report

Attention: Patch coverage is 90.24390% with 4 lines in your changes missing coverage. Please review.

Project coverage is 70.75%. Comparing base (0d167dd) to head (aa0745d).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
internal/query/session_core.go 55.55% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1813      +/-   ##
==========================================
- Coverage   70.81%   70.75%   -0.06%     
==========================================
  Files         386      386              
  Lines       40234    40273      +39     
==========================================
+ Hits        28492    28496       +4     
- Misses      10575    10601      +26     
- Partials     1167     1176       +9     
Flag Coverage Δ
experiment 70.35% <90.24%> (-0.12%) ⬇️
go-1.21.x 68.42% <90.24%> (-0.05%) ⬇️
go-1.24.x 70.72% <90.24%> (-0.09%) ⬇️
integration 53.53% <90.24%> (-0.40%) ⬇️
macOS 40.37% <12.19%> (-0.06%) ⬇️
ubuntu 70.75% <90.24%> (-0.07%) ⬇️
unit 40.37% <12.19%> (-0.05%) ⬇️
windows 40.35% <12.19%> (-0.07%) ⬇️
ydb-24.4 52.61% <90.24%> (-0.54%) ⬇️
ydb-25.1 53.43% <90.24%> (-0.44%) ⬇️
ydb-latest 53.13% <90.24%> (-0.37%) ⬇️
ydb-nightly 70.35% <90.24%> (-0.12%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kprokopenko kprokopenko requested a review from asmyasnikov June 19, 2025 11:25
Co-authored-by: Aleksey Myasnikov <[email protected]>
@kprokopenko kprokopenko requested a review from asmyasnikov June 24, 2025 17:24
@kprokopenko kprokopenko requested a review from asmyasnikov June 25, 2025 10:38
sql.go Outdated

// WithDisableServerBalancer returns a ConnectorOption that disables session balancing for the SQL connector.
// If you want to use it as an Option for the native driver, wrap it with `ydb.Option`.
func WithDisableServerBalancer() uoption {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В данном месте WithDisableServerBalancer было, менять не стал, чтобы не ломать совместимость.

@kprokopenko kprokopenko changed the title Added the previously lost HintSessionBalancer Support for server-side load balancing of sessions Jun 27, 2025
Copy link

Metrics

Success Rate

Success Rate

Operations Per Second

Operations Per Second

95th Percentile Latency

95th Percentile Latency

3 similar comments
Copy link

Metrics

Success Rate

Success Rate

Operations Per Second

Operations Per Second

95th Percentile Latency

95th Percentile Latency

Copy link

Metrics

Success Rate

Success Rate

Operations Per Second

Operations Per Second

95th Percentile Latency

95th Percentile Latency

Copy link

Metrics

Success Rate

Success Rate

Operations Per Second

Operations Per Second

95th Percentile Latency

95th Percentile Latency

Copy link

Metrics

Success Rate

Success Rate

Operations Per Second

Operations Per Second

95th Percentile Latency

95th Percentile Latency

1 similar comment
Copy link

Metrics

Success Rate

Success Rate

Operations Per Second

Operations Per Second

95th Percentile Latency

95th Percentile Latency

Copy link

github-actions bot commented Jul 1, 2025

Metrics

Success Rate

Success Rate

Operations Per Second

Operations Per Second

95th Percentile Latency

95th Percentile Latency

8 similar comments
Copy link

github-actions bot commented Jul 1, 2025

Metrics

Success Rate

Success Rate

Operations Per Second

Operations Per Second

95th Percentile Latency

95th Percentile Latency

Copy link

github-actions bot commented Jul 1, 2025

Metrics

Success Rate

Success Rate

Operations Per Second

Operations Per Second

95th Percentile Latency

95th Percentile Latency

Copy link

github-actions bot commented Jul 1, 2025

Metrics

Success Rate

Success Rate

Operations Per Second

Operations Per Second

95th Percentile Latency

95th Percentile Latency

Copy link

github-actions bot commented Jul 1, 2025

Metrics

Success Rate

Success Rate

Operations Per Second

Operations Per Second

95th Percentile Latency

95th Percentile Latency

Copy link

github-actions bot commented Jul 1, 2025

Metrics

Success Rate

Success Rate

Operations Per Second

Operations Per Second

95th Percentile Latency

95th Percentile Latency

Copy link

github-actions bot commented Jul 1, 2025

Metrics

Success Rate

Success Rate

Operations Per Second

Operations Per Second

95th Percentile Latency

95th Percentile Latency

Copy link

github-actions bot commented Jul 1, 2025

Metrics

Success Rate

Success Rate

Operations Per Second

Operations Per Second

95th Percentile Latency

95th Percentile Latency

Copy link

github-actions bot commented Jul 1, 2025

Metrics

Success Rate

Success Rate

Operations Per Second

Operations Per Second

95th Percentile Latency

95th Percentile Latency

Copy link

github-actions bot commented Jul 3, 2025

🌋 Here are results of SLO test for gorm-table:

Operation Success Rate

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Success Rate, %" 89 --> 111
    line [100,100,100.003,100,100.003,100,100,100,100,100.003,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,99.997,100,100,99.997,99.997,99.997,99.997,99.993,99.997,99.997,99.997,99.997,99.997,99.993,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,100,99.997,99.997,99.997,99.997,99.997,100,100,100,100,100,99.997,100,100,100,100,100,100,99.997,100,100,100,100,99.997,100,100,100.003,100.003,99.997,99.997,100,99.997,100,100,100,100,100,100,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.993,100.003,99.997,99.997,100,99.997,99.997,99.997,99.997,99.993,100,100,99.997,100,100,100,100,99.997,100,100,100.003,100,100,100.003,99.997,100.003,100,100,99.997,100,99.997,100,100,99.997,100,100,100,99.997,100.003,99.997,100,100.003,99.993,99.986,99.986,99.986,99.99,99.986,99.983,99.986,99.986,99.986,99.983,99.986,99.986,99.986,99.986,99.99,99.986,99.983,99.986,99.986,99.99,99.986,99.983,99.986,99.99,99.986,99.983,99.986,99.986,99.997,100.003,99.997,100,100,99.997,100.003,100,99.997,100,100,100.003,100,100,100,99.997,100,100.003,100,100,100,100,100.003,100,100,100,100.003,100,100,100,99.997,100.003,100,100,100.003,100,100,100.003,100,100,99.997,99.997,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,99.997,100,100,100,100,100.003,100,100,100,100,100.003,100,100,100,100,100,100.003,100,100,100.003,100,100,100,100,100,99.997,100,100.003,100,100.003,100,100,100,100.007,100,100,100,100,100,99.997,100.003,100,100,100,100.003,99.997,100,100,99.997,100,100.003,100,99.997,100,100.003,100,100,100,100,100,100,99.997,99.997,100,100.003,100,100,100,100,99.997,100,100,100,99.997,100,100,100.003,100,100,100,100,100.003,100,100,100,100,100,100,100,100.003,100.003,100,100,99.993,100,100.003,99.997,100,100,100,100,100,100,100,100,99.997,100,100,99.997,99.997,100,100,100,99.997,100,100,100,100,99.997,100,100,100,100.003,100,99.997,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100.003,100,100,100,100,100,100.003,100,99.997,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,99.997,100,100.003,100,100,100,99.997,100,100.003,99.997,100,100,100.003,99.997,100,100.003,100,100,100,99.997,100,100,100,100.003,99.997,100,100,100.003,100,100,100,99.997,100,100,100,100,100,100,100.003,100,100,99.997,100,100,99.997,100,100,100,100.007,100,100,100,100,100.003,100,100,99.997,100,100.003,100,100,100,100,99.997,100,100,100,100,99.997,100,100,100,99.997,100,100,99.997,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100.003,100,99.997,100,100,100.003,100,100,100,100.007,100,100,100.003,100,99.997,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100.003,100,100,100.003,100,100,100,100,100,100,99.997,100,100,100,99.997,100.003,100,100,100.003,100,100.003,100,100,100.003,100,100,100,100,100,100,100,100,100,100]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "	Time, m" 0 --> 10
    y-axis "Success Rate, %" 89 --> 111
    line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
Loading

Operations Per Second

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 829 --> 1105
    line [921.401,954.734,996.4,1000.034,1000.034,999.931,1000.034,999.966,999.897,1000,999.931,1000.069,1000,1000,1000,1000,999.966,1000,999.966,999.931,999.931,999.897,1000.034,999.931,1000,1000,999.966,1000.103,1000.138,1000.103,1000.034,1000.069,1000.034,997.621,1000.103,1000,1000.103,1000.138,1000.069,1000.103,1000,1000,1000.034,999.966,1000.034,1000.034,1000,1000,1000.103,999.931,999.931,1000,1000.103,1000.069,1000,999.966,1000,1000,999.966,1000.034,999.966,999.966,1002.448,999.966,1000.034,999.931,999.966,1000,1000,1000,1000,1000,1000,999.966,1000.034,1000.034,1000.034,1000,1000,1000.172,1000.034,1000,1000,1000,1000.034,1000,1000.034,1000.034,1000.034,1000,1000.034,999.966,1000.034,999.966,995.517,998.379,999.966,1000,1000.034,1000.034,999.931,1000,1000,999.966,1000,1000,1000.069,1000.103,1000,999.966,1000,999.966,1000,1000,999.931,1000,1000,1000,1000.034,1000,1000,1000,1000.069,1004.483,1001.621,1000.069,1000,1000,1000,1000.069,1000.069,1000,1000.034,1000,1000,999.966,1000,1000,999.966,1000,1000.034,1000,1000.034,1000.103,1000,1000,1000.034,999.966,999.966,999.931,1000.034,1000,1000,1000,997.414,1000,999.897,999.966,1000.034,999.931,1000.034,1000,1000,1000.034,1000,1000,1000,1000.069,1000,1000,1000.034,1000,999.966,1000,1000,999.966,1000,1000.034,1000.103,1000,999.966,1000.069,999.966,1002.517,999.966,1000.069,1000.034,999.931,1000.034,1000.034,1000,1000,1000.034,1000.034,1000.034,1000,999.966,1000,1000.034,1000,1000,999.966,1000,999.966,1000,1000.069,1000,1000,1000,999.931,999.966,1000.034,1000.034,1000,1000,1000,1000.034,1000,999.966,999.966,999.966,999.966,999.966,999.862,1000.034,1000.034,1000,999.966,999.966,1000.034,1000.034,1000,1000.034,999.966,999.931,999.966,1000,999.862,1000.103,1000,1000,1000.034,1000.034,1000.034,1000,999.897,999.966,1000,1000.034,1000.034,999.966,1000,1000.138,1000,999.931,999.966,999.966,1000.034,999.931,1000,999.966,1000,1000.034,1000.034,1000.069,1000,1000.103,999.966,999.966,1000,1000,1000,1000.034,999.966,1000.138,1000.069,1000,1000,1000.034,1000.069,1000.034,1000,999.966,1000.034,1000.069,1000.034,999.966,1000.034,1000,1000.034,1000,1000,1000.034,999.966,1000,1000,999.897,1000.034,1000.034,999.966,1000,1000,1000.034,999.966,999.966,1000,999.966,999.966,1000,999.966,1000.034,1000,1000.034,999.966,1000,1000,1000.034,1000.034,1000,1000,1000.034,1000,1000,1000,1000,1000.103,1000,999.966,1000,999.966,999.966,1000,1000,1000,1000.034,1000,1000,999.966,1000,1000,1000.034,1000,1000.034,999.931,1000,1000,1000,1000.034,1000,999.966,999.966,1000.034,1000,1000,1000,999.862,999.931,999.966,1000.069,1000,1000,1000,1000,999.931,1000.034,1000,1000,1000,1000,1000,999.966,1000,1000.069,999.966,999.966,999.931,999.966,1000.034,999.966,1000,999.966,1000,1000,1000,1000.138,1000.103,1000,999.966,1000,1000,1000,1000,1000.069,1000,1000,1000,1000.034,999.966,999.966,1000.034,999.966,1000.034,1000.069,1000.034,1000.034,1000.034,1000,1000.034,1000.034,1000.034,1000,1000,1000,1000,1000,1000.034,1000,1000,1000,1000,1000.034,999.966,1000,1000,1000,999.931,1000.034,1000,1000,1000.034,999.966,999.966,999.966,1000,1000,999.966,1000,999.966,1000,1000.034,1000.034,1000,1000,1000,1000.034,1000,1000,1000,1000.034,1000,1000.034,1000,1000.034,1000.069,1000.069,999.966,999.931,1000,999.966,1000.034,1000,1000,1000,1000,1000,1000,1000,1000,999.966,1000,999.966,1000.034,999.966,999.966,1000.034,1000.034,1000,1000,999.966,999.897,999.966,1000,999.931,1000,1000.069,1000.103,1000,1000.069,1000.034,1000.069,1000.069,1000.034,1000.034,1000.034,1000.069,1000.034,1000,1000.034,999.966,1000.103,1000.034,1000.034,1000,1000,1000.034,1000.069,1000,1000,1000.069,1000.069,1000,1000.034,1000,999.931,1000,1000,999.931,999.931,999.966,1000,999.966,999.931,1000,999.862,1000.034,1000,1000.034,1000.034,999.966,1000,999.966,1000,1000,999.966,1000,1000,1000.034,1000.069,1000.034,1000,1000,1000,1000.069,1000,1000,1000.034,1000.034,1000,1000,1000.034,1000.034,1000.034,1000.103,999.966,1000.034,999.931,999.966,1000,999.966,1000.034,1000.034,1000,999.966,999.966,1000,999.966,999.966,999.897,1000,1000,1000,999.966,1000,978.633]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 82 --> 112
    line [92.171,95.504,99.637,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,99.966,100,99.966,100,100,100,100,100,100,100.007,100,100,100,100,99.724,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,99.966,100,100,100,100,100,99.966,100,100,100,100,100,100,100.276,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,99.655,99.931,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100.345,100.069,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,99.966,100,100,100,100,98.621,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,101.379,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,99.966,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,99.966,100,100,100,100,100,99.966,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,99.966,99.966,100,100.034,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100.034,100.034,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,97.863]
Loading

95th Percentile Latency

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 2 --> 8
    line [5.304,5.269,5.61,4.14,4.159,4.483,4.647,4.703,4.8,4.854,4.909,4.968,5.053,5.183,5.131,5.635,5.683,5.665,5.736,5.826,5.92,6.031,6.1,6.384,6.341,6.38,6.386,6.383,6.354,6.302,6.262,6.179,6.093,6.176,6.283,6.175,6.116,6.011,5.928,5.812,5.685,5.551,5.408,5.26,4.805,4.778,4.672,4.555,4.423,4.241,4.018,3.919,3.64,3.609,3.528,3.545,3.541,3.502,3.492,3.487,3.473,3.463,3.192,2.937,2.918,2.928,2.937,2.94,2.944,2.947,2.947,2.948,2.95,2.952,2.93,2.942,2.953,2.947,2.945,2.953,2.949,2.951,2.939,2.943,2.935,2.936,2.946,2.947,2.943,2.955,2.962,2.965,2.968,2.97,3.415,3.871,3.974,3.974,3.967,4.054,4.089,4.103,4.084,4.094,3.994,3.973,4.026,4.005,3.979,4.021,4,3.991,3.984,3.992,3.986,3.967,3.975,3.973,3.954,3.969,3.97,3.965,3.969,3.415,2.977,2.951,2.963,2.962,2.936,2.937,2.932,2.93,2.929,2.927,2.922,2.909,2.925,2.926,2.912,2.915,2.911,2.914,2.912,2.912,2.912,2.903,2.919,2.92,2.908,2.929,2.932,2.933,2.935,2.935,3.064,3.603,3.618,3.635,3.628,3.682,3.687,3.687,3.695,3.697,3.696,3.663,3.679,3.684,3.667,3.7,3.704,3.711,3.712,3.708,3.708,3.676,3.686,3.687,3.603,3.627,3.607,3.604,3.593,3.216,2.942,2.937,2.937,2.934,2.918,2.927,2.927,2.923,2.923,2.923,2.921,2.914,2.921,2.917,2.904,2.912,2.907,2.905,2.907,2.904,2.905,2.897,2.906,2.908,2.896,2.906,2.909,2.908,2.907,2.9,2.904,2.899,2.906,2.903,2.891,2.897,2.9,2.9,2.9,2.897,2.906,2.897,2.909,2.913,2.901,2.905,2.912,2.911,2.914,2.913,2.911,2.902,2.904,2.909,2.898,2.898,2.903,2.902,2.901,2.894,2.896,2.887,2.896,2.897,2.889,2.886,2.896,2.894,2.895,2.883,2.886,2.873,2.882,2.886,2.884,2.884,2.891,2.887,2.888,2.888,2.888,2.883,2.89,2.894,2.894,2.909,2.918,2.92,2.924,2.923,2.923,2.916,2.925,2.925,2.927,2.925,2.938,2.942,2.944,2.945,2.946,2.939,2.947,2.948,2.946,2.943,2.952,2.955,2.956,2.957,2.956,2.949,2.955,2.954,2.936,2.933,2.94,2.937,2.935,2.937,2.939,2.93,2.938,2.939,2.938,2.934,2.938,2.936,2.933,2.933,2.932,2.922,2.929,2.931,2.924,2.925,2.925,2.935,2.933,2.935,2.934,2.922,2.927,2.93,2.927,2.918,2.926,2.928,2.923,2.922,2.922,2.914,2.913,2.912,2.903,2.894,2.911,2.914,2.909,2.908,2.907,2.894,2.89,2.896,2.89,2.885,2.893,2.898,2.895,2.94,2.944,2.938,2.94,2.95,2.953,2.947,2.959,2.962,2.961,2.965,2.966,2.962,2.959,2.968,2.989,2.982,2.993,3.005,3.022,3.028,3.055,3.053,3.038,3.047,3.049,2.993,3.022,3.038,2.971,2.973,2.977,2.977,2.97,2.975,2.975,2.97,2.979,2.981,2.979,2.981,2.981,2.982,2.974,2.961,2.954,2.943,2.944,2.941,2.938,2.937,2.937,2.937,2.934,2.943,2.946,2.932,2.937,2.938,2.935,2.931,2.93,2.926,2.916,2.92,2.911,2.899,2.908,2.907,2.904,2.904,2.905,2.908,2.905,2.92,2.925,2.921,2.937,2.939,2.936,2.935,2.933,2.93,2.919,2.924,2.926,2.918,2.921,2.916,2.917,2.912,2.911,2.907,2.901,2.902,2.897,2.88,2.884,2.879,2.874,2.866,2.857,2.846,2.819,2.812,2.797,2.767,2.768,2.762,2.754,2.747,2.745,2.738,2.718,2.716,2.714,2.695,2.709,2.712,2.714,2.719,2.721,2.716,2.706,2.719,2.725,2.717,2.727,2.735,2.739,2.737,2.738,2.738,2.728,2.748,2.748,2.737,2.739,2.748,2.75,2.75,2.753,2.752,2.745,2.758,2.767,2.759,2.762,2.771,2.768,2.77,2.773,2.771,2.76,2.762,2.761,2.754,2.76,2.767,2.771,2.771,2.774,2.775,2.76,2.773,2.771,2.773,2.775,2.784,2.783,2.779,2.781,2.781,2.776,2.781,2.778,2.768,2.763,2.785,2.789,2.789,2.792,2.792,2.787,2.795,2.792,2.784,2.781,2.793,2.794,2.793,2.792,2.79,2.775,2.781,2.775,2.77,2.762,2.775,2.776,2.773,2.776,2.771,2.76,2.766,2.766,2.761,2.742,2.748,2.748,2.752,2.758,2.757,2.746,2.763,2.759,2.755,2.746,2.755,2.752,2.755]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 5 --> 18
    line [12.679,12.493,13.401,9.165,9.203,9.602,9.805,9.889,10.075,10.564,11.133,11.635,12.083,12.356,12.151,13.56,13.692,13.695,13.881,14.089,14.231,14.472,14.595,15.603,15.526,15.641,15.66,15.641,15.546,15.426,15.342,15.12,14.9,15.144,15.404,15.08,14.889,14.588,14.356,13.987,13.611,13.235,12.977,12.581,10.095,9.968,9.749,9.62,9.461,9.317,9.099,8.85,8.099,8.053,7.778,7.824,7.853,7.722,7.717,7.747,7.694,7.694,7.4,7.02,6.949,6.962,6.986,6.998,7.026,7.036,7.041,7.054,7.081,7.09,7.016,7.054,7.106,7.101,7.076,7.096,7.076,7.089,7.045,7.062,7.012,7.028,7.068,7.05,7.043,7.097,7.12,7.12,7.124,7.122,7.685,8.654,8.793,8.736,8.706,8.886,8.913,8.925,8.913,8.936,8.789,8.75,8.838,8.812,8.776,8.813,8.788,8.801,8.776,8.801,8.764,8.672,8.738,8.699,8.656,8.683,8.683,8.737,8.763,7.454,7.111,7.053,7.069,7.078,6.973,6.962,6.896,6.901,6.877,6.875,6.842,6.774,6.818,6.823,6.764,6.755,6.737,6.746,6.756,6.777,6.772,6.733,6.794,6.786,6.743,6.828,6.819,6.827,6.852,6.845,6.894,7.852,7.917,7.985,7.948,8.125,8.176,8.176,8.224,8.224,8.269,8.247,8.291,8.301,8.257,8.375,8.364,8.375,8.312,8.322,8.277,8.219,8.289,8.312,8.073,8.173,8.1,8.092,8.092,8.013,7.165,7.16,7.168,7.157,7.104,7.111,7.115,7.097,7.096,7.083,7.086,7.05,7.07,7.08,7.018,7.041,7.023,7.014,7.008,6.997,6.99,6.947,6.945,6.947,6.886,6.921,6.915,6.93,6.899,6.879,6.878,6.855,6.888,6.897,6.864,6.89,6.91,6.91,6.907,6.89,6.922,6.902,6.96,6.967,6.916,6.937,6.982,6.995,6.974,6.966,6.969,6.971,6.986,6.998,6.951,6.936,6.933,6.934,6.935,6.913,6.902,6.847,6.871,6.884,6.861,6.832,6.857,6.859,6.863,6.829,6.819,6.753,6.803,6.82,6.805,6.779,6.782,6.792,6.82,6.829,6.812,6.762,6.763,6.804,6.821,6.907,6.931,6.915,6.933,6.935,6.939,6.923,6.947,6.943,6.961,6.99,7.039,7.061,7.06,7.065,7.083,7.061,7.097,7.106,7.109,7.115,7.142,7.159,7.16,7.176,7.188,7.178,7.2,7.192,7.127,7.119,7.161,7.156,7.161,7.166,7.179,7.155,7.19,7.209,7.189,7.192,7.184,7.183,7.182,7.172,7.188,7.158,7.175,7.191,7.175,7.167,7.138,7.158,7.142,7.138,7.13,7.092,7.104,7.106,7.089,7.044,7.085,7.079,7.097,7.078,7.068,7.028,7.017,7.03,6.987,6.966,7.019,7.004,6.974,6.938,6.927,6.882,6.854,6.845,6.836,6.815,6.844,6.89,6.89,7.071,7.083,7.071,7.08,7.14,7.158,7.137,7.193,7.174,7.182,7.204,7.206,7.194,7.179,7.2,7.252,7.237,7.275,7.306,7.317,7.32,7.329,7.336,7.354,7.362,7.369,7.346,7.356,7.358,7.264,7.279,7.277,7.273,7.243,7.242,7.233,7.226,7.264,7.261,7.25,7.242,7.231,7.222,7.19,7.165,7.15,7.127,7.13,7.124,7.111,7.131,7.13,7.119,7.098,7.132,7.128,7.099,7.115,7.114,7.1,7.093,7.095,7.093,7.062,7.07,7.04,6.996,7.033,7.037,7.042,7.056,7.071,7.089,7.067,7.125,7.138,7.124,7.17,7.169,7.14,7.142,7.142,7.132,7.088,7.109,7.107,7.078,7.088,7.063,7.063,7.064,7.042,7.04,7.021,7.01,7.006,6.937,6.933,6.925,6.905,6.877,6.854,6.828,6.726,6.679,6.634,6.504,6.494,6.456,6.401,6.339,6.328,6.281,6.164,6.197,6.197,6.132,6.224,6.263,6.275,6.294,6.281,6.269,6.225,6.263,6.295,6.216,6.23,6.29,6.297,6.277,6.296,6.289,6.25,6.341,6.31,6.27,6.27,6.356,6.382,6.393,6.436,6.436,6.386,6.41,6.443,6.367,6.355,6.348,6.356,6.374,6.373,6.374,6.33,6.38,6.408,6.356,6.395,6.434,6.466,6.432,6.455,6.47,6.402,6.471,6.473,6.478,6.422,6.476,6.461,6.457,6.456,6.441,6.443,6.449,6.468,6.452,6.434,6.525,6.539,6.545,6.552,6.539,6.436,6.48,6.475,6.409,6.399,6.419,6.43,6.43,6.401,6.396,6.333,6.386,6.399,6.411,6.329,6.401,6.397,6.408,6.43,6.408,6.352,6.342,6.332,6.326,6.287,6.357,6.354,6.344,6.367,6.39,6.334,6.419,6.38,6.368,6.326,6.389,6.362,6.392]
Loading

Copy link

github-actions bot commented Jul 3, 2025

🌋 Here are results of SLO test for database-sql-table:

Operation Success Rate

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Success Rate, %" 89 --> 111
    line [100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,99.997,100,100,100,99.997,100,100,100,99.997,100,99.993,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.993,99.99,99.993,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.993,99.993,99.99,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,99.993,99.979,99.979,99.979,99.979,99.979,99.976,99.983,99.976,99.979,99.979,99.979,99.979,99.979,99.979,99.979,99.979,99.979,99.979,99.979,99.979,99.979,99.979,99.979,99.979,99.979,99.979,99.983,99.979,99.986,100,100,100,100,100,100.003,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100.003,100,100,100,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.986,99.99,99.99,99.99,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,99.997,100,99.997,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100.003,100,100,100.003,100,100,100,100,100,100.007,100,100,100,100,100,100,100,100,100,100,99.997,99.997,100,100,100,100,100,100,100.003,100,100,100,99.997,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100.007,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,99.997,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,99.997,100,100,100,100,100,100,100,100,100.003,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100.003,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "	Time, m" 0 --> 10
    y-axis "Success Rate, %" 89 --> 111
    line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
Loading

Operations Per Second

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 829 --> 1102
    line [921.434,954.767,996.4,999.966,1000.034,1000,1000.034,1000.069,999.966,1000,1000,999.966,1000.069,1000,1000.034,1000,1000,1000.034,1000.069,1000.069,999.931,999.966,999.966,1000,999.828,1000,1000.034,999.897,999.966,1000,1000,1000.034,1000.069,1000.034,1000.034,1000.034,1000,1000.069,999.966,1000.034,1000.034,999.966,1000.034,1000,999.966,999.966,1000,999.966,999.966,1000.069,1000,999.966,1000,1000.172,1000,1000,1000.103,1000,1000.034,1000.034,1000,999.966,1000,1000,999.966,1000,999.966,1000.069,1000,1000,1000.034,1000,1000,1000.034,1000.034,1000.034,1000,1000,999.966,1000.034,1000.034,1000,1000,1000.034,998.931,1000,999.966,1000,1000,999.966,1000.034,999.966,1000.034,1000,1000,1000,1000,1000.034,1000.034,1000.034,999.966,1000.034,999.931,999.966,999.966,1000,1000.034,1000.069,1000,1000,1000,1000,999.966,1001.069,1000.034,1000.069,999.931,1000,1000.034,999.966,1000.034,999.966,999.931,1000,999.966,1000,999.966,999.966,1000,1000.034,999.966,1000.034,1000.034,1000,1000.034,999.931,999.931,1000.034,1000.034,999.966,1000.034,1000,999.966,999.966,999.966,999.931,999.931,1000,1000.034,999.897,1000,1000.069,999.966,1000.034,1000,1000,999.966,999.966,999.931,1000,1000,999.931,1000,999.966,1000.034,1000.034,1000,1000,1000,1000,1000.034,1000,1000.034,1000.034,1000.138,1000.069,1000,999.966,1000.103,1000,1000,1000,999.931,1000,1000.034,1000.069,1000,1000.034,1000,1000.034,1000.034,1000.034,1000.069,1000.034,1000.034,1000,999.966,1000.034,999.966,999.966,1000.034,1000,999.966,1000,1000,999.966,1000,1000,1000.034,1000.034,1000.034,1000.069,1000,999.966,1000,1000.034,1000.034,1000.034,1000,1000.034,999.966,999.966,1000,1000,1000,1000.034,999.966,1000.034,1000,1000,1000,1000,1000,1000,1000.034,1000.034,999.966,1000,1000,999.966,1000.034,1000,1000.034,1000,999.966,1000,1000,1000.034,999.966,1000.034,1000,999.966,1000,999.966,999.966,1000,1000,999.966,1000,1000,1000.034,1000,1000,999.966,999.966,1000,1000,1000,1000,999.966,1000,1000,1000,1000.034,1000,1000,999.966,1000.034,1000,999.966,1000.034,1000.034,1000.069,1000,1000,999.966,1000.034,999.966,1000,999.966,1000.034,1000,1000.034,1000,1000.034,1000,999.966,1000.034,1000,999.966,999.966,1000,1000,999.966,999.966,1000,1000,1000,1000.034,1000,1000,999.966,1000.034,1000.034,1000,999.931,1000.034,1000,1000.034,999.931,1000,999.966,1000.034,999.966,1000,1000.069,1000,1000,1000.034,1000,999.966,999.966,1000.034,1000.034,1000,1000,999.966,1000,999.966,999.931,999.966,1000,1000,1000,1000.138,999.966,999.966,999.966,1000.034,1000,1000,999.966,1000,1000,999.966,1000,999.931,999.966,1000.034,1000,1000,1000,999.931,1000,1000,1000,1000,1000.034,1000,1000,999.966,999.966,1000.034,999.931,1000,1000.034,1000,1000,1000,1000,1000,1000.034,1000,1000,1000,1000.103,1000,999.966,1000.034,1000.034,999.966,1000.069,1000.034,999.966,1000,1000,1000,1000.034,1000,1000,1000.034,1000,1000.034,1000.034,1000,1000,1000,1000,1000,1000.034,1000,999.966,1000,1000,1000,1000.034,1000.034,999.966,1000,1000.034,1000,999.931,999.966,1000,1000,999.966,1000.034,999.966,1000.034,999.966,1000,1000,1000.034,999.966,1000.034,1000,999.897,1000.069,1000,999.966,1000.034,1000,1000,1000,1000,1000,1000.069,999.966,1000,1000.034,1000.034,1000.103,1000.034,999.966,1000.034,999.931,1000.069,1000,1000,1000,1000,999.966,1000.034,1000,1000.034,1000.103,999.931,1000,1000.034,1000,1000,999.966,999.966,999.931,999.966,999.966,1000.034,999.966,999.966,999.931,999.966,1000,1000.034,999.966,1000,1000,1000,1000,999.966,1000,999.966,999.966,1000,999.931,999.966,1000.034,999.966,1000,999.966,999.966,1000.034,1000.034,1000.069,1000.069,1000,1000.034,1000.069,1000,1000,999.966,999.966,1000.034,1000.034,1000,999.897,1000,1000.034,1000,1000,1000.034,1000.069,1000.034,1000.034,1000.069,1000,1000.034,1000,1000.069,1000.034,1000.034,999.966,1000,999.966,1000.034,999.931,999.966,1000,1000.103,1000,1000,999.931,1000,1000.069,1000.103,1000,1000,1000.034,999.966,1000,999.966,999.966,1000,1000,1000.034,1000.034,1000,999.966,999.966,1000,1000.069,1000.034,999.966,999.966,1000.034,1000,1000,999.966,1000.069,1000.069,1000.069,1000,1000,1000,978.6]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 82 --> 111
    line [92.14,95.473,99.64,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.931,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.069,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,97.86]
Loading

95th Percentile Latency

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 1 --> 3
    line [2.32,2.309,2.442,2.306,2.313,2.233,2.293,2.298,2.292,2.312,2.313,2.314,2.313,2.318,2.322,2.238,2.333,2.351,2.33,2.346,2.323,2.325,2.323,2.322,2.61,2.633,2.67,2.673,2.681,2.686,2.688,2.685,2.684,2.683,2.681,2.636,2.679,2.677,2.675,2.683,2.68,2.684,2.683,2.683,2.687,2.625,2.643,2.641,2.629,2.643,2.639,2.635,2.63,2.386,2.278,2.208,2.254,2.229,2.218,2.239,2.248,2.244,2.233,2.236,2.235,2.167,2.202,2.203,2.184,2.201,2.199,2.199,2.193,2.196,2.204,2.157,2.212,2.216,2.191,2.215,2.235,2.244,2.206,2.204,2.259,2.638,2.674,2.691,2.678,2.681,2.685,2.686,2.683,2.695,2.696,2.673,2.677,2.677,2.661,2.663,2.675,2.673,2.668,2.665,2.668,2.643,2.659,2.656,2.647,2.646,2.656,2.65,2.639,2.598,2.164,2.106,2.088,2.076,2.065,2.048,2.068,2.076,2.048,2.064,2.058,2.041,2.078,2.084,2.077,2.06,2.1,2.104,2.094,2.093,2.091,2.067,2.106,2.096,2.07,2.049,2.091,2.098,2.086,2.071,2.071,2.267,2.286,2.289,2.288,2.266,2.274,2.269,2.251,2.258,2.252,2.222,2.24,2.243,2.235,2.203,2.217,2.213,2.202,2.2,2.179,2.118,2.109,2.099,2.091,2.063,2.066,2.057,2.047,2.049,1.99,1.988,1.989,1.988,1.988,1.988,1.989,1.989,1.988,1.988,1.988,1.986,1.987,1.986,1.987,1.986,1.988,1.988,1.988,1.988,1.989,1.988,1.99,1.991,1.991,1.992,1.994,2.052,2.088,2.075,2.079,2.094,2.093,2.1,2.116,2.121,2.147,2.156,2.148,2.135,2.143,2.127,2.125,2.139,2.127,2.102,2.128,2.13,2.139,2.134,2.124,2.106,2.092,2.097,2.069,2.037,1.994,1.992,1.992,1.993,1.991,1.992,1.992,1.993,1.991,1.995,1.996,1.996,1.996,1.996,1.996,1.997,1.995,1.997,1.998,1.996,1.998,1.999,1.999,1.999,1.999,1.999,1.998,1.999,1.999,1.998,1.999,1.999,1.998,1.998,1.997,1.997,1.995,1.997,1.992,1.991,1.992,1.993,1.993,1.993,1.993,1.993,1.991,1.992,1.993,1.991,1.991,1.991,1.991,1.991,1.991,1.99,1.989,1.991,1.992,1.99,1.993,1.993,1.993,1.993,1.993,1.993,1.992,1.993,1.993,1.991,1.993,1.993,1.992,1.993,1.993,1.994,1.991,1.993,1.993,1.991,1.993,1.994,1.995,1.995,1.997,1.998,1.997,1.998,1.999,1.996,1.998,1.998,1.997,1.997,1.998,1.997,1.996,1.998,1.998,1.996,1.998,1.998,1.998,1.998,1.998,1.999,1.997,1.999,2,1.999,2.017,2.01,2.019,2.019,2.009,2,1.999,2.013,2.019,1.999,2.01,2.032,2.037,2.039,2.034,2.026,2.005,2.039,2.038,2,2.009,2.014,2.014,2.028,2.014,2.014,1.999,1.998,1.998,1.996,1.996,1.996,1.995,1.994,1.994,1.993,1.993,1.993,1.994,1.992,1.993,1.993,1.993,1.993,1.994,1.993,1.992,1.992,1.992,1.992,1.992,1.993,1.993,1.993,1.993,1.993,1.993,1.994,1.995,1.995,1.996,1.998,1.998,1.997,1.996,1.995,1.995,1.995,1.995,1.994,1.993,1.994,1.994,1.995,1.996,1.995,1.994,1.996,1.996,1.995,1.995,1.996,1.995,1.996,1.995,1.995,1.995,1.995,1.994,1.993,1.992,1.994,1.995,1.994,1.995,1.995,1.994,1.995,1.995,1.994,1.994,1.995,1.995,1.996,1.996,1.997,1.997,1.998,1.999,1.998,1.998,2.003,2.001,2.021,2.022,2.021,2.018,2.045,2.041,2.046,2.033,2.07,2.08,2.074,2.081,2.079,2.063,2.093,2.097,2.109,2.125,2.145,2.142,2.148,2.165,2.164,2.161,2.175,2.163,2.151,2.141,2.184,2.189,2.201,2.199,2.194,2.184,2.205,2.197,2.186,2.151,2.199,2.199,2.204,2.21,2.208,2.197,2.2,2.212,2.187,2.169,2.197,2.188,2.171,2.156,2.149,2.132,2.135,2.168,2.158,2.116,2.145,2.143,2.153,2.163,2.168,2.148,2.15,2.185,2.191,2.137,2.183,2.185,2.196,2.2,2.198,2.2,2.172,2.193,2.188,2.15,2.173,2.178,2.192,2.197,2.195,2.197,2.172,2.191,2.2,2.174,2.196,2.184,2.169,2.152,2.147,2.14,2.093,2.102,2.124,2.084,2.114,2.101,2.09,2.08,2.07,2.081,2.039,2.071,2.07,2.025,2.068,2.057,2.051,2.054,2.054,2.059,2.029,2.041,2.035,2.027,2.066,2.07,2.077]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 2 --> 5
    line [2.998,2.996,3.16,2.995,2.994,2.989,2.995,2.996,2.997,2.998,2.998,2.999,2.998,2.999,3,2.994,3.034,3.085,3.085,3.098,3.067,3.023,3.023,3.046,3.524,3.583,3.649,3.661,3.691,3.713,3.719,3.702,3.717,3.733,3.733,3.684,3.756,3.752,3.758,3.762,3.756,3.748,3.74,3.748,3.758,3.699,3.744,3.731,3.709,3.727,3.73,3.692,3.661,3.33,3.17,3.087,3.171,3.126,3.075,3.093,3.109,3.091,3.056,3.085,3.039,2.995,2.996,2.994,2.992,2.994,2.994,2.997,2.995,2.995,2.994,2.989,2.993,2.993,2.99,2.991,2.994,2.995,2.991,2.991,2.992,3.483,3.591,3.622,3.616,3.62,3.629,3.629,3.602,3.636,3.634,3.602,3.627,3.612,3.593,3.612,3.611,3.614,3.628,3.622,3.628,3.611,3.638,3.628,3.626,3.63,3.664,3.646,3.635,3.602,3.062,2.998,2.997,2.995,2.994,2.993,2.994,2.994,2.991,2.992,2.991,2.988,2.99,2.99,2.988,2.987,2.991,2.99,2.99,2.988,2.985,2.983,2.985,2.983,2.978,2.976,2.979,2.978,2.977,2.977,2.976,2.99,2.992,2.993,2.992,2.992,2.993,2.993,2.992,2.993,2.993,2.991,2.993,2.994,2.993,2.989,2.989,2.989,2.989,2.989,2.989,2.985,2.985,2.985,2.983,2.981,2.984,2.983,2.983,2.985,2.969,2.967,2.968,2.968,2.969,2.967,2.969,2.97,2.969,2.969,2.971,2.967,2.967,2.967,2.966,2.968,2.971,2.971,2.972,2.971,2.972,2.972,2.974,2.977,2.978,2.977,2.981,2.989,2.992,2.99,2.99,2.99,2.99,2.989,2.99,2.988,2.989,2.989,2.988,2.986,2.987,2.985,2.985,2.987,2.984,2.981,2.983,2.982,2.983,2.982,2.981,2.978,2.977,2.976,2.973,2.969,2.962,2.959,2.96,2.96,2.959,2.958,2.96,2.959,2.958,2.965,2.966,2.967,2.966,2.969,2.969,2.969,2.968,2.97,2.97,2.97,2.973,2.975,2.976,2.976,2.976,2.977,2.976,2.98,2.982,2.981,2.983,2.984,2.985,2.986,2.986,2.985,2.983,2.985,2.977,2.975,2.977,2.978,2.977,2.978,2.979,2.98,2.978,2.982,2.981,2.978,2.979,2.978,2.979,2.979,2.977,2.977,2.973,2.975,2.974,2.972,2.977,2.976,2.977,2.978,2.978,2.976,2.975,2.975,2.975,2.974,2.977,2.976,2.975,2.973,2.974,2.974,2.97,2.975,2.975,2.972,2.976,2.977,2.979,2.98,2.982,2.983,2.983,2.983,2.984,2.979,2.979,2.979,2.977,2.977,2.98,2.98,2.979,2.98,2.979,2.976,2.978,2.977,2.977,2.977,2.978,2.98,2.976,2.98,2.979,2.977,2.977,2.975,2.976,2.976,2.976,2.976,2.976,2.977,2.979,2.978,2.979,2.982,2.981,2.982,2.982,2.983,2.982,2.985,2.985,2.984,2.987,2.989,2.99,2.989,2.987,2.988,2.985,2.987,2.987,2.984,2.988,2.987,2.987,2.986,2.987,2.987,2.986,2.984,2.986,2.985,2.984,2.987,2.987,2.987,2.986,2.986,2.983,2.984,2.984,2.981,2.981,2.983,2.983,2.984,2.984,2.983,2.982,2.983,2.986,2.985,2.987,2.988,2.987,2.985,2.985,2.982,2.982,2.982,2.981,2.98,2.979,2.979,2.977,2.978,2.978,2.979,2.978,2.98,2.981,2.979,2.978,2.98,2.978,2.979,2.98,2.979,2.977,2.976,2.974,2.972,2.972,2.976,2.976,2.976,2.976,2.977,2.975,2.975,2.976,2.976,2.975,2.978,2.978,2.978,2.979,2.978,2.979,2.979,2.98,2.981,2.982,2.985,2.984,2.984,2.985,2.986,2.985,2.987,2.987,2.987,2.986,2.989,2.989,2.99,2.991,2.993,2.991,2.993,2.993,2.994,2.996,2.998,2.999,3,3.031,3,2.999,3.021,3,2.999,2.997,3.078,3.087,3.085,3.101,3.1,3.083,3.101,3.092,3.047,3.029,3.101,3.11,3.082,3.116,3.152,3.128,3.145,3.195,3.171,3.131,3.173,3.157,3.131,3.138,3.128,3.102,3.068,3.121,3.112,2.999,3.01,3,3.01,3,3.01,3.01,3.01,3.083,3.056,2.999,3.04,3.04,3,2.998,2.998,2.998,2.994,2.994,2.993,2.991,2.993,2.994,2.994,2.995,2.995,2.996,2.994,2.995,2.997,2.995,2.996,2.995,2.995,2.994,2.993,2.993,2.989,2.99,2.992,2.99,2.992,2.992,2.993,2.991,2.99,2.992,2.989,2.99,2.989,2.986,2.991,2.991,2.992,2.994,2.993,2.994,2.994,2.996,2.996,2.996,3,3.009,3.029]
Loading

Copy link

github-actions bot commented Jul 3, 2025

🌋 Here are results of SLO test for xorm-table:

Operation Success Rate

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Success Rate, %" 0 --> 5
    line [3.846,3.846,3.846,3.846,3.846,3.846,3.846,3.846,3.846,3.846,3.846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "	Time, m" 0 --> 10
    y-axis "Success Rate, %" 69 --> 111
    line [77.263,78.28,79.409,80.363,81.217,81.955,82.629,83.372,83.988,84.533,85.088,85.608,87.816,91.027,93.71,95.425,96.969,98.151,99.023,99.797,100,100,100,100,100,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.965,99.863,99.862,99.863,99.863,99.862,99.862,99.862,99.863,99.863,99.863,99.863,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.965,99.966,99.966,99.966,99.965,99.965,99.966,99.966,99.965,99.966,99.966,99.966,99.965,99.966,99.965,99.966,99.966,99.966,99.965,99.965,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.897,99.897,99.896,99.897,99.897,99.897,99.897,99.896,99.897,99.897,99.931,99.897,99.897,99.897,99.897,99.897,99.897,99.896,99.897,99.896,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.896,99.897,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.965,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
Loading

Operations Per Second

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 24 --> 40
    line [36.176,36.1,36.032,35.97,35.913,35.861,35.813,35.769,35.728,35.691,35.862,27.552]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 57 --> 113
    line [64.422,67.383,71.021,74.422,77.756,80.886,83.983,87.688,91.022,94.186,97.655,101.118,102.414,102.345,102.517,102.517,102.379,102.552,102.31,101.828,100.931,100.483,100.31,100.379,100.259,100.931,100.345,100.552,100.345,100.241,100.586,100.31,100.276,100.241,99.931,100.483,100.241,100.345,100.517,100.31,100.241,100.241,100.414,100.345,100.483,100.414,100,99.931,100.069,99.931,99.966,100,100,100.172,100.069,100.069,99.966,99.966,100.034,100.034,99.966,99.966,100.069,100.552,100.138,100.103,99.966,100,100.069,100,100.034,100,99.966,100,100.069,100.034,100.034,99.931,100.103,99.897,100,100,100,100,100.069,100.069,99.966,100,100.034,100.034,100.034,99.966,99.931,100.103,99.886,99.586,99.966,99.966,99.966,99.931,99.897,99.966,100,99.828,100.034,100.069,100.103,99.897,100.069,99.897,100,100.034,99.966,99.931,99.862,100.069,100,100.034,99.966,100,100,100.034,100,100.114,100.483,100,100,100,100.034,100.138,100.069,99.931,100.069,99.966,100,99.931,100.069,99.966,100.138,100,100,100,100.034,100.138,100,99.966,99.966,100.069,99.966,100.034,100,99.931,99.931,99.966,100,99.276,99.966,100.034,99.931,100,100.034,100.069,100.034,99.828,100,99.966,100.069,99.966,99.966,99.966,100.034,100,100,99.931,100.034,99.862,100.034,99.966,99.966,100,100.034,100.069,100.034,99.931,100.759,100.103,99.931,99.931,100,99.931,99.966,99.931,100.069,100.034,99.931,99.931,100,100.034,100,100,99.966,100.034,100,100.034,100.069,99.966,100,100,100,100.034,99.966,99.966,100.069,100.034,100.034,100.069,100.069,99.931,100.103,99.931,99.966,100.103,100,100.103,99.966,99.862,100.034,99.931,100,100.034,99.966,100.069,99.966,100.103,100,99.966,100.034,99.862,99.931,99.931,99.966,100.034,99.862,99.966,99.931,99.931,99.966,99.897,100.069,99.966,99.862,99.897,99.759,100.069,100.103,99.931,100.069,99.931,100,99.966,99.966,99.931,99.966,99.966,100.103,99.931,100.138,100.034,99.966,100.034,99.966,100.103,99.931,99.897,100.069,99.966,100.103,100,100.138,100.103,100.069,100.241,100.069,99.966,99.966,99.793,100,99.931,99.931,100.034,99.793,99.724,99.966,100,100.034,99.966,99.897,100.138,100.034,99.966,99.931,100.069,100.207,100.034,100.138,99.897,99.931,99.931,99.966,99.862,99.966,99.793,99.931,100.069,100.241,100.069,100.069,100.069,99.897,100.241,100.138,99.966,100,99.966,100.034,100.138,99.931,99.931,100.069,100.069,99.862,99.966,99.897,99.931,100.069,100.069,100,100.034,100.172,100,100.138,100.103,99.897,99.862,99.862,99.966,100.034,100.069,99.966,100.103,100.069,99.966,100.034,100.034,100,100.034,99.897,100.034,100,100.069,99.862,100,100,100,99.931,100.069,99.966,100,99.897,100.069,99.966,100.103,100.103,100.069,100.034,99.931,99.966,99.931,99.966,99.966,100.034,99.931,99.931,99.862,99.931,100.034,99.966,99.966,100.034,100.103,100.069,100,99.931,100.103,99.931,99.759,100,100.103,99.897,99.483,99.966,99.966,100.034,99.931,100.034,100.138,100.069,100.069,100,99.966,100.103,100.034,100.138,100.034,100.138,100,100.034,99.966,99.966,99.966,100.034,99.966,99.966,100,100.276,99.931,99.966,99.966,100.345,100,99.897,99.931,100,100,99.897,99.966,100,100.103,99.828,99.862,100.069,100,100,99.931,99.931,99.966,100.069,100.103,100.069,99.931,100,100.034,99.931,99.966,100,100.034,100.069,100.172,99.966,100,99.931,100,99.931,99.897,100,99.793,99.793,100.138,99.966,99.862,100.034,100.034,100,100.069,99.931,99.931,99.931,99.862,100.034,100.069,99.966,100,100.034,100.069,100.069,100,100.069,100.034,100.034,100.138,100.069,100.034,100.103,100.069,100.241,100.138,100.034,100.138,100.103,99.931,100,100,99.862,100.034,99.931,99.966,99.931,100,99.966,99.966,100.103,100,99.931,99.931,100,100,100.034,100.069,100,99.966,100.034,99.931,100.069,99.966,99.966,100,100,100,100,100.069,100,100.069,99.966,100.172,100.034,100.172,100.034,99.897,100.069,99.897,99.897,99.966,99.966,100,99.966,100,100.034,100,100.069,99.966,100.103,99.793,99.966,100.034,100.034,99.966,100,100.069,99.966,100,100.103,99.621,99.103,99.172,98.759,98.793,99.241,99.207,99.034,98.586,99.231,99,98.759,99.069,99.069,99.276,100.034,99.897,99.897,100,100.034]
Loading

95th Percentile Latency

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 0 --> 1100
    line [1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 82 --> 1100
    line [1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,978.811,879.648,729.844,489.898,459.988,434.694,420.658,416.399,414.646,409.06,402.57,378.895,368.991,358.911,355.237,338.283,318.149,313.45,295.67,290.296,309.522,262.246,240.196,207.169,197.283,194.897,193.958,191.786,186.581,170,149.639,135.762,136.667,138.153,138.28,138.248,138.217,137.821,137.258,128.897,128.897,126.464,126.464,125.326,126.393,121.412,121.412,121.298,99.772,94.753,94.198,93.287,93.928,93.634,93.625,93.848,93.805,93.846,93.416,93.369,92.918,92.65,92.697,92.597,92.51,92.929,92.929,92.857,92.738,92.694,92.675,92.164,92.318,91.999,91.947,91.786,91.836,91.85,92.045,92.115,95.664,96.832,97.386,97.425,97.244,97.35,98.097,98.152,98.392,98.513,98.533,98.257,98.375,98.273,98.005,98.065,98.095,98.103,98.123,98.587,98.578,98.664,98.753,98.815,98.824,98.838,98.852,98.851,99.344,96.372,94.786,94.25,94.96,95.206,95.006,94.206,94.166,93.91,93.684,93.704,93.817,93.54,93.891,94.048,93.904,94.136,94.673,94.702,94.076,94.089,93.924,94.048,94.506,94.495,94.4,94.367,94.309,93.635,93.556,93.603,94.601,95.837,96.156,96.398,96.451,96.519,96.516,96.732,96.803,96.902,96.938,96.873,96.773,96.815,96.571,96.133,96.542,96.708,97.43,97.459,97.811,97.406,97.5,97.647,97.84,97.948,98.072,98.148,98.157,97.361,95.846,95.655,95.678,95.69,96.649,96.753,96.665,96.646,96.767,96.783,97.129,97.138,97.185,97.182,97.172,96.911,96.884,96.286,96.357,95.929,95.94,95.853,95.791,95.626,95.609,95.571,95.512,95.555,95.541,95.448,95.264,95.106,95.157,94.201,94.05,93.997,93.953,94.012,94.045,93.819,93.965,93.953,94.125,94.35,94.727,94.936,94.972,94.917,95.233,95.192,95.236,95.21,95.199,95.407,95.376,95.43,95.629,95.703,96.142,96.202,96.529,96.9,97.333,97.415,97.901,98.059,97.912,98.132,98.473,98.43,98.468,98.411,98.371,98.18,98.15,98.199,98.399,98.209,98.35,98.537,98.641,98.711,98.493,98.689,98.702,98.589,98.973,98.904,99.091,99.014,99.386,99.183,99.224,99.163,99.164,99.278,99.069,98.538,98.542,98.516,98.699,99.447,99.726,99.768,105.812,106.645,114.438,117.642,115.205,116.638,118.107,118.624,117.029,116.156,115.727,110.556,107.58,104.408,101.993,99.443,99.323,99.273,98.936,98.894,98.746,99.049,99.123,99.325,99.556,99.336,98.467,98.019,97.781,97.09,97.212,96.641,96.491,96.731,96.644,96.429,96.575,96.543,96.897,97.089,97.397,97.357,97.457,97.596,97.792,97.813,97.76,97.692,97.585,97.567,97.203,97.105,96.967,96.658,96.724,96.805,97.131,97.511,97.987,98.206,98.338,98.183,97.958,97.775,97.82,97.738,97.735,97.537,97.362,97.324,98.021,98.042,98.521,98.562,98.547,98.554,98.844,98.85,98.96,98.97,98.923,98.796,98.784,98.785,98.742,98.524,98.181,97.826,97.201,97.474,97.35,97.447,97.749,97.733,98.082,98.535,98.842,99.339,99.158,98.608,98.499,97.841,97.663,97.912,97.932,97.889,98.13,98.737,99.41,99.596,99.949,117.796,119.387,119.323,119.419,122.778,122.716,123.252,117.152,117.219,116.141,113.69,116.074,109.275,100.754,99.602,99.068,99.026,98.936,99.612,100.84,106.023,111.464,112.092,108.824,104.308,99.467,98.734,98.733,98.402,97.35,97.373,97.684,97.77,97.502,97.691,98.588,98.895,99.017,99.401,99.41,99.637,99.804,99.921,99.965,100.069,105.296,107.628,99.835,99.515,99.196,98.666,98.617,99.123,99.531,99.961,102.651,101.959,103.167,104.638,102.027,101.429,105.844,106.516,108.323,99.812,99.862,99.974,99.696,102.061,99.97,99.923,99.849,99.815,99.813,99.563,99.676,99.715,99.755,99.818,99.78,99.783,99.337,99.03,98.589,98.384,98.239,98.242,97.959,97.998,97.82,97.452,97.716,97.332,97.22,97.205,96.932,96.795,96.423,96.171,96.217,96.413,96.538,96.726,96.783,96.942,96.974,98.1,98.224,98.794,99.117,99.093,99.009,99.198,99.413,99.418,99.205,99.158,99.356,99.442,99.916,99.602,99.56,99.458,99.059,99.069,107.432,104.861,108.054,108.054,106.735,104.861,102.071,100.761,99.504,99.456,98.369,98.375,97.854,97.786,98.36,98.935,98.985,99.457,99.621,99.627,99.625,99.37,99.293,98.797,99.227,99.504,99.522,99.677,99.629,98.355,98.289,98.012,97.859,97.745,97.755,97.725,98.666,136.323,189.711,277.818,363.191,403.596,423.703,438.929,456.711,475.685,480.658,493.511,530.757,542.788,544.745,541.242,541.879,541.879,541.401,541.242]
Loading

Copy link

github-actions bot commented Jul 3, 2025

🌋 Here are results of SLO test for native-query:

Operation Success Rate

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Success Rate, %" 89 --> 111
    line [100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100.007,100,99.997,100,100,100,100,100,99.997,100,100,100,100,100,100,100.003,100,99.997,100,100,99.997,100,100,100,100,100,99.997,100,99.997,99.997,100,100,100,100,100,100,100,100.003,99.997,100,100,100,100,99.997,99.997,100,100.003,100,100,100.003,100,100,100,100,100,100,100,100.003,100,100,100.003,100,100,100,100,100,99.997,100.003,100,100,100,100,100.003,100.003,100,100,99.997,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100.003,100,100,100,100.003,100,99.997,99.997,100,100,100.003,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,99.993,100,100.003,100,100,100,99.997,100,100.003,100,100,100,100,100,100,100,100.007,100,100,100,100,100.003,100,100,100.003,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100.003,100,100.003,100,100,100,100,99.997,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,99.997,100,99.997,100,99.997,99.997,99.997,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,99.997,99.997,100,100.003,100,100,100,100,100,100.003,100,100,100.003,100,100,100,100.003,100,100,100,100,100,100,99.997,99.997,100,100,100.003,100,100.007,100,100.003,100,100,100,100,100,100,100,100,100,99.997,100,100,100,99.997,100,100,100,100,100,100,100,100.003,100,100,99.997,100,99.997,100,99.997,100,100.003,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100.003,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100.003,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,99.997,100,100,100,100,100,99.997,99.997,100,100,100,100.003,100,100,100,100.003,100,100,100,100,100,99.997,100,100,100,100,99.997,100.003,100,100,100,100,100,100,100.003,100.003,100,100.003,100,100,99.997,100,100,100,99.997,100,100,100,100,100,100.003,100.003,100.003,100,100,100.003,100,100,100,100,100,100,100,99.997,100,100.003,99.997,100,100,100,100,99.997,100.003,99.997,100,100,100,100,100,100,99.997,99.997,100,100,100,99.997,99.997,100,100,100,100.003,100,100,100,99.993,99.997,100,100,100,100,100.003,99.997,100.003,100,100,100,100,100,100,100,100,100,100,100,100.003,100.003,100,100,100,99.997,100,100,100,100.007,100.003,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "	Time, m" 0 --> 10
    y-axis "Success Rate, %" 90 --> 111
    line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
Loading

Operations Per Second

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 831 --> 1108
    line [924.303,957.636,1000.138,999.966,999.966,1000.034,1000,999.966,1000.034,1000,1000,1000.034,1000.034,999.966,1000,1000,1000,999.966,1000,1000,1000,1000,1000.034,1000,1000.034,1000,993.207,999.966,999.966,1000.034,1000.034,999.966,1000.034,1000,999.966,1000,1000,1000,1000,1000.034,999.931,999.966,1000.034,1000,1000.034,1000,1000,999.966,1000.034,1000.034,1000.034,1000,1000,1000,999.966,1006.862,1000.069,1000.034,999.966,999.931,1000.034,1000,999.966,1000,1000.034,1000,1000,1000.034,1000,1000.069,1000.034,1000,999.966,1000,1000,1000,1000,999.793,999.931,1000,1000,1000,999.966,999.966,999.931,1000,1000,999.966,1000.069,999.966,1000,1000.069,999.966,1000,1000,1000,1000,999.966,999.966,999.966,1000,1000.034,1000.034,1000.034,1000.034,1000.034,1000.069,1000.069,1000,1000.069,1000.069,1000.034,1000.069,1000.069,1000,1000.034,1000.069,1000,1000.069,999.931,1000,1000.103,1000,1000.069,1000.069,1000,1000.034,1000.034,1000.069,1000,1000.034,1000,1000,1000,1000.034,1000.138,999.966,1000.034,1000,1000,1000,1000,1000.034,1000,1000.034,1000.034,1000.034,997.069,1000.103,999.966,999.966,1000,999.966,1000,1000,1000,1000.034,1000,1000.034,1000,1000,1000.034,1000.034,1000.034,1000,1000.069,1000,1000,1000,1000.069,1000.034,1000.034,1000.034,1000,1000,1000,1002.966,1000,1000.069,1000.034,1000.034,1000.069,1000,1000.034,1000.069,1000,1000,1000,1000.034,1000.034,999.966,1000,1000,1000.034,1000.034,1000,1000,1000,999.966,1000,999.966,1000,999.966,1000,1000.034,1000,1000,999.966,1000,999.966,999.966,1000.034,1000.034,1000,1000.034,1000,1000,1000.034,1000.034,1000,1000,999.966,999.931,999.966,1000.034,1000,999.966,999.897,1000.034,1000,999.966,1000.034,1000,1000,999.966,999.966,1000.034,1000,1000.034,1000.034,999.966,1000,999.931,999.966,999.862,1000,999.966,1000,1000.034,1000,1000,1000.069,1000,999.966,1000,1000.034,1000.034,999.966,1000.034,1000.034,1000,1000,999.966,1000,1000.069,1000,1000,1000.034,1000,1000,999.966,1000.034,1000,1000.172,1000.034,1000.034,999.966,1000,999.966,1000,1000,999.966,1000,1000,1000,1000.103,999.931,1000,1000.034,1000,1000.034,999.931,1000,999.966,1000,1000,999.793,999.966,1000,1000,1000,1000,1000,999.966,1000,1000,1000.034,1000.069,1000,999.931,1000.069,1000.034,1000,1000,999.966,1000.069,999.966,1000,1000,1000,1000.103,1000.034,999.966,1000,1000.034,1000.172,1000,1000,1000.034,1000,999.966,999.966,1000,999.966,1000.034,999.966,999.966,1000,1000.069,999.966,999.931,1000.034,1000,1000.034,1000,1000,1000,1000.034,1000,999.966,999.966,1000.069,1000,999.966,1000,1000,1000,999.966,1000,1000.034,1000.034,1000.034,1000.034,999.931,1000,1000,1000.034,1000.034,1000.034,1000.069,999.966,1000.034,1000,1000.034,1000.034,1000,1000,1000,1000,1000.034,1000,1000.034,1000,1000,1000,1000,1000.034,1000.034,1000.034,1000,999.966,1000,1000.069,1000.034,1000.034,999.966,1000,999.966,1000,1000,999.966,1000,999.966,999.931,1000,1000,1000,1000,1000,1000,999.897,1000.034,1000.034,1000.034,1000.034,999.862,999.931,1000,999.966,1000.034,999.966,1000,999.966,1000,1000,999.966,1000,1000,1000.034,1000.069,1000.034,1000.069,1000.069,1000,1000,999.966,1000.069,1000,1000,1000.103,1000,1000,1000.034,1000,1000.138,1000.103,1000,999.966,1000,1000.034,1000.034,1000.034,1000,1000.034,1000.034,1000.034,999.966,999.966,999.966,999.966,1000,1000,999.966,1000,1000.034,999.966,1000.034,1000,1000,1000,1000.034,999.931,1000,1000.034,999.966,1000,1000.069,1000.034,999.966,1000,1000,1000.034,1000.034,1000,1000,1000.034,1000.034,1000.034,1000,999.966,1000,1000,1000,1000,1000.034,1000,1000,1000.034,1000.034,1000,1000.034,1000,999.966,1000,999.931,1000,999.966,1000.034,999.931,1000,1000,1000,1000.034,1000.034,1000,1000.034,1000,1000,1000.034,1000.034,1000.034,1000.034,1000,999.966,1000,1000,999.966,999.931,1000,1000.034,1000.034,999.966,1000.034,1000.103,1000.034,1000.034,1000.034,1000.034,1000,999.966,999.966,1000,1000,1000.034,999.966,999.966,1000,999.966,1000,1000,999.966,999.966,1000.034,1000,1000.034,999.897,1000.034,999.966,1000,999.966,1000.034,999.966,1000,999.966,999.966,1000,1000.034,999.966,1000,1000.034,1000,1000,975.8]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 83 --> 111
    line [92.42,95.753,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.483,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.552,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.655,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.345,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.99,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.01,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.99,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.01,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,97.58]
Loading

95th Percentile Latency

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 1 --> 4
    line [2.272,2.265,2.244,2.231,2.229,2.102,2.166,2.168,2.145,2.134,2.142,2.119,2.063,1.999,1.999,1.993,1.997,1.996,1.995,1.997,1.998,1.999,1.999,1.999,2.033,1.997,2.379,2.847,2.849,2.868,2.864,2.872,2.895,2.903,2.909,2.863,2.887,2.904,2.914,2.918,2.923,2.932,2.961,2.969,2.981,2.96,2.974,2.977,2.965,2.961,2.968,2.97,2.991,2.972,2.968,2.583,2.163,2.147,2.13,2.14,2.131,2.095,2.11,2.118,2.118,2.07,2.109,2.108,2.104,2.106,2.095,2.061,2.08,2.086,2.082,2.056,2.14,2.137,2.142,2.16,2.163,2.157,2.18,2.199,2.203,2.181,2.23,2.653,2.659,2.677,2.681,2.683,2.696,2.698,2.707,2.686,2.709,2.715,2.716,2.734,2.742,2.733,2.775,2.784,2.778,2.749,2.767,2.767,2.755,2.792,2.796,2.805,2.823,2.828,2.835,2.825,2.498,2.503,2.506,2.524,2.526,2.519,2.549,2.56,2.571,2.555,2.596,2.616,2.611,2.621,2.628,2.59,2.621,2.641,2.645,2.624,2.633,2.643,2.61,2.607,2.601,2.562,2.568,2.553,2.55,2.503,2.492,2.57,2.661,2.656,2.639,2.604,2.59,2.586,2.577,2.525,2.5,2.491,2.473,2.464,2.452,2.395,2.401,2.386,2.381,2.355,2.348,2.34,2.315,2.305,2.347,2.336,2.369,2.353,2.367,2.351,2.217,2.075,2.062,2.064,2.076,2.07,2.145,2.149,2.158,2.15,2.144,2.144,2.144,2.149,2.18,2.157,2.184,2.18,2.166,2.155,2.169,2.21,2.21,2.179,2.192,2.161,2.21,2.214,2.234,2.233,2.228,2.272,2.277,2.277,2.276,2.203,2.202,2.209,2.212,2.212,2.205,2.228,2.211,2.18,2.184,2.171,2.194,2.212,2.203,2.185,2.149,2.169,2.153,2.131,2.131,2.09,2.108,2.093,2.084,2.087,2.018,2.052,2.038,2.021,2.037,2.031,2.026,2.043,2.055,2.051,2.009,2.034,2.058,2.041,2.041,2.011,2,2.022,2.015,2.009,1.999,2.029,2.02,2.005,2.01,1.999,1.998,2.014,2.015,2.037,1.999,2.043,2.046,2.038,2.038,2.025,2.006,2.04,2.045,2.052,2.042,2.061,2.066,2.041,2.074,2.082,2.076,2.112,2.119,2.12,2.068,2.114,2.118,2.119,2.133,2.152,2.117,2.113,2.109,2.117,2.078,2.115,2.113,2.109,2.127,2.139,2.108,2.12,2.131,2.133,2.106,2.136,2.143,2.119,2.118,2.101,2.066,2.086,2.092,2.105,2.076,2.086,2.076,2.041,2.032,2.028,2.016,2.041,2.034,2.023,2,2.019,2.017,2,2.012,2.001,1.999,2.001,2.015,2.016,1.999,2.013,2.02,2.01,2.03,2.034,2.019,2.068,2.074,2.072,2.067,2.101,2.117,2.116,2.157,2.168,2.14,2.178,2.19,2.184,2.172,2.199,2.212,2.195,2.208,2.231,2.207,2.221,2.218,2.222,2.19,2.225,2.247,2.232,2.281,2.292,2.254,2.255,2.265,2.265,2.241,2.25,2.238,2.19,2.202,2.208,2.192,2.23,2.248,2.23,2.196,2.226,2.219,2.218,2.286,2.295,2.275,2.31,2.311,2.303,2.271,2.27,2.268,2.213,2.206,2.2,2.214,2.236,2.244,2.251,2.222,2.247,2.276,2.263,2.263,2.291,2.266,2.287,2.311,2.321,2.294,2.304,2.312,2.229,2.23,2.256,2.244,2.296,2.295,2.281,2.261,2.282,2.306,2.292,2.286,2.298,2.268,2.3,2.294,2.305,2.332,2.328,2.338,2.33,2.29,2.32,2.306,2.317,2.331,2.321,2.312,2.315,2.368,2.358,2.338,2.335,2.287,2.327,2.347,2.364,2.343,2.323,2.341,2.359,2.323,2.321,2.295,2.32,2.335,2.297,2.271,2.261,2.295,2.295,2.248,2.24,2.23,2.206,2.215,2.214,2.2,2.15,2.167,2.156,2.131,2.12,2.182,2.184,2.174,2.183,2.182,2.16,2.181,2.178,2.188,2.19,2.169,2.172,2.179,2.2,2.195,2.158,2.184,2.184,2.174,2.217,2.24,2.249,2.294,2.308,2.299,2.286,2.322,2.33,2.338,2.276,2.273,2.277,2.293,2.296,2.3,2.269,2.284,2.274,2.248,2.234,2.233,2.219,2.219,2.225,2.239,2.223,2.247,2.229,2.167,2.152,2.13,2.081,2.078,2.073,2.069,2.026,2.033,2.019,1.999,1.999,1.998,1.997,1.997,1.996,1.996,1.995,1.997,1.997,1.997,1.996,1.996,1.995,1.996,1.995,1.995,1.993,1.995,1.994,1.994,1.995,1.995,1.994,1.999,1.999,1.999,1.998,2.019,2.031,2.01,2.023,2.029]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 3 --> 6
    line [4.04,4.074,4.018,4.036,4.018,3.946,3.983,3.979,3.961,3.96,3.96,3.941,3.9,3.853,3.833,3.768,3.799,3.792,3.789,3.816,3.829,3.835,3.838,3.846,3.871,3.814,4.095,4.867,4.879,4.933,4.879,4.912,4.887,4.891,4.909,4.785,4.824,4.851,4.855,4.873,4.905,4.905,4.973,4.974,4.987,4.947,4.987,4.976,4.951,4.953,4.976,4.976,5,4.988,4.988,4.44,3.964,3.959,3.933,3.939,3.944,3.927,3.918,3.913,3.91,3.884,3.938,3.932,3.934,3.932,3.936,3.918,3.933,3.942,3.941,3.914,3.948,3.949,3.942,3.951,3.951,3.937,3.94,3.954,3.95,3.923,3.938,4.529,4.569,4.583,4.583,4.589,4.632,4.662,4.667,4.594,4.625,4.597,4.618,4.676,4.689,4.667,4.713,4.713,4.705,4.671,4.701,4.688,4.658,4.718,4.747,4.744,4.826,4.814,4.82,4.826,4.35,4.346,4.363,4.4,4.405,4.388,4.404,4.418,4.44,4.418,4.5,4.515,4.484,4.505,4.5,4.453,4.5,4.532,4.526,4.505,4.516,4.549,4.47,4.457,4.432,4.333,4.337,4.303,4.284,4.174,4.183,4.327,4.464,4.457,4.397,4.379,4.371,4.371,4.35,4.218,4.185,4.185,4.094,4.107,4.071,3.984,3.975,3.97,3.962,3.947,3.935,3.927,3.918,3.92,3.947,3.946,3.97,3.969,3.981,3.955,3.839,3.75,3.752,3.744,3.75,3.774,3.85,3.847,3.859,3.848,3.841,3.86,3.862,3.868,3.903,3.903,3.927,3.938,3.943,3.937,3.934,3.96,3.951,3.926,3.932,3.921,3.943,3.952,3.958,3.975,3.967,3.984,3.992,3.984,3.967,3.928,3.941,3.936,3.94,3.941,3.937,3.935,3.933,3.917,3.91,3.885,3.9,3.906,3.896,3.892,3.854,3.874,3.863,3.85,3.856,3.822,3.826,3.815,3.783,3.776,3.724,3.732,3.725,3.723,3.733,3.707,3.718,3.735,3.733,3.728,3.718,3.725,3.71,3.691,3.693,3.644,3.642,3.676,3.669,3.66,3.639,3.669,3.659,3.644,3.664,3.657,3.667,3.732,3.742,3.782,3.767,3.8,3.797,3.785,3.802,3.791,3.776,3.804,3.816,3.812,3.821,3.838,3.841,3.833,3.856,3.847,3.836,3.856,3.876,3.88,3.87,3.896,3.894,3.89,3.908,3.907,3.878,3.885,3.867,3.862,3.846,3.858,3.854,3.84,3.847,3.853,3.827,3.833,3.851,3.851,3.846,3.859,3.862,3.846,3.854,3.842,3.821,3.821,3.812,3.798,3.773,3.767,3.771,3.725,3.725,3.724,3.698,3.743,3.744,3.717,3.723,3.742,3.736,3.722,3.723,3.743,3.731,3.724,3.708,3.704,3.688,3.728,3.747,3.746,3.767,3.783,3.782,3.844,3.858,3.864,3.868,3.871,3.876,3.875,3.913,3.935,3.908,3.928,3.952,3.933,3.932,3.953,3.964,3.96,3.951,3.965,3.955,3.968,3.972,3.968,3.951,3.961,3.976,3.966,3.977,3.968,3.94,3.94,3.937,3.936,3.927,3.929,3.925,3.885,3.882,3.879,3.86,3.863,3.887,3.884,3.863,3.878,3.879,3.89,3.928,3.935,3.933,3.949,3.953,3.958,3.947,3.94,3.934,3.923,3.932,3.926,3.929,3.939,3.937,3.943,3.93,3.945,3.954,3.954,3.957,3.975,3.978,3.981,3.982,3.985,3.962,3.962,3.96,3.915,3.928,3.928,3.929,3.938,3.93,3.918,3.917,3.937,3.943,3.933,3.94,3.944,3.923,3.957,3.957,3.986,3.982,3.995,3.995,3.991,3.968,3.996,3.977,3.995,4.048,4.094,4.082,4.066,4.18,4.177,4.194,4.19,4.164,4.167,4.217,4.246,4.234,4.215,4.212,4.206,4.159,4.154,4.065,4.076,4.077,4.047,3.995,3.98,4.048,4.048,3.965,3.995,3.974,3.944,3.938,3.949,3.954,3.897,3.894,3.874,3.836,3.85,3.904,3.92,3.913,3.894,3.897,3.878,3.887,3.881,3.897,3.916,3.901,3.888,3.875,3.885,3.889,3.847,3.877,3.881,3.856,3.866,3.879,3.892,3.93,3.942,3.951,3.945,3.958,3.966,3.969,3.947,3.934,3.937,3.955,3.959,3.972,3.96,3.968,3.961,3.937,3.94,3.944,3.948,3.941,3.942,3.948,3.927,3.932,3.928,3.909,3.899,3.884,3.839,3.831,3.815,3.81,3.788,3.782,3.764,3.717,3.738,3.691,3.646,3.64,3.596,3.589,3.589,3.62,3.63,3.63,3.606,3.599,3.575,3.605,3.6,3.59,3.571,3.602,3.594,3.584,3.596,3.583,3.601,3.689,3.685,3.67,3.653,3.69,3.699,3.678,3.694,3.704]
Loading

Copy link

github-actions bot commented Jul 3, 2025

🌋 Here are results of SLO test for native-table:

Operation Success Rate

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Success Rate, %" 89 --> 111
    line [100.004,100.004,100.003,100,100,99.997,100,100,99.997,100,100.003,100,100,100.003,100,100.003,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100.003,100,100,100.003,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100.003,100,100,100,100,100.003,100,100,100,99.997,100,99.997,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,99.997,100,99.997,100,100,99.997,100,100,100,100,100.003,100,99.997,99.997,100,100,100,100,100,100,100.003,100,100,99.997,100,100,100,99.997,99.997,100,100,100.003,100,100,100,100,100,100,100.003,99.997,100,100.003,100.003,100.003,100,100,100,100,100,100,100,100,100.003,100,100,100,100.003,100.003,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,99.997,100,100,100,100,99.997,100,100,100,100,100,100,100,99.997,100,99.997,100,100,100,100,100.003,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100.007,99.997,100.003,100,100,100,100,99.997,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100.003,100,100,100,100,100,100,100,100.007,100,100,100,100.003,100,100,100,100.003,100,100,100,100,99.997,100,100,100,100,100.003,99.997,100,100,100,100,100,100,100.003,100,100,99.997,100,100.003,100.003,99.997,100,100,100,99.997,100,100,100,100,100.003,99.997,100,100,100,99.997,100.003,100,100,100,100,100,100,99.997,100,100,100,100,99.997,99.997,99.997,100,100,100,100,99.997,100,100,100,100,100.003,100,99.997,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,99.997,100.003,100,100,100,100,100.003,100,100,100,100,100,100,100.003,100,100,100.003,100,99.997,100,100.003,100,100,100,100,100.007,100,100,100,100.003,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,99.997,99.997,100.003,100,100,100,99.993,100,100,100,100,100,100,100,100.003,100,100,99.997,100,100,100.003,100,100,100,100,100,100,100,100,100.003,99.997,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,99.997,100,100,100,100,100,100,100,100,100.003,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,99.997,100,100,100,100,100,99.997,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100.007,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100.003,100,100.003,100,100,100,100,100,100,99.997,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,99.997,100,100,100,100,100,100,100.003,100,100,100,100,100,100]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "	Time, m" 0 --> 10
    y-axis "Success Rate, %" 90 --> 111
    line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
Loading

Operations Per Second

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 840 --> 1103
    line [934.033,967.367,999.966,1000.069,1000.034,1000.034,1000,1000.069,1000.069,1000,999.966,1000.034,1000,999.966,1000.034,1000,1000,1000.069,1000,1000.034,1000.034,1000,1000.069,1000.034,1000,1000.034,1000,999.966,1000,1000,1000,1000.034,999.966,1000,997.276,1000.034,999.966,999.966,1000,1000.069,1000.034,1000.034,999.966,999.966,1000,1000,999.966,1000,1000,999.966,1000.034,999.931,1000.034,1000.034,999.966,1000.034,999.966,1000,1000,1000,1000,1000,1000.034,1002.724,1000,1000,1000.034,1000.034,999.966,999.931,1000,1000,1000,1000.034,999.966,1000.034,1000,999.966,1000,999.931,1000.034,999.966,1000,1000,1000,1000.069,1000.034,1000,1000,1000,999.966,999.966,1000.034,1000.034,1000.034,999.931,999.931,1000.034,1000.069,999.966,1000.103,1000,999.966,1000.034,999.966,1000.034,1000.034,1000,1000.034,1000,1000,1000.034,1000,1000,999.931,1000,1000,1000,1000,1000.034,1000.034,999.966,1000,1000,1000.034,1000.034,999.897,999.931,1000,1000,1000.034,1000,999.966,1000.034,999.966,1000.034,999.897,1000.034,1000.034,999.966,999.966,1000,999.966,1000.034,1000,1000,1000,999.966,999.966,999.966,1000,1000,999.966,1000.034,1000.034,1000.103,1000.034,1000.034,999.966,999.966,1000.034,1000.069,1000,1000.034,1000,1000.138,1000,999.966,1000.034,999.966,1000.034,1000,1000,999.966,1000.034,1000,1000.034,1000.034,1000,1000,999.966,1000.034,1000,1000,999.966,1000,999.931,1000,1000.034,1000,999.931,999.966,1000,999.966,999.931,999.966,1000,1000.034,1000.034,999.966,1000.034,1000.034,1000,999.966,1000,1000.034,1000,1000,1000.034,1000,1000,999.966,999.966,1000,1000,1000.034,1000.034,1000,999.966,1000.034,1000.034,999.966,1000,1000.034,1000,1000.034,999.966,999.966,1000,999.966,1000,1000,1000.034,1000.034,999.966,1000.034,1000.034,999.931,1000,999.966,1000,1000,1000,1000,1000.034,999.931,999.966,1000.034,999.966,1000,1000,1000,1000,999.966,999.966,999.966,1000.069,1000,1000,1000,1000,1000,999.966,1000,999.966,999.966,1000.034,999.966,999.966,1000,1000,999.966,1000.034,1000,1000.034,1000,999.966,1000.034,999.966,1000,1000.034,1000,1000.069,1000.034,1000.069,1000,1000,1000,999.966,1000,999.966,1000,1000,1000.034,1000,1000.034,1000.034,1000.034,1000,1000.034,1000.034,1000,999.966,1000,1000.034,1000,1000,1000.034,1000.034,999.966,1000,999.966,1000,1000,1000,1000.034,999.966,1000,1000,1000,1000,1000.034,1000,1000,999.966,1000.034,1000,1000,1000,1000.034,999.966,1000.034,1000.034,999.966,1000,1000,999.966,1000,1000,1000,1000,1000,1000,999.966,1000,1000.069,1000,1000,1000.034,1000.034,999.966,999.966,999.966,1000.034,999.966,1000,1000,999.966,999.966,1000,1000,1000,1000,1000,1000.034,1000,999.966,1000,1000,1000.034,1000,999.966,1000.034,999.966,999.966,1000,1000,999.966,1000,1000,1000,1000.034,1000,1000.034,1000.034,1000,1000,1000.034,1000,1000,999.966,1000,1000.034,999.966,1000.034,1000,1000,1000,999.966,999.966,1000,1000,1000.034,1000.034,1000.034,1000.034,1000,1000,1000,1000.034,1000,999.966,999.966,999.966,1000,1000,999.966,1000.034,1000,1000.034,1000.034,999.966,1000,1000,1000,1000,1000.034,1000.034,1000,1000,999.966,999.966,999.966,999.966,999.966,1000,999.966,1000.034,999.966,1000,1000.034,1000.034,1000.034,1000.034,1000,1000.034,1000,1000,999.966,999.966,1000,1000.034,1000,1000.034,1000.034,999.966,1000,1000.034,1000,1000.034,1000,1000.034,1000,1000,1000.034,1000.034,1000,1000.034,1000.034,1000,999.966,1000,1000,1000.034,1000,1000,1000,1000,1000,1000,999.966,999.966,1000,999.966,1000.034,999.966,999.931,1000.034,1000,1000,1000,1000,1000,1000,999.966,999.966,999.966,1000,1000,1000.034,999.897,1000,999.966,1000,1000,1000,1000,1000.034,1000.034,1000,1000.034,999.966,1000.034,999.931,1000,1000.069,999.966,1000,1000,999.966,1000,1000.034,999.966,1000.034,1000.034,1000,1000,999.966,999.966,1000.103,999.966,1000.034,999.966,1000,999.966,1000,1000,1000,1000,1000,1000,1000,1000.034,1000,1000,1000.034,999.966,1000.034,1000,1000.034,1000,1000.034,1000,999.966,1000.034,1000,1000,1000.034,999.931,1000.034,1000,1000,1000,1000,999.966,1000,1000,1000.034,1000,1000,999.966,1000.034,1000]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 84 --> 111
    line [93.403,96.737,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.69,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.31,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
Loading

95th Percentile Latency

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 1 --> 3
    line [1.91,1.908,1.905,1.899,1.9,1.89,1.896,1.897,1.898,1.899,1.899,1.899,1.899,1.899,1.9,1.895,1.905,1.907,1.908,1.908,1.909,1.91,1.911,1.91,1.911,1.904,1.911,1.91,1.91,1.911,1.912,1.912,1.912,1.912,1.926,1.942,1.947,1.947,1.947,1.947,1.948,1.948,1.948,1.948,1.948,1.941,1.942,1.942,1.941,1.941,1.94,1.94,1.939,1.939,1.94,1.934,1.937,1.938,1.938,1.938,1.938,1.94,1.941,1.928,1.908,1.903,1.904,1.905,1.905,1.905,1.905,1.905,1.905,1.906,1.904,1.902,1.903,1.903,1.903,1.904,1.904,1.904,1.903,1.902,1.902,1.899,1.9,1.899,1.898,1.897,1.896,1.892,1.892,1.892,1.891,1.896,1.899,1.901,1.9,1.901,1.902,1.901,1.9,1.9,1.9,1.897,1.899,1.9,1.9,1.9,1.9,1.901,1.9,1.9,1.9,1.899,1.9,1.9,1.901,1.9,1.902,1.904,1.903,1.904,1.899,1.895,1.895,1.899,1.898,1.898,1.901,1.902,1.903,1.903,1.904,1.903,1.902,1.905,1.905,1.905,1.908,1.908,1.908,1.909,1.91,1.909,1.909,1.91,1.91,1.909,1.91,1.91,1.91,1.91,1.909,1.939,1.936,1.937,1.937,1.935,1.937,1.938,1.938,1.938,1.938,1.938,1.937,1.938,1.938,1.936,1.938,1.938,1.937,1.938,1.938,1.938,1.936,1.938,1.938,1.937,1.937,1.938,1.938,1.939,1.91,1.91,1.908,1.909,1.908,1.905,1.904,1.903,1.902,1.902,1.903,1.901,1.9,1.9,1.899,1.896,1.897,1.897,1.898,1.899,1.9,1.9,1.898,1.9,1.9,1.899,1.899,1.898,1.897,1.896,1.896,1.896,1.896,1.898,1.9,1.9,1.902,1.902,1.902,1.901,1.902,1.901,1.901,1.905,1.906,1.907,1.908,1.908,1.907,1.907,1.906,1.907,1.903,1.905,1.905,1.904,1.905,1.905,1.905,1.905,1.904,1.903,1.902,1.904,1.904,1.904,1.903,1.903,1.903,1.903,1.905,1.909,1.906,1.907,1.906,1.905,1.905,1.904,1.905,1.905,1.905,1.905,1.904,1.905,1.904,1.904,1.904,1.905,1.905,1.906,1.906,1.905,1.901,1.901,1.901,1.9,1.9,1.9,1.9,1.897,1.891,1.891,1.89,1.89,1.889,1.888,1.887,1.886,1.885,1.884,1.885,1.884,1.881,1.883,1.882,1.881,1.882,1.881,1.881,1.88,1.88,1.88,1.879,1.882,1.882,1.881,1.882,1.883,1.882,1.883,1.883,1.882,1.88,1.882,1.882,1.881,1.882,1.882,1.883,1.882,1.882,1.882,1.88,1.883,1.883,1.882,1.882,1.883,1.883,1.883,1.883,1.883,1.88,1.882,1.882,1.881,1.88,1.88,1.879,1.88,1.88,1.88,1.878,1.879,1.879,1.879,1.88,1.881,1.881,1.882,1.883,1.882,1.88,1.882,1.881,1.88,1.88,1.881,1.881,1.881,1.881,1.881,1.88,1.881,1.881,1.883,1.883,1.884,1.884,1.883,1.884,1.884,1.883,1.884,1.884,1.883,1.883,1.883,1.883,1.884,1.884,1.885,1.883,1.884,1.885,1.885,1.885,1.884,1.883,1.883,1.883,1.883,1.882,1.882,1.882,1.882,1.882,1.883,1.883,1.882,1.884,1.884,1.882,1.883,1.884,1.884,1.884,1.884,1.883,1.884,1.884,1.883,1.882,1.882,1.884,1.884,1.884,1.886,1.886,1.886,1.886,1.886,1.886,1.886,1.887,1.886,1.886,1.887,1.887,1.885,1.885,1.884,1.884,1.883,1.884,1.884,1.883,1.884,1.883,1.883,1.883,1.883,1.883,1.882,1.883,1.882,1.882,1.882,1.883,1.882,1.881,1.881,1.88,1.879,1.878,1.878,1.877,1.878,1.879,1.879,1.88,1.879,1.879,1.878,1.879,1.879,1.879,1.879,1.88,1.88,1.881,1.88,1.88,1.879,1.881,1.88,1.88,1.882,1.883,1.885,1.885,1.886,1.885,1.886,1.889,1.889,1.887,1.888,1.888,1.888,1.888,1.888,1.889,1.889,1.89,1.891,1.89,1.89,1.891,1.89,1.89,1.892,1.893,1.893,1.896,1.896,1.894,1.894,1.894,1.894,1.894,1.896,1.895,1.893,1.893,1.894,1.893,1.893,1.893,1.892,1.892,1.891,1.891,1.89,1.891,1.891,1.891,1.891,1.891,1.891,1.89,1.888,1.886,1.884,1.884,1.885,1.883,1.884,1.883,1.882,1.88,1.881,1.881,1.881,1.882,1.882,1.881,1.881,1.881,1.881,1.882,1.881,1.882,1.88,1.88,1.88,1.881,1.881,1.881,1.88,1.881,1.882,1.882,1.88,1.881,1.882,1.88,1.882,1.882]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 2 --> 4
    line [2.975,2.974,2.973,2.969,2.97,2.961,2.966,2.966,2.966,2.969,2.969,2.968,2.969,2.97,2.973,2.969,2.977,2.98,2.98,2.981,2.979,2.978,2.979,2.979,2.979,2.974,2.978,2.978,2.979,2.979,2.981,2.979,2.979,2.979,2.992,3.107,3.213,3.222,3.191,3.2,3.22,3.209,3.189,3.169,3.136,3.012,3.035,3.035,3.035,3.057,3.067,3.067,3.079,3.102,3.112,3.056,3.16,3.138,3.121,3.097,3.117,3.138,3.138,2.994,2.975,2.969,2.971,2.971,2.972,2.972,2.971,2.97,2.97,2.971,2.969,2.964,2.968,2.966,2.966,2.967,2.966,2.965,2.964,2.963,2.961,2.953,2.957,2.957,2.956,2.956,2.954,2.953,2.952,2.952,2.951,2.953,2.958,2.96,2.958,2.959,2.959,2.958,2.958,2.958,2.959,2.956,2.96,2.96,2.96,2.961,2.961,2.96,2.958,2.959,2.961,2.957,2.959,2.96,2.959,2.958,2.961,2.964,2.964,2.965,2.96,2.954,2.951,2.955,2.955,2.956,2.96,2.962,2.962,2.963,2.963,2.96,2.96,2.962,2.961,2.962,2.966,2.969,2.968,2.968,2.968,2.969,2.969,2.971,2.97,2.969,2.968,2.967,2.968,2.969,2.968,2.993,2.99,2.991,2.991,2.988,2.988,2.989,2.988,2.988,2.987,2.988,2.986,2.988,2.988,2.985,2.985,2.984,2.983,2.983,2.982,2.981,2.98,2.982,2.981,2.98,2.982,2.98,2.982,2.982,2.96,2.96,2.959,2.959,2.958,2.956,2.954,2.953,2.953,2.954,2.954,2.953,2.951,2.95,2.949,2.946,2.949,2.95,2.953,2.954,2.955,2.954,2.952,2.957,2.957,2.956,2.958,2.957,2.958,2.958,2.958,2.957,2.956,2.96,2.962,2.962,2.966,2.967,2.968,2.969,2.968,2.968,2.97,2.974,2.975,2.974,2.977,2.975,2.975,2.974,2.974,2.975,2.969,2.97,2.971,2.97,2.971,2.97,2.969,2.968,2.967,2.967,2.964,2.967,2.968,2.965,2.966,2.965,2.964,2.964,2.966,2.969,2.966,2.967,2.966,2.962,2.963,2.96,2.96,2.959,2.958,2.958,2.957,2.958,2.957,2.955,2.955,2.955,2.956,2.956,2.955,2.956,2.951,2.952,2.953,2.95,2.952,2.952,2.951,2.949,2.942,2.941,2.94,2.943,2.943,2.941,2.942,2.941,2.941,2.94,2.94,2.939,2.937,2.936,2.937,2.936,2.936,2.935,2.935,2.935,2.935,2.935,2.932,2.933,2.933,2.934,2.934,2.934,2.934,2.936,2.935,2.935,2.933,2.936,2.936,2.934,2.934,2.937,2.938,2.939,2.941,2.94,2.939,2.943,2.942,2.942,2.943,2.943,2.943,2.943,2.942,2.943,2.939,2.941,2.939,2.937,2.939,2.937,2.936,2.937,2.938,2.938,2.935,2.939,2.941,2.94,2.94,2.941,2.942,2.942,2.943,2.944,2.941,2.943,2.942,2.942,2.942,2.943,2.943,2.943,2.942,2.943,2.941,2.944,2.945,2.944,2.946,2.946,2.944,2.942,2.941,2.94,2.936,2.937,2.937,2.934,2.932,2.932,2.932,2.932,2.933,2.933,2.932,2.936,2.937,2.935,2.934,2.934,2.935,2.935,2.934,2.935,2.932,2.934,2.935,2.934,2.936,2.938,2.939,2.938,2.94,2.94,2.938,2.941,2.944,2.943,2.943,2.944,2.943,2.941,2.941,2.939,2.935,2.935,2.936,2.937,2.936,2.937,2.936,2.937,2.936,2.935,2.935,2.934,2.934,2.932,2.931,2.931,2.933,2.932,2.935,2.935,2.932,2.933,2.934,2.934,2.932,2.935,2.934,2.935,2.937,2.94,2.939,2.939,2.939,2.938,2.938,2.939,2.938,2.94,2.943,2.94,2.941,2.938,2.939,2.94,2.94,2.94,2.94,2.936,2.936,2.936,2.936,2.935,2.937,2.937,2.935,2.937,2.937,2.936,2.934,2.934,2.933,2.932,2.936,2.937,2.937,2.94,2.941,2.939,2.941,2.941,2.942,2.942,2.945,2.946,2.945,2.946,2.946,2.946,2.948,2.947,2.947,2.947,2.947,2.948,2.948,2.947,2.947,2.947,2.948,2.949,2.95,2.948,2.952,2.952,2.949,2.949,2.949,2.951,2.952,2.952,2.952,2.949,2.95,2.95,2.95,2.951,2.951,2.95,2.95,2.951,2.95,2.95,2.951,2.951,2.952,2.953,2.955,2.954,2.953,2.953,2.952,2.947,2.947,2.947,2.946,2.948,2.945,2.943,2.944,2.945,2.946,2.944,2.946,2.945,2.944,2.942,2.942,2.943,2.943,2.943,2.943,2.941,2.941,2.94,2.94,2.94,2.94,2.941,2.94,2.94,2.941,2.94,2.944,2.945,2.941,2.944,2.944]
Loading

Copy link

github-actions bot commented Jul 3, 2025

🌋 Here are results of SLO test for native-table-over-query-service:

Operation Success Rate

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Success Rate, %" 89 --> 111
    line [99.996,100,100,100,100,100.003,100,100,100.003,100,100,100.003,99.997,100,100,100,99.997,100.003,100,100,99.997,100,99.997,100.003,99.997,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,99.997,100,100.003,100,100.003,100,100.003,100,100,99.997,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100.003,99.997,100,100,99.997,100,100.003,100,100,100,100,100,99.997,99.997,100,100.003,100,100,99.997,99.997,100,100,100,99.997,100.003,100,100,100,100,99.997,100.003,100,100,100,99.997,100,100,99.997,100,100,100,100.003,100,100,100,100,100,100.003,100.003,100,100,100,100.003,99.997,100,100,100,100,100.003,100,100,100,100,100.003,99.997,100,100,100,99.997,100,100,100.003,99.997,100,100,100,99.997,100,100,99.997,100,100,100.003,100,100,100,100.003,100,100,100,100,100,100.003,100.003,100,100.003,99.997,100.003,100,100,100,100.003,99.997,100,99.997,100.003,100,100,100.007,100,100,100,100,100,100,99.997,100,100,99.997,100,100,99.997,99.997,99.997,100,100.003,100,100,100,100,100,100.003,100,100.003,100,100,100,99.997,100,100,100,100,99.997,100,99.997,100,100,100,100,100,100,100.003,100.003,99.997,100,100,99.997,100,100,99.997,100,100,100,100,100,100,100,100,99.997,100,100,100.003,100,100.003,100,100,100.003,100,100,100,100,100,100.003,100,100,100.003,100,100,100.003,100,100,100,100,100,99.997,100,99.997,100.003,100,100,100,100,100,100,100,100,100,99.997,100,100,99.997,99.997,100,100,100,99.997,100,100,100,100,100,99.997,100,100.003,100,100.003,100,100,100,100,100,100,100,100,100,99.997,100.003,100,100,100.003,100.003,99.997,100,100,100.003,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100.003,100,100,100,99.997,100,100,100,100.003,100,100,100,100,99.997,100,100,99.997,100,100,100,100,100.003,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,99.997,99.997,100,100,100,100,100,100,100,100.003,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,99.997,100.003,100,100,100.003,99.997,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,99.997,100.003,100,99.997,100,100,100,100,100,100,100,100,100,100,100.003,100.003,100,100.003,100,100,100.003,100,100,100,99.997,100,100,100,100,100.003,100,100.003,100.003,100,100,99.997,100,100,100,100,100,100,100,99.993,99.997,100,100,100,100,99.997,99.997,100,100,100.003,100,100,100,100,100,99.997,100,100,100,100,100.003,100,100,100,100,100,100,100,100,99.996]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "	Time, m" 0 --> 10
    y-axis "Success Rate, %" 89 --> 111
    line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
Loading

Operations Per Second

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 847 --> 1101
    line [942.1,975.398,1000,1000,1000.034,999.931,1000.069,999.931,999.966,1000,1000,1000,1000.034,1000.103,1000.034,1000,1000.034,1000.034,1000.034,999.966,1000.034,1000.069,999.966,999.966,1000.069,1000,1000,1000,999.931,999.966,1000.034,999.966,1000,999.966,1000.034,1000,1000.034,999.966,1000.034,1000,999.966,999.966,1000.034,999.966,1000.034,1000,999.966,1000,1000,1000,999.966,1000.034,1000,1000,999.966,1000,1000.034,1000,1000.034,999.966,1000.034,1000.034,1000.034,1000.034,999.966,1000.034,1000.034,999.966,1000.034,1000,1000.034,1000,1000,999.966,1000,1000.034,1000,1000.034,1000,1000,1000,1000,1000,1000.034,1000.034,999.966,1000.069,999.966,1000.034,1000,1000,999.966,999.966,1000.034,999.966,1000,1000.034,1000,1000,1000,1000,1000,1000.034,1000.034,1000,1000,1000,1000,999.966,1000,999.966,999.966,999.966,999.966,1000.034,999.931,1000.034,1000,1000,1000,1000,1000,1000,1000.034,1000.034,1000,1000,1000.034,1000,999.966,1000.034,999.966,999.931,1000,1000,999.966,1000,1000.034,1000,1000.069,1000,1000,1000.034,1000,1000.069,1000,1000,999.966,999.966,1000.034,1000.034,999.966,1000,1000,1000,999.966,999.966,999.966,1000.034,1000,1000.034,1000.069,999.931,999.931,1000.034,1000,1000.034,999.931,999.931,1000,1000.034,999.966,1000,999.966,1000,1000,1000.034,1000.034,999.966,999.966,1000,999.966,1000,999.966,1000,1000.034,1000.034,999.966,1000,1000,999.966,1000.034,1000.069,1000,1000,999.966,1000.034,1000.034,1000,1000,1000,999.966,1000.034,1000,1000,1000,1000,1000.034,999.966,1000,1000.034,999.966,1000.034,1000.034,1000,1000,1000.034,1000,999.966,1000.034,1000,1000,1000,1000,1000.034,1000.034,1000.034,999.966,1000,1000.034,1000.034,1000,999.966,999.966,999.966,1000,1000,1000.034,1000,1000,1000.034,999.966,1000,1000,999.966,1000,999.966,1000,1000,1000.034,1000,1000,999.966,1000,1000,999.966,1000.069,1000,1000,1000,1000,1000.034,1000.034,1000.034,1000,1000,1000,999.966,1000,1000,1000,1000,1000,1000.034,999.966,1000.034,999.966,1000,1000,1000,1000,1000.034,999.966,1000,1000.034,1000,1000,999.931,999.966,999.966,999.966,1000,1000,999.966,999.966,1000,1000,999.966,1000,1000,1000,1000,1000,1000,1000,1000.069,1000,999.966,1000,1000,999.966,1000.034,1000,999.966,1000,999.966,1000.069,1000,1000.034,1000.034,1000,1000,1000.034,1000,1000,1000.069,1000.034,1000,1000.034,999.966,1000,999.966,1000,1000,1000,1000,1000.034,999.966,1000,1000.034,1000,1000,1000,999.966,1000.034,1000.034,1000.034,999.966,999.966,1000,999.966,1000,1000.034,1000.034,1000,999.966,1000,999.966,1000.034,999.966,1000,1000.034,1000,999.966,1000,1000,1000.034,1000,1000,1000,1000,1000,1000.034,1000,999.966,1000,1000.034,1000.034,1000,1000.034,1000,1000,1000,1000.034,1000,1000,1000,1000.034,999.966,1000.034,1000,1000,1000.069,1000.034,1000.034,999.966,1000,1000,1000,999.966,1000.034,1000,1000,1000,999.931,1000,1000.034,1000,999.966,1000.034,1000,1000,1000,1000,1000,1000.034,999.966,1000.069,1000,1000,1000.034,1000,999.966,999.966,1000.034,1000.034,999.966,1000.034,1000.034,1000,1000,1000,1000,999.966,1000,1000,1000,1000,1000,1000.034,1000.034,1000,1000.034,999.966,1000.034,1000,1000,1000,1000,999.966,1000,1000,1000,999.966,999.966,1000.034,999.966,999.966,1000.034,999.966,1000,1000.034,1000.138,1000,999.966,1000,1000.069,999.966,999.966,999.966,999.966,1000.034,1000.069,999.966,1000,999.966,1000,1000,1000,1000,999.931,1000,1000.034,1000,1000,1000,1000.069,999.966,1000,999.966,999.966,999.966,1000,1000,1000.034,999.966,1000,1000,1000,1000,999.897,1000,1000,1000,1000.069,1000,1000.034,1000,1000,1000.069,1000,1000.034,1000,1000,1000,1000,999.966,1000.034,1000.034,1000,1000,1000.034,1000.034,1000,1000.034,1000.034,1000.034,1000,1000.034,1000.069,999.966,1000,1000,999.966,1000.034,999.966,1000,999.966,1000,1000.034,999.966,1000.034,1000.034,1000.034,1000,1000.034,999.966,999.931,1000,1000.034,999.966,999.966,999.966,999.966,999.966,999.966,999.966,999.966,1000.034,1000.034,1000,999.966,1000.034,999.966,1000,1000.034,1000,1000,999.966,1000.034,999.966,1000,957.9]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 84 --> 111
    line [94.21,97.543,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.993,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.007,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,95.79]
Loading

95th Percentile Latency

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 1 --> 3
    line [1.968,1.968,1.967,1.967,1.968,1.964,1.969,1.969,1.969,1.969,1.97,1.969,1.969,1.97,1.969,1.965,1.969,1.969,1.967,1.967,1.967,1.966,1.963,1.961,1.964,1.96,1.983,1.986,1.986,1.986,1.986,1.986,1.987,1.986,1.987,1.982,1.986,1.986,1.986,1.987,1.987,1.987,1.987,1.987,1.987,1.984,1.985,1.986,1.986,1.986,1.987,1.987,1.987,1.984,1.983,1.961,1.961,1.961,1.96,1.96,1.959,1.96,1.96,1.959,1.959,1.955,1.956,1.955,1.955,1.956,1.957,1.958,1.958,1.958,1.959,1.957,1.961,1.962,1.963,1.963,1.963,1.964,1.966,1.967,1.967,1.966,1.971,1.974,1.973,1.974,1.973,1.972,1.973,1.973,1.974,1.973,1.975,1.975,1.974,1.974,1.973,1.972,1.973,1.973,1.972,1.969,1.97,1.969,1.968,1.969,1.968,1.967,1.966,1.965,1.964,1.959,1.959,1.96,1.961,1.961,1.962,1.962,1.963,1.963,1.963,1.963,1.966,1.966,1.966,1.968,1.968,1.968,1.969,1.969,1.969,1.967,1.969,1.969,1.968,1.969,1.97,1.969,1.971,1.971,1.97,1.967,1.97,1.982,1.982,1.983,1.983,1.982,1.982,1.982,1.982,1.979,1.979,1.978,1.977,1.977,1.977,1.977,1.98,1.98,1.981,1.979,1.983,1.984,1.983,1.983,1.984,1.984,1.983,1.984,1.985,1.982,1.97,1.973,1.972,1.973,1.973,1.973,1.973,1.973,1.972,1.972,1.973,1.973,1.972,1.973,1.972,1.969,1.97,1.969,1.968,1.966,1.965,1.965,1.964,1.963,1.962,1.962,1.961,1.959,1.959,1.96,1.957,1.96,1.96,1.96,1.96,1.96,1.961,1.961,1.963,1.962,1.962,1.964,1.963,1.964,1.965,1.964,1.965,1.965,1.964,1.964,1.963,1.965,1.965,1.966,1.967,1.967,1.967,1.967,1.965,1.964,1.96,1.962,1.961,1.961,1.961,1.96,1.96,1.958,1.958,1.958,1.956,1.957,1.956,1.954,1.954,1.953,1.954,1.955,1.955,1.956,1.954,1.958,1.958,1.958,1.959,1.96,1.961,1.962,1.963,1.964,1.963,1.965,1.965,1.965,1.965,1.965,1.965,1.965,1.965,1.966,1.965,1.968,1.968,1.967,1.968,1.966,1.967,1.966,1.965,1.965,1.961,1.963,1.963,1.961,1.962,1.961,1.961,1.96,1.959,1.959,1.956,1.957,1.957,1.957,1.958,1.959,1.959,1.96,1.96,1.96,1.958,1.96,1.961,1.962,1.964,1.963,1.965,1.965,1.965,1.965,1.963,1.964,1.964,1.962,1.961,1.961,1.962,1.962,1.962,1.962,1.96,1.962,1.961,1.959,1.959,1.959,1.958,1.958,1.958,1.957,1.955,1.955,1.953,1.951,1.95,1.948,1.948,1.947,1.948,1.949,1.947,1.95,1.95,1.951,1.951,1.95,1.951,1.952,1.952,1.953,1.952,1.954,1.955,1.954,1.954,1.954,1.954,1.953,1.953,1.953,1.952,1.954,1.955,1.955,1.955,1.955,1.955,1.954,1.953,1.953,1.951,1.952,1.951,1.95,1.95,1.949,1.948,1.948,1.947,1.946,1.943,1.943,1.943,1.943,1.943,1.945,1.946,1.947,1.948,1.948,1.946,1.947,1.948,1.95,1.951,1.952,1.953,1.955,1.956,1.956,1.955,1.957,1.957,1.957,1.957,1.958,1.956,1.957,1.957,1.957,1.957,1.957,1.957,1.957,1.956,1.956,1.955,1.955,1.955,1.953,1.951,1.95,1.948,1.946,1.946,1.945,1.944,1.944,1.944,1.945,1.944,1.944,1.945,1.946,1.947,1.949,1.949,1.951,1.952,1.953,1.953,1.953,1.953,1.953,1.952,1.952,1.952,1.952,1.952,1.952,1.953,1.953,1.954,1.954,1.953,1.953,1.951,1.952,1.951,1.95,1.949,1.949,1.947,1.947,1.946,1.945,1.942,1.94,1.939,1.937,1.936,1.937,1.942,1.944,1.944,1.945,1.945,1.946,1.947,1.948,1.948,1.949,1.951,1.951,1.951,1.953,1.953,1.954,1.954,1.953,1.952,1.951,1.952,1.951,1.952,1.953,1.953,1.953,1.954,1.953,1.952,1.948,1.949,1.948,1.948,1.947,1.946,1.945,1.944,1.944,1.942,1.94,1.941,1.94,1.939,1.938,1.936,1.937,1.937,1.938,1.937,1.936,1.937,1.937,1.938,1.938,1.94,1.94,1.941,1.941,1.943,1.942,1.944,1.945,1.946,1.948,1.948,1.95,1.95,1.95,1.95,1.949,1.949,1.949,1.948,1.948,1.948,1.949,1.95,1.951,1.951,1.951,1.952,1.951,1.95,1.951,1.952,1.952,1.952,1.952,1.951,1.949,1.948,1.948,1.946,1.945,1.943]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 2 --> 5
    line [3.228,3.211,3.202,3.22,3.228,3.143,3.24,3.219,3.167,3.192,3.198,3.162,3.156,3.135,3.117,3,3.071,2.999,3,2.999,2.998,2.999,2.993,2.987,2.991,2.988,3.397,3.5,3.463,3.534,3.54,3.558,3.568,3.539,3.548,3.452,3.527,3.538,3.539,3.571,3.576,3.604,3.615,3.642,3.646,3.546,3.61,3.586,3.586,3.59,3.58,3.602,3.612,3.57,3.553,3.034,2.999,2.999,2.996,2.996,2.996,2.995,2.994,2.994,2.993,2.99,2.991,2.991,2.989,2.992,2.991,2.992,2.992,2.993,2.994,2.992,2.998,3.043,3.085,3.138,3.156,3.19,3.212,3.243,3.291,3.248,3.408,3.485,3.462,3.461,3.453,3.458,3.45,3.455,3.486,3.457,3.479,3.483,3.468,3.461,3.443,3.432,3.454,3.454,3.442,3.371,3.391,3.351,3.333,3.326,3.312,3.269,3.261,3.229,3.259,3.077,3.062,3.071,3.1,3.16,3.187,3.214,3.232,3.248,3.265,3.254,3.331,3.336,3.365,3.383,3.4,3.369,3.354,3.354,3.362,3.301,3.357,3.328,3.309,3.309,3.309,3.306,3.325,3.323,3.309,3.24,3.325,3.508,3.508,3.512,3.508,3.504,3.492,3.483,3.468,3.402,3.4,3.374,3.347,3.358,3.351,3.378,3.442,3.449,3.463,3.417,3.508,3.517,3.513,3.541,3.579,3.568,3.567,3.585,3.583,3.522,3.359,3.405,3.392,3.394,3.375,3.341,3.349,3.349,3.349,3.325,3.359,3.351,3.333,3.336,3.317,3.246,3.265,3.254,3.228,3.133,3.14,3.139,3.087,3.01,2.999,2.996,2.996,2.995,2.993,2.992,2.99,2.995,2.995,2.996,2.998,2.996,2.999,3,3.084,3.067,3.084,3.111,3.109,3.101,3.159,3.113,3.114,3.124,3.087,3.031,3,3.061,3.051,3.08,3.144,3.109,3.09,3.136,3.1,3.053,2.997,2.998,2.997,2.994,2.996,2.993,2.993,2.99,2.99,2.99,2.988,2.99,2.989,2.986,2.987,2.986,2.988,2.991,2.995,2.995,2.993,2.999,2.997,2.997,3.072,3.111,3.157,3.183,3.218,3.254,3.239,3.303,3.32,3.301,3.315,3.323,3.326,3.307,3.313,3.324,3.306,3.362,3.357,3.347,3.361,3.336,3.333,3.305,3.331,3.318,3.25,3.269,3.27,3.205,3.246,3.186,3.205,3.168,3.127,3.092,3,3.063,3.054,3.022,3.045,3.056,3.044,3.023,3.012,3.024,3.033,3.109,3.109,3.16,3.221,3.218,3.248,3.21,3.229,3.214,3.18,3.198,3.178,3.082,3.094,3.063,3.09,3.089,3.098,3.097,3.02,3.058,3.049,2.999,2.999,3,3.01,3,3,2.996,2.992,2.994,2.99,2.988,2.986,2.983,2.983,2.981,2.983,2.984,2.983,2.986,2.988,2.99,2.99,2.991,2.995,2.998,3.028,3.054,3.053,3.148,3.189,3.177,3.165,3.15,3.164,3.133,3.134,3.156,3.146,3.233,3.229,3.237,3.24,3.244,3.269,3.271,3.266,3.268,3.223,3.244,3.197,3.19,3.162,3.069,3,2.997,2.996,2.996,2.989,2.988,2.987,2.986,2.989,2.99,2.992,2.993,2.993,2.991,2.989,2.994,2.995,2.998,3.021,3.041,3.041,3.081,3.108,3.115,3.061,3.108,3.144,3.144,3.17,3.189,3.179,3.191,3.164,3.162,3.145,3.177,3.189,3.151,3.118,3.081,3.032,3.022,3.022,2.998,2.993,2.992,2.988,2.985,2.984,2.982,2.981,2.984,2.985,2.984,2.985,2.984,2.985,2.988,2.99,2.993,2.994,2.996,3,3.042,3.022,3.052,3.051,3.041,3.069,3.079,3.059,3.113,3.145,3.144,3.152,3.181,3.203,3.174,3.172,3.159,3.092,3.075,3.102,3.05,3.01,3,2.998,2.995,2.993,2.991,2.988,2.984,2.98,2.978,2.977,2.98,2.986,2.985,2.987,2.988,2.987,2.986,2.987,2.986,2.986,2.987,2.99,2.991,2.993,2.994,2.994,2.994,2.994,2.993,2.991,2.99,2.991,2.99,2.991,2.992,2.993,2.994,2.994,2.993,2.99,2.985,2.987,2.985,2.985,2.983,2.982,2.981,2.98,2.98,2.979,2.977,2.978,2.976,2.972,2.973,2.971,2.971,2.972,2.972,2.971,2.97,2.971,2.97,2.974,2.975,2.977,2.98,2.982,2.981,2.985,2.985,2.988,2.99,2.991,2.993,2.996,2.999,2.998,2.998,2.997,2.995,2.996,2.995,2.994,2.994,2.994,2.994,2.996,2.997,2.996,2.997,2.999,2.996,2.994,2.996,2.996,2.998,2.999,2.997,2.995,2.992,2.992,2.991,2.988,2.986,2.984]
Loading

Copy link

github-actions bot commented Jul 3, 2025

🌋 Here are results of SLO test for xorm-query:

Operation Success Rate

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Success Rate, %" 0 --> 111
    line [97.433,97.582,97.675,97.775,97.87,97.944,98.02,98.082,98.163,98.219,98.277,98.315,98.342,98.878,99.426,99.618,99.673,99.748,99.73,99.734,99.737,99.777,99.779,99.78,99.786,99.799,99.815,99.806,99.74,99.679,99.558,99.535,99.519,99.495,99.497,99.477,99.466,99.454,99.449,99.45,99.45,99.453,99.448,99.452,99.443,99.439,99.443,99.46,99.462,99.466,99.465,99.46,99.447,99.441,99.442,99.417,99.414,99.43,99.465,99.598,99.634,99.66,99.692,99.703,99.731,99.754,99.758,99.776,99.781,99.792,99.797,99.804,99.812,99.811,99.812,99.818,99.819,99.821,99.829,99.831,99.831,99.842,99.842,99.843,99.854,99.883,99.948,99.987,99.996,99.996,99.991,100,99.996,99.996,99.996,100,99.996,99.996,99.996,99.996,99.996,99.996,99.996,100,100,100,100,100,100,100,99.979,99.996,99.996,99.996,99.996,99.983,99.948,99.935,99.935,99.939,99.931,99.935,99.935,99.936,99.936,99.936,99.936,99.937,99.92,99.937,99.937,99.938,99.938,99.938,99.938,99.939,99.939,99.939,99.939,99.959,99.944,99.944,99.944,99.944,99.957,99.988,100,100,100,100,100,99.996,99.996,99.996,99.996,99.996,99.996,100.011,99.996,99.996,99.996,99.996,99.996,99.996,99.996,99.996,100,99.996,99.996,99.996,99.996,99.996,99.996,99.992,99.996,99.996,99.907,99.904,99.9,99.9,99.9,99.904,99.904,99.905,99.905,99.906,99.906,99.906,99.906,99.902,99.907,99.907,99.907,99.907,99.907,99.903,99.907,99.906,99.906,99.906,99.907,99.907,99.915,99.908,99.904,100,100,100,100,100.004,100,100,100,100,100,99.996,100,100,100.004,100,100,100,100,100,100,100,100,100,100,100,100.004,99.996,100,100.004,100,100,100,100,100,100,100,100,100,100,100.004,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.996,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.996,99.996,99.996,99.996,99.996,99.996,99.996,99.996,99.996,99.996,99.996,99.996,99.996,99.996,99.996,99.996,99.995,99.995,99.995,99.995,99.995,99.995,99.995,99.995,99.995,99.995,99.995,99.991,99.996,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.004,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.996,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.004,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.992,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.008,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.012,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.989,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.996,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.021,100,100,100,100,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "	Time, m" 0 --> 10
    y-axis "Success Rate, %" 0 --> 81
    line [20.64,20.488,20.631,21.246,21.691,21.382,21.484,21.296,21.533,21.599,21.12,20.657,18.86,18.821,19.462,19.787,20,19.969,20.431,21.363,21.878,21.899,21.628,21.839,21.5,21.509,21.752,22.228,22.188,21.964,21.611,21.649,21.195,20.911,21.342,21.047,20.487,20.301,19.555,19.99,19.745,19.765,19.63,18.893,18.605,18.811,18.775,18.159,17.233,16.532,16.29,16.114,15.931,15.751,15.824,15.461,15.107,16.211,17.321,18.308,18.766,19.32,19.417,18.951,19.13,20.272,21.107,22.106,21.893,22.79,22.943,22.923,22.806,22.795,22.679,23.487,24.083,23.787,23.863,24.031,24.605,24.369,24.54,24.739,25,24.821,24.522,23.733,23.105,22.53,22.057,21.927,22.463,22.322,22.022,21.483,21.419,21.299,20.688,20.807,21.308,21.399,21.879,22.01,21.416,20.816,21.333,22.475,22.899,22.765,23.432,23.816,24.257,24.397,24.825,24.295,24.207,25.188,26.001,26.639,26.998,27.251,28.227,28.922,29.459,29.409,29.858,30.54,30.898,32.013,33.396,34.029,34.35,34.921,36.213,37.216,37.027,37.308,37.345,38.049,37.885,37.989,38.288,38.109,38.74,39.427,39.513,39.781,40.048,40.295,40.822,41.258,41.366,41.538,42.767,43.478,43.623,44.195,43.597,43.064,42.644,42.483,42.324,41.91,41.8,41.967,42.338,42.559,42.462,42.628,42.767,42.822,42.501,42.349,41.87,42.232,41.453,41.383,43.156,42.709,44.154,45.161,46.015,46.702,47.527,49.008,49.732,50.749,52.094,53.099,54.545,55.81,56.687,57.055,57.556,58.349,59.756,60.65,61.694,62.775,63.561,65.25,66.375,68.138,69.288,70.18,71.524,70.682,71.865,70.991,71.277,70.872,70.319,70.915,70.398,70.354,70.507,70.439,70.8,70.421,70.776,70.718,71.025,71.41,71.523,71.592,71.649,71.523,71.34,71.612,71.637,71.613,70.748,70.308,69.951,69.489,69.276,68.908,68.637,68.359,68.646,68.948,68.297,68.421,68.447,68.35,68.526,68.007,68.304,67.23,67.142,66.451,65.771,65.541,65.195,65.139,65.205,65.298,65.376,65.205,65.733,66.545,66.621,66.59,65.926,65.814,65.557,66.009,65.269,64.568,64.364,63.802,63.173,63.163,62.783,62.072,62.245,62.213,62.679,63.014,63.256,63.951,63.623,63.018,63.221,62.928,62.767,62.168,61.32,60.374,59.24,58.986,58.682,58.662,58.608,59.526,59.657,60.446,60.716,60.606,60.919,61.435,61.68,61.191,61.038,60.872,60.103,59.307,58.881,59.24,59.551,59.726,59.593,58.656,59.413,60.262,60.571,60.736,61.314,62.285,63.101,63.548,63.491,63.725,62.943,62.488,62.542,63.064,64.06,65.242,66.144,66.13,66.573,66.996,67.396,67.775,68.698,69.109,69.023,68.674,68.738,69.456,69.907,69.205,68.401,68.547,69.158,69.292,68.794,68.342,68.051,68.632,68.906,69.26,69.415,69.972,69.878,69.056,67.607,66.966,66.54,66.809,66.761,66.572,67.251,67.472,67.169,67.31,67.198,67.278,66.855,66.838,67.805,67.724,68.419,68.829,68.401,68.135,68.047,68.526,69.288,69.543,69.508,69.742,68.788,68.709,68.991,69.184,69.224,69.249,69.618,69.591,69.935,69.645,69.03,69.263,69.328,69.249,69.907,70.324,70.752,70.235,70.624,69.758,69.224,69.774,70.912,70.721,71.574,70.76,70.305,70.401,70.632,70.691,71.171,70.806,71.002,71.231,71.971,71.954,71.967,72.007,72.404,72.865,72.736,72.291,72.549,72.354,72.299,72.21,72.12,71.56,71.828,71.442,71.191,71.048,71.192,69.991,70.18,70.097,70.176,69.585,69.535,69.249,69.299,69.432,68.735,67.983,67.556,67.585,67.376,66.384,66.901,67.689,68.706,69.379,69.492,69.752,70.033,70.288,70.945,71.092,71.296,71.171,71.183,71.349,71.522,71.216,71.223,71.157,71.256,71.667,71.435,71.422,71.549,71.508,71.601,71.978,72.639,72.333,72.912,72.258,71.662,70.969,70.626,70.403,70.605,70.441,70.525,70.112,70.088,70.659,70.558,70.07,70.223,70.134,70.245,70.818,71.117,71.028,70.947,70.607,70.876,70.885,71.218,70.856,71.08,70.868,71.015,70.791,71.279,71.186,70.98,70.124,69.634,69.213,69.852,69.533,69.686,69.432,68.776,68.526,68.237,68.482,68.607,68.666,68.311,67.965,67.677,67.443,67.784,67.579,67.473,67.644,67.739,67.057,67.041,67.025,67.009,66.901,67.054,67.33,67.902,68.222,67.719,67.039,67.44,66.93,66.989,67.284,67.591,67.574,67.36,67.053,66.605,67.022,66.744,67.16,67.832,68.6,68.759,68.799,68.687,68.627,68.681,67.989,67.714,67.706,67.305,66.667,66.729,66.338,65.947,65.933,65.961,65.207,65.944,65.77,66.089,66.137,66.589,66.339,66.508,66.882,66.307,66.543,66.556,65.872,64.903,64.695,64.477,64.366,64.688,64.72,65.066,65.313,65.299,65.675,66.738,66.159,66.709,67.606,69.051,68.246,69.715,68.735,69.855,68.582,69.399,65.766,60.526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
Loading

Operations Per Second

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 13 --> 1038
    line [508.055,537.948,559.467,586.418,613.089,638.995,664.209,688.319,719.182,742.881,771.038,792.207,798.448,798.759,787,793.448,791.655,793.966,792.897,791.862,785.333,786.931,794.414,797.931,789.655,788.069,802.103,800,796.255,795.448,788.69,792.724,780.793,785.31,780.808,777.448,774.931,758.207,763.276,758.241,758.241,755.862,749.966,754.552,743.241,744.276,743.069,741.414,730.483,742.939,728.552,721.586,716.724,710,710.862,692.448,682.724,677.633,670.379,677.379,677.724,689.138,682.793,685.323,693.103,700,712.345,707.586,708.552,711.31,713.207,722.414,714.207,711.897,713.448,720.172,722.724,732.793,726.379,732.683,734.793,740.621,740.172,748.862,756.483,768.517,788.621,790.586,789.069,789.931,786.345,790.138,793.241,787.759,785.345,787.207,792.138,794.138,792.724,796.897,801.241,805.69,809.103,812,809.655,810.966,810.621,814.621,812.843,815.207,819.138,821.69,816.586,816.621,818.931,808.897,796.793,790.552,790.345,797.469,797.793,799.414,801.641,803.897,810.724,808.793,814,819.483,819.069,820.897,825,831.414,833.276,836.552,838.724,841.862,845.586,847.069,847.517,846.034,855.931,861.034,863,867.034,875.276,895,901.793,908.241,905.783,909.793,910.793,916.509,917.172,913.172,912.793,911.862,909.966,910.655,907.103,907.207,908.414,905.241,906.621,908.759,915.724,910.828,914.862,916.241,920.897,923,921.69,915.586,909.724,910.379,905.655,906.903,887.103,865.034,831.138,830.241,829.138,830.31,829.517,833.793,835.759,840.345,843.621,847.103,846.931,846.414,851.621,852.414,852,851.114,853.517,850.138,851.655,846.207,844,842.621,851.379,853.276,855.069,859.655,860.715,881.552,904.897,936.931,937.517,937.414,940.207,943.038,941.345,941.759,941.931,939.69,940.517,939.866,937.034,935.931,934.276,935.379,931.168,934.034,934.586,937.517,941.172,938.241,942.038,940.586,943.31,940.069,940.069,935.448,928.345,930.207,931.517,931.379,933.931,933.069,938.272,936.034,935.103,936.207,936.517,935.414,934.513,936.103,931.414,927.862,923.764,918.862,920.281,924.241,919.966,917.862,919.172,917.787,917.448,917.172,916.862,915.862,916.138,913.552,906.207,897.655,897.31,888.759,883.069,868.69,868.241,859.586,852.517,843.724,838.483,833.793,829.862,825.931,825.414,818.298,821.379,813.953,804.621,798.586,794.276,791.276,784.793,781,775.241,771.276,766.552,764.552,761.138,762.759,764.897,764.621,766.103,764.414,765.759,754.414,761.552,763.069,767.862,767.483,769.103,765.517,766.655,766.448,773.966,772.897,778.931,787.31,791.207,796.379,799.517,807.207,808.069,813.241,816.241,818.897,824.138,837.103,842.897,848.448,854,854.69,858.621,862.621,879.966,876.586,878.414,880.862,881.655,884.897,893.517,901.207,907.241,911.414,918.241,917.724,919.103,923.724,921.345,923.241,922.828,924.276,921.483,923.793,925.655,924.517,922.414,922.828,919.138,915.69,917.828,922.31,925.828,924.793,931.276,928.621,928.828,936.759,932.862,931.207,928.931,931.103,929.103,927.724,926.793,924.448,921.448,922.517,918.828,919.414,921.138,923.621,923.586,924.69,924.724,922.931,918.586,921.103,920.586,920.276,918.828,917.828,917.138,913.034,912.862,911.034,904.069,908.31,904.966,902.172,897.759,897.18,893.69,891.724,889.621,891.241,887.966,891.103,887.207,884.621,884.966,882.862,880.276,881.31,880.724,887.517,889.207,887.966,886.034,882.897,880.517,879.379,881.621,882.448,884.034,885.897,883.069,889.966,892.793,893.31,892.958,894.897,896.759,900.586,898.207,905.172,902.034,904.448,904.862,903.759,903.621,906.966,907.379,910.207,911.034,909.103,912.241,913.138,915.069,914.862,912.414,911.975,911.345,911.759,911.897,914.414,905.448,906.276,904.103,904.172,899.69,896.345,894.345,892.517,885.31,887.621,883.517,885.69,883.483,882.517,882.323,885.552,883.31,880.793,879.931,880.732,880.724,884.069,881.517,883.448,880.505,883.862,883.414,882.483,884.629,887.483,887.069,886.897,884.586,886.655,887.103,885.793,889.414,889.241,888.586,889.172,887.724,887.862,889.345,885.954,880.31,880.276,875.034,879.31,875.681,880.483,873.724,879.586,876.483,878.448,877.966,877.138,878.966,877.819,876.172,875.793,879.552,881.931,881.897,883.586,883.586,882.414,886.908,888.276,890.724,891.241,893.448,895.379,895.241,894.172,893.172,896.621,894.207,897.379,896.517,902.379,898.897,904.552,903.828,903.034,904.448,902.897,905.172,905.414,902.414,903.966,899.862,902,900.621,900.552,900.379,898.541,895.69,893.103,893.828,894.931,895.621,893.276,894.931,895.379,893.069,888.966,885.31,883.414,880.621,880.828,881,883.517,885.322,885.042,886.379,885.456,889.241,894.586,894.379,898.835,897.621,897.862,897.517,898.414,896.724,898.069,897.345,894.103,892.69,890.241,891.103,892.862,877.552,848.862,820.897,791.207,760.414,729.345,699.103,666.31,633.483,601.166,570.557,539.276,506.138,474.724,440.793,406.897,374.922,344.207,314.276,283.966,252.793,224.069,192.69,163.552,135.621,104.724,75.034,46.621,15.103]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 1 --> 87
    line [40.841,43.43,45.736,47.763,50.383,52.479,54.888,57.4,60.222,61.558,64.344,66.103,66.552,67.241,66.621,67.966,67.931,67.345,67.172,67.31,66.821,66.448,69.034,69,68.966,67.172,68.483,68.103,68.064,68.138,67.655,68.172,67.517,68.103,68.34,67.828,68,66.414,68.241,67.276,67.586,67.517,67.103,67.897,66.724,67.276,68.138,67.414,67.034,68.214,67.103,66.552,66.448,65.897,67.552,65.793,65.966,66.798,65.897,67.241,66.517,68,67.483,67.694,68.138,68.379,69.759,69.103,69.931,70.207,71.241,72.207,71.517,71.552,72.069,72.379,73.31,73.931,74.276,74.751,74.276,75.138,75.034,75.966,76.828,76.966,77.483,77.586,76.862,77.138,76.448,76.586,76.448,76.621,76.414,76.241,76.31,75.931,76.172,76.069,75.897,75.897,75.966,75.828,75.517,75.207,75,74.414,74.697,74.828,75.345,75,74.207,74.345,73.897,73.379,72.793,73.241,73.207,73.648,72.931,73.138,72.923,72.966,73.276,72.931,73.103,72.828,72.207,72.276,73,72.655,72.379,72.379,72.655,72.828,72.828,72,72.207,71.414,72.724,72.345,71.69,72.207,72.276,73.379,72.172,72.552,72.076,72.483,72.138,72.387,71.69,71.31,71.276,71.379,71.379,72.172,71.897,71.345,71.483,71.103,71.207,70.759,70.862,70.828,71.103,71.138,71.138,70.862,71.034,70.862,70.586,70.759,70.828,71.685,69.793,69.828,69.276,69.759,69.897,70.552,70.517,71.103,71.103,71.276,70.862,71.345,71.621,71.759,72.448,72.414,72.448,72.581,72.793,73.103,73.345,73.172,73.276,73.552,74.379,74.621,74.759,75,74.557,76.552,77.138,77.862,77.828,77.621,77.793,77.891,77.724,77.655,77.931,77.931,77.517,77.684,77.586,77.759,77.759,78.31,78.074,78.276,78.103,78.172,78.207,78.103,78.202,77.862,78.172,77.621,77.448,77.345,77,76.966,76.655,76.414,76.414,76.069,76.66,76.069,76.138,76,76.172,76.483,76.04,76.31,75.828,75.448,75.029,74.621,74.443,74.552,74.207,74.483,74.724,74.729,74.793,74.724,75.069,75.552,75.103,74.828,74.483,74.138,74.586,73.448,73.172,72.31,72.379,71.828,71.724,70.862,70.138,69.552,69.414,69.172,69.759,69.557,70.103,69.832,69.103,69,68.724,68.552,67.793,67.448,66.862,66.31,65.31,66,65.931,65.483,65.897,65.517,66.414,66.517,66.448,66,66.793,66.793,67.31,67.172,67.793,67.241,66.897,66.69,67.172,67.172,67.517,67.897,67.759,67.724,68.138,68.552,68.828,69.379,69.793,70.31,70.276,70.759,71.31,71.103,71,71.241,71.345,71.793,73.207,72.621,72.517,72.793,73.241,73.345,74.034,74.69,74.69,74.345,74.138,73.862,73.793,74.172,73.793,73.345,73.552,73.345,73.345,73.552,73.483,73.414,73.069,73.103,73.414,73.586,73.621,73.724,73.724,72.655,73.345,72.862,72.862,72.931,72.724,72.828,72.759,72.828,73.207,73.31,73.586,73.345,73.345,73.828,73.69,73.931,74.138,73.897,73.552,73.586,73.276,74.172,74.103,73.931,73.621,73.621,73.69,73.724,74.172,73.517,74.172,73.897,74,74.276,74.552,73.724,73.931,73.926,73.862,73.897,74.483,74.483,74.276,74.724,74.069,74,74.172,74.724,74.448,75.138,74.724,74.414,74.552,74.793,74.793,74.828,74.517,74.414,75.034,74.793,75.414,75,75.034,74.897,75.724,75.103,75.005,75.414,75.621,75.586,75.31,75.69,74.828,75.172,75.276,75.103,74.69,75.034,74.931,74.345,74.586,74.379,74.345,74.034,74.138,74.345,74.241,73.992,73.897,73.345,73.655,73.828,72.931,73.138,73.655,74.172,73.828,73.31,73.241,73.759,73.414,74.276,74.414,74.552,74.483,74.517,74.303,73.897,74.103,74.276,74.172,74.478,74.379,74.241,74,74.207,73.939,74.069,74.31,74.448,74.478,74.655,74.724,74.207,73.862,74,74.31,74.448,74.138,74.31,74.172,74.069,74.241,74.276,74.138,74.318,74.345,74.586,74.517,75.034,74.384,75.103,74.655,74.966,74.828,75.207,75,74.897,75,74.695,75.069,74.966,75.517,75.034,74.621,74.793,74.379,74.483,74.682,74.586,74.621,74,74.103,74.172,73.931,74.069,74.034,74.172,74.103,74.379,73.931,74.034,74.069,74.345,74.103,74.069,73.966,73.69,73.759,73.828,73.897,73.655,74.103,74.517,74.448,74.655,74.241,74.18,74.345,74.241,74.793,74.517,74.586,74.759,74.586,74.414,74.759,74.448,74.138,74.552,74.931,74.897,74.724,74.931,75.096,75.064,74.759,74.753,74.655,74.103,73.828,73.857,73.793,73.448,73.517,73.586,73.345,73.241,73.207,73.034,73.621,73.828,73.586,73.759,72.586,69.552,67.138,64.931,62.069,59.31,56.69,54.207,51.448,48.971,46.486,44.276,41.658,39.069,36.966,34.759,32.037,29.448,27.034,24.483,22.172,19.655,16.966,14.448,11.897,9,6.31,3.828,1.31]
Loading

95th Percentile Latency

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 0 --> 1100
    line [1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,999.625,998.083,994.342,990.973,990.126,986.449,984.89,983.272,982.139,972.079,971.31,970.81,971.571,973.327,972.559,972.847,973.889,973.543,972.979,971.331,971.034,970.614,969.295,968.583,967.599,966.825,966.651,967.347,967.924,972.207,972.869,973.059,974.013,973.038,976.542,976.203,976.208,975.755,978.024,987.662,987.488,985.96,982.081,981.95,980.603,978.3,977.34,976.857,975.555,974.286,973.231,972.464,971.097,969.172,966.676,964.126,961.192,958.482,948.307,944.781,943.074,939.178,937.614,928.391,924.556,921.236,917.662,910.295,892.594,889.793,888.839,888.141,884.416,890.484,888.091,887.979,887.471,893.723,894.019,895.078,896.742,897.417,898.224,898.531,901.057,900.637,902.721,902.601,902.772,900.423,900.092,897.992,896.423,900.152,901.367,902.374,903.196,902.457,906.736,906.153,906.934,931.116,921.904,921.052,918.613,914.984,906.555,901.554,893.905,885.245,880.092,876.562,868.024,856.469,850.441,831.999,826.346,815.978,806.466,796.472,799.821,796.729,769.553,743.028,710.741,663.937,634.138,571.259,572.814,581.362,502.416,507.143,498.849,498.846,498.806,498.283,498.519,498.752,499.327,499.39,499.035,515.667,514.792,532.31,538.9,533.305,523.84,509.596,498.955,498.058,498.225,497.779,497.897,497.462,498.564,498.952,524.01,534.576,549.166,535.272,531.743,543.847,530.249,535.188,553.98,558.105,563.063,567.49,568.212,597.703,578.743,616.477,623.51,648.642,665.452,652.869,667.761,670.66,677.859,683.278,684.127,683.48,683.425,678.866,682.919,686.516,699.312,714.311,729.207,734.566,742.859,759.194,767.615,776.163,792.875,801.305,809.66,820.165,818.655,830.026,828.175,833.365,832.268,830.404,841.904,844.09,850.5,851.41,854.484,861.068,866.141,871.873,875.644,879.973,880.499,885.32,882.409,880.58,880.552,880.95,881.794,883.322,883.634,881.04,879.347,879.795,875.961,875.301,875.463,876.599,873.823,873.43,873.046,865.527,864.254,861.298,857.605,852.866,846.96,845.497,840.275,838.3,828.701,818.74,806.895,798.63,793.729,787.969,782.832,772.881,762.112,748.888,737.146,736.834,728.217,725.924,718.769,684.512,654.724,631.47,607.705,585.193,584.051,566.537,554.683,558.767,567.238,559.435,527.88,519.548,507.991,505.697,529.712,514.83,545.757,560.929,582.544,571.911,572.74,571.033,574.827,579.219,567.779,544.806,535.172,549.616,567.731,580.714,589.268,590.378,602.411,601.057,601.877,602.363,601.823,601.092,599.625,597.324,592.701,586.428,582.029,589.997,586.351,578.409,564.344,564.817,580.825,590.815,598.292,596.677,601.611,602.41,613.371,610.406,612.53,613.269,633.592,642.295,650.23,656.748,658.647,661.254,663.559,664.475,666.982,682.118,690.14,693.396,695.026,709.002,700.879,695.861,686.38,686.513,685.88,690.024,684.753,685.16,692.852,687.304,689.474,686.542,687.695,683.713,677.491,657.871,653.612,649.676,640.603,637.264,631.882,620.006,619.782,611.997,599.007,597.033,594.099,588.517,565.202,562.691,562.003,559.719,563.161,541.534,543.096,545.079,556.338,550.17,577.271,578.159,575.112,582.262,594.534,604.663,604.659,610.271,611.51,612.723,634.086,647.754,660.756,662.546,668.109,667.465,666.74,677.67,673.43,676.725,675.583,685.586,688.957,684.654,686.074,673.484,666.266,672.88,676.318,671.216,666.245,669.025,660.814,656.106,653.115,667.528,667.017,674.848,679.866,669.99,666.412,667.509,679.171,676.867,677.878,677.828,669.177,677.423,676.684,681.537,685.005,685.806,695.819,701.147,705.884,710.531,705.81,705.967,695.879,709.888,708.341,708.62,709.279,715.335,706.466,708.493,709.301,715.48,716.991,718.364,708.015,696.984,693.402,698.387,698.063,704.041,705.164,702.402,706.114,706.578,710.121,706.196,713.856,710.611,711.313,705.311,698.352,707.255,702.398,714.71,710.962,711.521,715.914,719.805,717.086,713.933,707.46,720.12,716.772,721.253,727.019,738.269,737.419,739,731.89,735.759,744.347,741.154,749.621,750.681,760.926,753.686,754.944,749.862,749.319,751.25,743.805,738.968,731.332,737.988,731.363,732.527,731.81,730.221,743.44,745.992,734.959,736.099,742.477,739.702,733.711,738.545,736.717,745.567,739.85,737.643,740.793,729.465,730.562,719.743,723.077,727.553,736.139,740.272,741.244,749.107,750.98,753.488,755.554,766.207,755.863,759.576,768.089,746.65,743.701,752.554,761.671,756.811,768.709,777.903,765.334,776.691,726.633,771.622,781,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 0 --> 1100
    line [1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
Loading

Copy link

github-actions bot commented Jul 3, 2025

🌋 Here are results of SLO test for database-sql-query:

Operation Success Rate

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Success Rate, %" 89 --> 111
    line [100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,99.986,99.986,99.986,99.986,99.983,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.983,99.986,100,100,100,100,100.003,100.003,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,99.997,100,100.003,100,100.003,100,100,99.976,99.979,99.976,99.979,99.979,99.979,99.979,99.979,99.979,99.979,99.969,99.969,99.969,99.969,99.969,99.969,99.969,99.969,99.969,99.969,99.969,99.966,99.972,99.969,99.969,99.969,99.966,99.969,99.969,99.993,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.986,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,99.997,100,100,99.976,99.976,99.976,99.976,99.976,99.972,99.976,99.979,99.972,99.976,99.972,99.972,99.972,99.972,99.972,99.972,99.972,99.972,99.972,99.972,99.972,99.972,99.972,99.972,99.972,99.976,99.976,99.972,99.972,99.997,99.997,99.997,99.997,99.997,100,99.997,99.997,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,99.997,100,100,100,100,100,100,100,99.997,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100.003,100,100,100,100,100,100,100,100.003,99.997,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,99.997,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100.003,100,100,99.997,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,99.997,100,100,100,100,100,100,100,100,100,100.003,100,99.997,99.997,100,100,100,99.997,100,100,100,100,99.997,100,100,100,100,100,99.997,100.003,100,100,100,100,100,100,100,100,100,100,100,100.003,100.003,100,100,100,100.003,100,100,100,100,100.003,99.997,100,100,100,100,100.003,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100.003,100,100,99.997,100,100,100,100,100,100,100.003,100,100,100,100.003,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100.007,100.003,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,99.997,99.997,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100.003,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "	Time, m" 0 --> 10
    y-axis "Success Rate, %" 89 --> 111
    line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.965,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
Loading

Operations Per Second

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 827 --> 1104
    line [919.9,953.267,986.633,1000,1000.034,1000,1000.034,1000.034,1000.034,1000.034,1000.034,1000.069,1000,1000.034,1000.034,1000,1000.034,999.966,1000.069,1000,1000.034,999.966,1000,1000.034,1000,999.966,999.931,1000.034,1000,1000.034,1000.034,999.897,1000.034,1000.069,1000,1000,1000.034,999.966,1000,1000.034,1000.034,1000.034,1000,1000,1000.034,999.966,1000.034,1000.034,1000.034,1000,1000.034,999.931,999.966,1000.034,1000.069,1000.069,1000,1000,1000.034,999.966,1000.069,999.966,999.931,1000,1000,1000,1000,1000,999.966,999.931,999.966,1000,1000,999.966,1000.034,1000,1000,1000,1000,1000,1000.103,1000.034,999.966,999.931,999.966,999.966,1000,999.897,999.966,999.931,999.966,999.931,999.931,999.931,999.897,999.931,999.897,1000.034,1000.069,1000.034,999.966,1000,1000.034,999.966,1000,1000,999.966,999.966,1000,999.966,999.966,1000.034,1000,1000.034,1000.034,1000,1000.103,1000.069,1000.103,1000.034,1000.103,1000.069,1000.034,1000.069,1000.069,1000.138,1000,1000,1000,1000.034,1000,1000,1000.034,999.966,1000,1000.034,999.931,1000,999.966,1000.034,1000,1000.034,1000,999.966,1000,999.966,999.966,996.793,1000.034,999.966,1000,1000.034,1000.034,1000,999.966,1000,1000.034,1000.034,1000.034,999.897,1000.069,1000.069,1000.069,1000,1000.034,1000.103,1000,1000.069,1000.034,999.966,1000.034,1000,1000.034,999.966,1000.069,1000.034,1003.242,1000.034,1000.069,1000.069,1000.069,1000.034,1000.034,1000.034,1000.034,999.966,999.966,1000,1000.103,999.931,999.966,1000,1000,1000,1000.034,1000.034,1000,999.966,1000.069,1000,1000.034,1000.034,1000,999.897,1000.034,1000,999.966,999.966,1000,999.966,999.966,1000,1000,1000.034,1000.034,1000.034,1000,1000.034,1000.034,1000,1000.034,1000.034,1000,1000,1000,1000,1000.069,1000,1000,1000,1000,1000.034,1000.103,1000,1000,1000,1000.034,1000.034,999.897,999.966,1000.069,1000,1000,999.966,999.759,999.862,999.966,1000,1000,999.828,999.931,999.966,1000,1000,1000,1000,1000,1000.034,1000.034,1000.034,1000.069,1000.034,1000.069,1000.034,1000.069,1000.034,1000,1000.138,1000.138,1000,1000.069,1000,1000.069,1000.241,1000.172,1000.069,1000.034,1000,1000.172,1000.103,1000.103,1000.034,1000,1000.034,1000,1000.034,1000,1000,1000,999.966,1000,999.931,1000,1000,1000,1000,1000.034,999.966,1000,999.966,1000,999.966,1000.069,1000,1000,1000,1000.069,1000.034,1000,999.931,1000,1000.034,1000.034,1000,1000,999.966,1000,1000,1000.034,1000,1000.034,1000,1000,1000,1000.034,1000,1000.034,1000.034,1000,1000,1000.069,999.966,1000,1000.034,1000,999.966,999.966,1000,1000.034,1000,1000.034,999.966,1000,1000,1000.034,1000,1000,1000,1000,1000,1000,1000,1000,999.966,999.966,999.966,999.966,1000,1000,999.966,1000.034,1000.034,999.966,1000.034,1000,1000.034,1000.034,1000.034,1000,1000,1000,1000,1000.034,1000,1000,1000,1000.034,999.862,1000,1000,1000,999.966,1000,1000,1000,1000.034,1000.034,1000,999.966,1000,999.966,1000.069,999.931,1000,999.931,1000,1000,1000.034,999.966,1000,1000,1000.034,1000,1000.034,1000.069,999.966,1000.103,1000,1000,1000.034,1000.034,1000,1000.034,1000.034,999.931,1000,1000.034,1000,1000,1000.034,999.897,1000.034,1000.034,1000.034,1000,1000,1000,1000.034,1000,1000,999.966,1000.034,1000,999.931,1000.034,1000.034,1000,1000.034,999.966,1000,1000.034,1000,1000,1000.069,1000,1000,1000.069,1000,999.966,1000.034,1000,999.966,1000,999.931,1000,999.931,1000,1000.034,1000.034,1000,1000,1000,1000.034,999.966,1000.034,1000,1000,1000,1000,1000,1000,1000,1000,999.966,1000,1000,999.966,1000.034,1000,1000,1000.034,1000.034,1000.034,1000,1000,1000,999.966,1000,999.966,999.966,999.897,1000,1000.034,1000,1000,999.966,1000.034,1000.034,1000,1000,1000,999.966,1000.034,999.966,999.966,1000.034,999.931,1000,1000.034,1000,1000,999.966,1000,1000.069,1000,1000.034,1000,1000,1000.034,1000.069,999.897,1000,1000,1000.034,1000.034,1000,1000.034,1000,1000,999.966,1000.034,1000,1000.034,1000.034,1000,1000.069,1000.034,999.966,1000,1000,1000.103,1000,999.966,999.966,999.966,1000,1000.034,1000,1000.034,1000.103,1000,1000,999.966,1000,1000,999.931,1000,1000,1000.034,1000,1000,1000,1000,999.966,1000,1000,1000.034,1000,1000,999.966,1000,1000.034,1000,1000]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 82 --> 111
    line [91.997,95.33,98.663,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.89,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.11,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.993,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.007,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.993,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.007,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
Loading

95th Percentile Latency

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 2 --> 7
    line [4.298,4.237,4.177,3.944,3.929,3.854,3.927,3.935,3.926,3.936,3.94,3.888,3.78,3.775,3.782,3.689,3.793,3.789,3.781,3.811,3.804,3.802,3.803,3.81,3.895,3.786,4.165,4.542,4.577,4.606,4.608,4.614,4.64,4.638,4.641,4.454,4.493,4.496,4.481,4.493,4.492,4.493,4.512,4.491,4.481,4.247,4.461,4.483,4.453,4.471,4.469,4.461,4.494,4.314,4.34,3.88,3.772,3.74,3.726,3.738,3.74,3.721,3.741,3.747,3.743,3.743,3.803,3.799,3.785,3.808,3.807,3.795,3.817,3.818,3.813,3.699,3.747,3.731,3.722,3.736,3.738,3.716,3.728,3.709,3.722,3.658,3.72,4.266,4.335,4.392,4.401,4.37,4.408,4.41,4.362,4.294,4.468,4.501,4.486,4.507,4.511,4.476,4.526,4.525,4.539,4.456,4.511,4.516,4.526,4.57,4.575,4.558,4.594,4.575,4.567,4.505,3.873,3.834,3.796,3.807,3.803,3.779,3.794,3.782,3.773,3.698,3.728,3.727,3.718,3.729,3.727,3.698,3.721,3.717,3.74,3.7,3.727,3.708,3.682,3.693,3.691,3.669,3.697,3.694,3.699,3.658,3.681,3.802,3.916,3.926,3.94,3.922,3.933,3.926,3.931,3.876,3.886,3.896,3.878,3.891,3.886,3.862,3.862,3.817,3.832,3.789,3.788,3.804,3.788,3.779,3.77,3.732,3.734,3.759,3.801,3.767,3.61,3.459,3.434,3.394,3.4,3.38,3.394,3.376,3.378,3.349,3.319,3.357,3.341,3.337,3.344,3.334,3.349,3.31,3.3,3.273,3.25,3.294,3.296,3.282,3.305,3.292,3.226,3.166,3.184,3.163,3.165,3.262,3.252,3.239,3.242,3.222,3.218,3.229,3.253,3.24,3.194,3.266,3.27,3.263,3.28,3.263,3.266,3.288,3.283,3.268,3.204,3.276,3.292,3.261,3.286,3.266,3.25,3.262,3.427,3.542,3.608,3.777,3.864,3.926,3.995,4.092,4.288,4.396,4.531,4.607,4.633,4.778,4.838,4.922,4.977,5.042,5.129,5.308,5.471,5.576,5.62,5.891,5.974,5.963,5.962,5.97,5.964,5.924,5.875,5.827,5.563,5.506,5.433,5.271,5.188,4.972,4.91,4.822,4.761,4.699,4.534,4.449,4.301,4.183,4.082,3.982,3.912,3.839,3.729,3.606,3.37,3.229,3.241,3.224,3.237,3.235,3.22,3.233,3.243,3.243,3.186,3.251,3.246,3.251,3.274,3.271,3.248,3.236,3.245,3.249,3.225,3.278,3.27,3.249,3.274,3.27,3.258,3.264,3.254,3.245,3.195,3.236,3.238,3.227,3.237,3.242,3.238,3.244,3.261,3.259,3.185,3.243,3.237,3.208,3.214,3.223,3.22,3.223,3.222,3.222,3.173,3.203,3.198,3.172,3.184,3.178,3.156,3.166,3.176,3.18,3.121,3.169,3.182,3.181,3.186,3.173,3.168,3.168,3.174,3.224,3.255,3.311,3.311,3.31,3.325,3.323,3.318,3.339,3.334,3.335,3.305,3.352,3.361,3.353,3.374,3.383,3.367,3.381,3.382,3.374,3.336,3.376,3.385,3.379,3.391,3.387,3.383,3.392,3.371,3.291,3.221,3.242,3.268,3.25,3.278,3.268,3.25,3.266,3.268,3.275,3.222,3.244,3.282,3.282,3.306,3.313,3.299,3.326,3.329,3.33,3.274,3.276,3.348,3.342,3.362,3.347,3.325,3.33,3.336,3.345,3.321,3.297,3.339,3.31,3.309,3.322,3.31,3.327,3.331,3.333,3.313,3.293,3.316,3.295,3.291,3.31,3.272,3.284,3.307,3.316,3.306,3.268,3.307,3.295,3.318,3.352,3.34,3.392,3.41,3.425,3.422,3.386,3.435,3.438,3.433,3.46,3.439,3.474,3.482,3.483,3.46,3.432,3.487,3.498,3.48,3.502,3.492,3.479,3.479,3.472,3.445,3.408,3.476,3.456,3.432,3.442,3.396,3.38,3.375,3.387,3.388,3.321,3.386,3.379,3.352,3.372,3.34,3.327,3.334,3.344,3.341,3.277,3.33,3.336,3.31,3.343,3.337,3.334,3.348,3.348,3.341,3.249,3.318,3.316,3.294,3.299,3.296,3.285,3.3,3.298,3.318,3.24,3.302,3.309,3.287,3.305,3.301,3.288,3.308,3.294,3.287,3.211,3.26,3.245,3.204,3.218,3.209,3.191,3.208,3.207,3.203,3.129,3.209,3.204,3.187,3.208,3.203,3.174,3.196,3.178,3.174,3.104,3.171,3.181,3.162,3.179,3.198,3.171,3.201,3.211,3.208,3.159,3.252,3.259,3.25,3.268,3.266,3.243,3.276,3.281,3.277,3.208,3.264,3.271,3.256,3.283,3.279,3.25,3.283,3.294,3.286,3.218,3.375,3.374,3.373,3.375,3.368,3.364]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 3 --> 8
    line [5.347,5.241,5.161,4.902,4.872,4.77,4.85,4.865,4.846,4.87,4.872,4.79,4.664,4.653,4.667,4.534,4.695,4.711,4.711,4.754,4.757,4.75,4.764,4.822,4.952,4.8,5.593,6.075,6.155,6.199,6.199,6.21,6.26,6.25,6.27,6.033,6.069,6.06,6.048,6.048,6.06,6.06,6.069,6.025,6.025,5.708,5.975,5.935,5.885,5.913,5.94,5.911,5.855,5.595,5.577,4.873,4.783,4.725,4.684,4.696,4.703,4.681,4.722,4.725,4.746,4.731,4.787,4.776,4.759,4.794,4.781,4.777,4.793,4.789,4.779,4.632,4.706,4.667,4.652,4.647,4.655,4.613,4.642,4.634,4.619,4.49,4.577,5.448,5.58,5.58,5.563,5.513,5.592,5.541,5.526,5.413,5.698,5.746,5.714,5.761,5.752,5.714,5.761,5.746,5.73,5.648,5.682,5.682,5.671,5.75,5.796,5.759,5.796,5.781,5.766,5.718,4.826,4.769,4.736,4.757,4.736,4.686,4.706,4.674,4.664,4.568,4.604,4.59,4.572,4.591,4.594,4.563,4.596,4.603,4.618,4.588,4.632,4.637,4.581,4.6,4.566,4.525,4.565,4.566,4.563,4.509,4.566,4.763,4.879,4.922,4.939,4.927,4.928,4.935,4.943,4.886,4.868,4.889,4.864,4.87,4.843,4.804,4.806,4.748,4.775,4.712,4.696,4.744,4.707,4.712,4.702,4.657,4.638,4.67,4.737,4.68,4.424,4.278,4.235,4.204,4.235,4.212,4.214,4.204,4.175,4.204,4.182,4.172,4.162,4.153,4.162,4.143,4.206,4.139,4.14,4.104,4.074,4.106,4.086,4.085,4.106,4.088,4.033,3.992,3.997,3.992,3.993,4.065,4.044,4.033,4.043,4.032,4.011,4.011,4.043,4.022,4.022,4.118,4.165,4.158,4.194,4.147,4.149,4.149,4.151,4.128,4.096,4.214,4.206,4.19,4.233,4.184,4.137,4.135,4.34,4.449,4.575,4.77,4.875,4.952,5.149,5.317,5.568,5.641,5.763,5.876,5.909,6.091,6.17,6.325,6.425,6.481,6.527,6.628,6.677,6.732,6.762,6.891,6.913,6.911,6.911,6.913,6.909,6.884,6.851,6.809,6.692,6.678,6.608,6.522,6.456,6.325,6.264,6.16,6.044,5.964,5.755,5.656,5.335,5.124,4.991,4.935,4.849,4.762,4.653,4.523,4.232,4.042,4.041,4.021,4.011,4.033,3.998,4.011,4.021,4.011,3.987,3.995,3.993,3.995,4,3.998,3.998,3.995,3.992,3.998,3.99,4.035,3.997,3.99,4.024,4.012,3.998,4,4.012,4.046,3.993,4.048,4.091,4.08,4.088,4.088,4.078,4.079,4.11,4.13,4.086,4.152,4.152,4.103,4.073,4.083,4.074,4.086,4.065,4.044,3.992,4,4.022,3.991,4,3.995,3.992,3.989,3.988,3.987,3.975,3.982,3.982,3.977,3.982,3.985,3.984,3.988,3.988,3.993,3.998,4.095,4.096,4.116,4.108,4.067,4.087,4.076,4.096,4.134,4.084,4.168,4.18,4.155,4.23,4.248,4.232,4.28,4.287,4.292,4.214,4.265,4.286,4.25,4.255,4.255,4.25,4.253,4.263,4.138,4,4.08,4.114,4.114,4.172,4.112,4.125,4.169,4.178,4.202,4.123,4.157,4.221,4.165,4.198,4.202,4.149,4.198,4.175,4.244,4.195,4.2,4.283,4.256,4.256,4.227,4.195,4.196,4.223,4.25,4.213,4.172,4.24,4.2,4.224,4.216,4.186,4.168,4.155,4.168,4.139,4.093,4.173,4.137,4.138,4.14,4.087,4.096,4.086,4.108,4.117,4.065,4.133,4.16,4.186,4.229,4.21,4.293,4.313,4.32,4.337,4.277,4.357,4.354,4.363,4.417,4.422,4.455,4.429,4.444,4.398,4.316,4.371,4.371,4.365,4.392,4.363,4.337,4.306,4.289,4.292,4.226,4.305,4.289,4.244,4.247,4.176,4.148,4.148,4.146,4.125,4,4.069,4.024,3.995,4,3.997,3.995,3.995,4,4,3.993,4.068,4.078,4.024,4.072,4.062,4.062,4.086,4.084,4.119,3.995,4.071,4.06,4,3.997,3.993,3.99,3.995,3.998,4.047,4,4.117,4.097,4.044,4.085,4.096,4.064,4.094,4.112,4.082,3.993,4.042,4.042,4.01,4.03,4.05,4.01,4,3.997,3.995,3.985,4,4.021,4.031,4.072,4.082,4.043,4.063,4.063,4,3.981,3.99,3.993,3.99,3.992,3.997,3.987,3.987,3.994,3.995,3.979,3.995,3.994,3.991,3.994,3.995,3.994,3.995,3.998,3.991,3.981,3.991,3.986,3.986,3.989,3.988,3.985,3.985,3.992,3.992,3.985,4.143,4.141,4.127,4.105,4.154,4.158]
Loading

Copy link

github-actions bot commented Jul 3, 2025

🌋 Here are results of SLO test for gorm-query:

Operation Success Rate

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Success Rate, %" 0 --> 111
    line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,100,99.997,100,99.997,99.997,99.997,100,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,100,99.997,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.983,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.99,100,99.997,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100.003,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.983,99.986,99.986,99.983,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100.003,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100.003,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100.003,100,100,100,100,100,99.997,100,100,99.997,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100.003,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,99.997,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100.003,100,100,99.997,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100.003,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.004,100,100,100,100,100,100,100,100,100,100,100,100,100,100.008,100,100,100,100,100,100,100,100,100,100,100,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "	Time, m" 0 --> 10
    y-axis "Success Rate, %" 0 --> 111
    line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.896,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.896,99.897,99.897,99.897,99.897,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.965,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.828,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
Loading

Operations Per Second

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 7 --> 1108
    line [928.542,961.808,995.208,1004.552,1000,1000.034,1000,1000.034,999.655,1000.034,1000.138,1000,1000,1000,1000,1000.034,999.966,999.966,1000.034,1000.034,1000.034,1000.138,1000,1000,999.897,999.966,1000.034,1000,999.966,1000,1000.103,1000.034,999.897,998.31,999.862,1000,999.828,1000.276,999.517,1000,1000,999.931,1000,1000,999.966,999.931,1000,1000,1000,999.931,999.897,1000.069,999.931,999.966,1000,999.793,999.828,999.966,999.759,999.931,999.966,1000.034,1001.724,1000.138,1000,1000.172,1000.069,1000.345,1000.034,1000.069,1000.069,1000.034,999.69,1000.034,1000.103,999.966,1000.069,1000.069,1000.172,1000.207,1000.034,1000.138,1000.241,1000.103,1000.276,1000.172,1000.138,1000.276,1000.138,1000.103,1000.172,1000.069,1000.138,1000.138,993.69,999.897,1000.069,999.897,999.897,999.931,999.897,1000.276,999.931,999.931,1000.103,1000,1000,1000,999.966,1000,1000,1000,1000,1000.034,1000.103,1000,1000.069,1000,999.931,999.966,1000,999.931,1000,1006.379,1000.172,1000.138,1000.172,999.828,1000.138,1000.172,1000.138,1000.172,1000.103,1000.034,1000.034,1000,1000.034,1000.034,1000,1000.034,1000,1000,999.966,999.966,1000,1000,1000,1000.103,1000.034,999.931,1000,999.966,999.966,1000,998.621,999.793,1000.138,999.828,999.793,999.759,999.759,999.862,999.793,999.793,999.931,999.931,999.931,999.966,999.931,999.966,999.931,999.966,1000,999.966,999.966,999.724,999.862,999.897,1000.034,999.931,999.966,999.828,999.966,1001.31,1000.172,1000.138,1000.034,1000.138,1000.069,1000.138,1000.138,1000.138,1000.138,1000.034,1000,999.966,999.931,1000,999.759,1000,1000,1000,1000,1000,1000.241,1000.069,1000.069,1000,1000.034,999.966,1000.138,1000,1000.034,1000,1000,1000.103,1000.034,1000.138,1000.034,1000.034,1000.034,1000,1000,1000,1000.034,1000.069,1000,1000.241,1000.034,1000.034,1000,1000,1000,1000,1000,999.966,999.931,1000,999.897,999.69,1000,999.759,1000,1000,1000.034,1000,999.966,1000,1000,1000,1000,1000,1000.034,1000.034,1000.069,1000,999.897,1000.034,1000.034,1000.103,1000.034,1000,1000,1000.034,1000.103,1000.138,999.897,1000.172,1000.414,1000,1000.31,1000.069,1000.069,1000,1000.069,1000.103,1000.069,1000.034,1000.069,1000.069,1000.069,1000.069,1000.069,1000.034,1000.069,999.966,1000.069,1000,1000,1000.034,1000.069,1000.069,1000.034,999.966,999.966,1000.138,1000.034,999.966,1000.069,1000,1000,1000,1000.034,1000,1000,1000,999.931,999.966,1000,1000,1000,1000,999.966,1000.034,1000.241,1000,1000,999.966,1000,1000,1000,1000.034,1000.034,1000.069,1000.034,999.897,1000,1000,1000,1000,1000,1000.034,1000.034,1000.034,1000,1000.069,1000.034,1000,1000,1000,1000,1000.034,1000,1000,999.966,1000,1000.069,1000,1000.034,1000,999.966,999.966,1000,1000.034,1000.103,1000,1000.034,1000,1000,1000,1000,999.966,1000,1000,1000.034,1000,1000,1000.034,999.966,1000,999.966,999.966,999.966,1000.034,1000.034,999.897,1000,999.966,1000,1000,1000.034,999.966,999.966,1000,1000.034,999.966,1000,1000,1000.034,999.931,999.931,999.966,1000.034,1000,1000.034,1000,1000,1000.034,1000.034,1000.034,999.966,1000.034,1000,999.966,1000.034,1000.034,1000.034,1000.034,1000.034,1000.034,1000,1000.034,1000.034,999.966,1000,1000.034,1000.034,999.966,1000.069,1000.103,1000.034,1000,1000,1000,1000.034,1000,1000,1000,1000,1000.069,999.966,1000,1000.034,1000.034,1000,1000,999.931,1000,999.966,1000.034,999.931,1000,1000,1000.034,999.966,1000,1000.034,1000,1000,999.966,1000,1000,1000,1000.034,1000,1000,999.966,1000,999.931,1000,999.759,1000,1000.034,1000.034,1000,1000.069,1000,1000,999.966,1000.034,1000,1000.034,1000,1000.034,1000,1000,1000,1000,1000.034,999.966,1000,1000,999.862,1000,1000,1000,1000,1000.069,1000,1000.241,1000.034,999.931,999.966,1000.034,1000,1000.034,1000,999.931,1000.069,1000.034,1000,1000,1000,1000,1000,1000.034,1000.034,1000,1000.069,1000,999.966,1000.103,1000,1000,1000,1000.034,1000.034,1000.069,1000,999.966,1000.069,1000.034,1000,1000,999.966,1000,1000.172,1000,1000,1000.034,1000.034,1000.034,1000,1000.034,1000,1000,999.931,999.759,1000.034,1000.069,1000.034,1000.034,1000.034,1000.034,1000,1000,1000,1000.034,999.966,999.931,1000,1000,1000,1000,1000,999.897,999.966,999.931,999.931,1000,1000,1000.034,1000,1000,999.966,1000.069,1000.241,999.966,999.966,1000,1000.034,1000,1000.034,974.172,939.69,905.207,870.724,836.31,801.828,767.276,732.793,698.345,663.862,629.379,594.931,560.414,525.966,491.483,456.931,422.448,387.966,353.483,319,284.552,250.069,215.552,181.103,146.621,112.103,77.586,43.138,8.621]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Operations" 0 --> 112
    line [92.783,96.082,99.45,101.414,100,100,100,100,99.966,100,100.045,100,100,100,100,100,100,100,100,100,100,100.034,100,100,99.931,100,100,100,100,100,100.034,100,100,99.759,99.966,100,99.966,100.034,99.931,100,100,100,100,100,100,99.966,100,100,99.931,100,100,100,99.966,100.034,100,99.966,99.966,99.966,99.931,99.966,99.966,100,100.207,100.034,100,100.034,100,100,99.966,99.966,100,100,99.897,100,100.034,99.966,100,100.069,100,100,100,100.034,100.034,100,100.034,100,100.034,100.034,100.034,100.034,100,100.034,100,100,99.414,100,100.069,100.034,100.034,100,100,100.103,100,100,100.034,100,100,100,100,100,100,100,100,100,100.034,100,100.034,100,99.931,100,100,100,100,100.586,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.069,100,99.966,100,100,100,100,99.724,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,99.966,100,100.034,100,100,99.966,100,100.276,100,100,99.966,100,100,100,100,100,100,100,100,100,99.966,100,99.931,99.966,100,100,100,100,100.034,100.034,100,100,100,100,100.034,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100.034,100,100.069,100.034,100,100,100,100,100,100,100,100,100,99.966,99.966,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100.034,100.034,99.966,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100.034,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,99.966,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100.034,100.034,100,99.966,100,100,100,100,97.414,93.966,90.517,87.069,83.621,80.172,76.724,73.276,69.828,66.379,62.931,59.483,56.034,52.586,49.172,45.69,42.241,38.793,35.345,31.897,28.448,25,21.552,18.103,14.69,11.207,7.759,4.31,0.862]
Loading

95th Percentile Latency

---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=read"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 0 --> 19
    line [16.866,16.205,15.524,8.745,7.128,7.259,7.045,6.849,6.811,6.861,6.742,6.418,6.354,6.338,6.069,6.283,6.285,6.256,6.347,6.32,6.319,6.324,6.346,6.421,6.207,6.522,6.552,6.534,6.559,6.533,6.547,6.579,6.598,6.858,7.437,7.587,7.561,7.544,7.717,7.789,7.754,7.794,7.729,7.742,7.587,7.612,7.638,7.559,7.635,8.25,8.506,8.713,8.996,9.093,8.947,9.248,9.471,9.704,9.833,10.051,10.406,10.685,10.751,9.734,9.765,9.866,9.989,10.004,10.574,11.125,11.453,11.864,12.206,12.518,12.787,13.036,13.304,13.253,12.776,12.593,12.431,12.039,11.857,11.606,11.098,10.636,10.105,9.932,9.769,9.695,9.588,9.416,9.254,9.139,9.566,15.085,16.346,16.049,15.654,15.317,14.847,14.313,13.665,12.889,12.13,10.736,10.82,10.964,10.842,11.004,11.064,11.123,11.044,11.37,11.255,10.841,11.651,11.688,11.549,11.583,11.438,11.531,11.67,9.217,6.509,6.039,6.046,6.041,5.974,6.066,6.064,6.141,6.166,6.115,6.138,6.081,6.139,6.161,6.11,6.136,6.152,6.192,6.128,6.13,6.181,6,6.098,6.087,5.996,6.077,6.126,6.185,6.218,6.251,6.575,7.446,7.431,7.365,7.315,7.283,7.225,7.207,7.188,7.173,7.177,7.123,7.116,7.097,7.039,7.001,6.985,6.97,6.96,6.91,6.891,6.798,6.817,6.965,6.919,6.893,6.838,6.819,6.774,6.454,5.445,5.374,5.448,5.44,5.428,5.454,5.497,5.456,5.524,5.476,5.48,5.467,5.522,5.511,5.499,5.474,5.581,5.607,5.616,5.597,5.61,5.537,5.365,5.307,5.257,5.183,5.237,5.195,5.18,5.14,5.149,5.021,5.131,5.117,5.087,5.067,5.161,5.089,5.064,5.051,5.051,4.973,5.059,5.017,4.975,4.919,4.935,4.935,4.937,4.942,4.933,4.889,4.921,4.977,4.968,4.942,4.979,4.978,4.997,5.003,5.005,4.944,4.988,4.989,4.981,5.448,5.487,5.487,5.509,5.48,5.475,5.362,5.41,5.396,5.377,5.332,5.419,5.448,5.424,5.421,5.412,5.332,5.298,5.322,5.327,5.267,5.336,5.34,5.336,5.338,5.317,5.279,5.269,5.364,4.905,4.864,4.929,4.936,4.942,4.936,4.947,4.92,4.951,4.973,4.969,4.915,4.94,4.927,4.922,4.914,4.926,4.885,4.901,4.882,4.875,4.837,4.862,4.842,4.831,4.835,4.811,4.798,4.732,4.767,4.767,4.68,4.691,4.679,4.686,4.677,4.711,4.66,4.614,4.669,4.668,4.609,4.7,4.719,4.715,4.715,4.693,4.656,4.671,4.794,4.802,4.75,4.847,4.858,4.858,4.848,4.85,4.821,4.792,4.824,4.826,4.794,4.879,4.866,4.849,4.83,4.845,4.838,4.802,4.842,4.847,4.804,4.854,4.873,4.868,4.882,4.876,4.853,4.763,4.806,4.817,4.752,4.789,4.813,4.815,4.812,4.813,4.809,4.79,4.853,4.873,4.806,4.872,4.878,4.868,4.875,4.884,4.881,4.831,4.834,4.834,4.745,4.771,4.774,4.768,4.771,4.781,4.78,4.713,4.744,4.717,4.651,4.682,4.704,4.694,4.686,4.691,4.676,4.591,4.641,4.63,4.561,4.574,4.598,4.586,4.571,4.588,4.593,4.576,4.639,4.656,4.614,4.644,4.741,4.742,4.767,4.771,4.773,4.729,4.804,4.817,4.75,4.76,4.821,4.838,4.817,4.808,4.811,4.748,4.805,4.795,4.777,4.818,4.84,4.872,4.861,4.861,4.893,4.821,4.859,4.875,4.859,4.749,4.803,4.773,4.761,4.752,4.753,4.692,4.724,4.736,4.716,4.669,4.694,4.696,4.706,4.707,4.705,4.647,4.696,4.703,4.674,4.666,4.731,4.719,4.717,4.732,4.729,4.689,4.718,4.708,4.729,4.705,4.739,4.737,4.753,4.752,4.757,4.749,4.81,4.818,4.816,4.847,4.9,4.935,4.956,4.964,4.98,4.963,5.037,5.03,5.09,5.069,5.207,5.238,5.228,5.27,5.302,5.249,5.305,5.375,5.355,5.37,5.508,5.515,5.525,5.537,5.509,5.429,5.446,5.502,5.45,5.392,5.436,5.428,5.45,5.434,5.394,5.273,5.351,5.269,5.171,5.065,5.137,5.094,5.071,5.124,5.082,5.015,5.005,4.997,4.976,4.902,4.962,4.961,4.953,4.954,4.953,4.952,4.921,4.959,4.965,4.916,4.946,4.929,4.937,4.934,4.983,4.915,4.926,4.997,5.024,4.967,5.09,5.088,5.023,5.047,5.037,4.981,4.993,5.607,5.914,6.223,7.215,7.343,7.444,7.679,7.857,8.089,8.3,8.591,8.727,8.664,8.81,8.8,8.894,8.972,9.119,9.262,9.36,9.477,9.618,9.718,9.88,10.19,10.793,11.458,12.133,12.793,12.469,12.889,13.232,8.866,8.791,8.854,8.694,8.647,8.344,7.904,6.845,5.399,6.25,4.366,3.731,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
Loading
---
config:
    xyChart:
        width: 1200
        height: 400
    themeVariables:
        xyChart:
            titleColor: "#222"
            backgroundColor: "#fff"
            xAxisLineColor: "#222"
            yAxisLineColor: "#222"
            plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
    title "operation_type=write"
    x-axis "Time, m" 0 --> 10
    y-axis "Latency, ms" 0 --> 42
    line [36.423,34.294,32.137,19.397,16.074,16.454,16.026,15.52,15.518,15.639,15.3,14.368,14.185,14.076,13.352,13.958,14,13.904,14.249,14.188,14.241,14.238,14.271,14.444,13.934,14.806,14.778,14.706,14.783,14.732,14.78,14.808,14.831,15.376,16.705,16.833,16.796,16.727,16.923,17.024,16.984,17.02,16.996,16.996,16.759,16.814,16.81,16.62,16.693,17.489,17.87,18.189,18.603,18.781,18.569,18.878,19.141,19.462,19.538,19.756,19.826,19.87,19.979,19.477,19.583,19.749,19.847,19.837,20.618,22.478,24.412,25.562,26.637,27.461,28.458,29.094,29.673,29.563,28.03,27.225,26.486,24.991,24.553,24.107,22.632,21.192,19.952,19.9,19.737,19.693,19.605,19.398,19.309,19.158,19.575,33.636,37.637,36.326,35.131,33.187,31.566,29.809,27.826,24.068,21.104,19.798,19.803,19.852,19.798,19.853,19.903,19.951,19.95,19.951,19.949,19.844,20.548,20.577,20.059,20.577,20.577,20.577,20.577,18.526,14.368,13.138,13.231,13.128,12.941,13.384,13.333,13.433,13.561,13.465,13.623,13.433,13.726,13.774,13.592,13.785,13.767,13.825,13.679,13.589,13.697,13.284,13.615,13.64,13.445,13.604,13.779,13.85,13.907,14.045,14.432,16.36,16.377,16.332,16.119,16.119,16.055,16.055,16.019,15.981,15.981,15.764,15.771,15.678,15.474,15.45,15.474,15.45,15.45,15.397,15.421,15.087,15.087,15.401,15.341,15.323,15.238,15.243,15.11,14.528,11.534,11.375,11.608,11.707,11.707,11.758,11.707,11.656,11.902,11.951,11.902,11.728,11.979,11.928,11.785,11.731,12.249,12.294,12.202,12.108,12.246,12.105,11.852,11.484,11.419,11.184,11.398,11.29,11.401,11.346,11.401,11.158,11.218,11.104,10.927,10.927,11.218,10.844,10.784,10.724,10.962,10.659,11.132,11.181,10.958,10.4,10.769,10.649,10.588,10.588,10.588,10.203,10.397,10.714,10.777,10.595,10.654,10.533,10.654,10.714,10.714,10.592,10.955,11.013,10.897,11.939,12.13,12.083,12.13,12.083,12.083,11.635,11.79,11.939,12.036,11.739,12.083,12.222,12.176,12.267,12.312,12.267,12.154,12.239,12.239,12.199,12.413,12.416,12.286,12.197,12.197,12.047,12.093,12.429,11.28,11.173,11.598,11.744,11.696,11.647,11.839,11.699,11.754,11.754,11.657,11.506,11.506,11.455,11.402,11.35,11.35,11.073,11.146,10.974,10.912,10.608,10.68,10.68,10.805,10.68,10.616,10.486,10.071,10.211,9.98,9.806,9.814,9.795,9.817,9.769,9.807,9.677,9.612,9.675,9.629,9.604,9.685,9.665,9.632,9.618,9.574,9.496,9.52,9.673,9.695,9.632,9.708,9.708,9.726,9.687,9.656,9.607,9.577,9.65,9.658,9.607,9.692,9.665,9.645,9.613,9.638,9.645,9.599,9.663,9.64,9.59,9.703,9.752,9.766,9.839,9.823,9.856,9.737,9.837,9.839,9.774,9.874,9.892,9.911,9.945,9.963,9.928,9.905,9.981,9.981,9.902,9.981,10.07,10.07,10.274,10.274,10.207,10.139,10.207,10.207,9.956,9.939,9.94,9.88,9.901,9.863,9.866,9.758,9.839,9.798,9.698,9.753,9.773,9.742,9.724,9.742,9.738,9.625,9.698,9.683,9.583,9.56,9.59,9.58,9.564,9.59,9.559,9.508,9.559,9.55,9.53,9.552,9.676,9.656,9.724,9.687,9.672,9.589,9.696,9.671,9.603,9.581,9.645,9.658,9.621,9.597,9.597,9.503,9.561,9.567,9.586,9.615,9.623,9.655,9.683,9.681,9.716,9.668,9.748,9.764,9.714,9.593,9.706,9.58,9.568,9.55,9.559,9.488,9.552,9.571,9.596,9.58,9.638,9.64,9.672,9.656,9.658,9.611,9.648,9.58,9.557,9.612,9.728,9.692,9.716,9.804,9.772,9.722,9.781,9.778,9.792,9.716,9.784,9.832,9.869,9.904,9.904,9.897,9.96,9.98,9.979,10.139,10.408,10.544,10.85,10.968,11.026,11.195,11.726,11.677,11.643,11.585,12.035,12.081,11.796,11.893,11.893,11.697,11.944,12.126,12.126,12.26,12.514,12.514,12.514,12.389,12.303,12.081,11.941,12.081,11.871,11.716,11.847,11.802,11.85,11.802,11.657,11.288,11.446,11.166,10.769,10.333,10.464,10.588,10.526,10.588,10.526,10.332,10,9.984,9.935,9.844,9.983,9.949,9.983,9.983,10.069,10.14,9.965,10.138,10.207,9.964,9.983,9.95,9.966,9.916,9.95,9.88,9.895,10.072,10.213,10.071,10.483,10.417,10.213,10.282,10.143,10.35,10.417,12.124,13.06,13.776,16.244,16.639,16.89,17.208,17.408,17.685,17.878,18.123,18.299,18.235,18.372,18.358,18.459,18.555,18.689,18.83,18.923,19.059,19.208,19.314,19.48,19.647,19.816,19.991,22.127,24.366,23.407,24.687,25.147,18.506,18.429,18.508,18.296,18.307,17.993,17.452,15.414,11.25,12.75,8.229,8.437,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
Loading

@kprokopenko kprokopenko merged commit 9f997d7 into master Jul 4, 2025
44 checks passed
@kprokopenko kprokopenko deleted the bug_HintSessionBalancer branch July 4, 2025 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants