Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

* Refactored database/sql driver internals for query-service client support in the future #1535

Merged
merged 10 commits into from
Nov 5, 2024

Conversation

asmyasnikov
Copy link
Member

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: N/A

What is the new behavior?

Other information

@asmyasnikov asmyasnikov self-assigned this Oct 31, 2024
@asmyasnikov asmyasnikov changed the title splitted internal/xsql to internal/{xsql,table/conn,query/conn} splitted internal/xsql to internal/{xsql,table/conn,query/conn} Oct 31, 2024
Copy link

github-actions bot commented Oct 31, 2024

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

incompatible changes

./internal/xsql.ConnectorOption.Apply: changed from func(*github.com/ydb-platform/ydb-go-sdk/v3/internal/xsql.Connector) error to func(*github.com/ydb-platform/ydb-go-sdk/v3/internal/connector.Connector) error
Connector: changed from func(*Driver, ...github.com/ydb-platform/ydb-go-sdk/v3/internal/xsql.ConnectorOption) (SQLConnector, error) to func(*Driver, ...github.com/ydb-platform/ydb-go-sdk/v3/internal/connector.Option) (SQLConnector, error)
ConnectorOption: changed from github.com/ydb-platform/ydb-go-sdk/v3/internal/xsql.ConnectorOption to github.com/ydb-platform/ydb-go-sdk/v3/internal/connector.Option
DataQueryMode: changed from github.com/ydb-platform/ydb-go-sdk/v3/internal/xsql.QueryMode to github.com/ydb-platform/ydb-go-sdk/v3/internal/table/conn.QueryMode
ExplainQueryMode: changed from github.com/ydb-platform/ydb-go-sdk/v3/internal/xsql.QueryMode to github.com/ydb-platform/ydb-go-sdk/v3/internal/table/conn.QueryMode
MustConnector: changed from func(*Driver, ...github.com/ydb-platform/ydb-go-sdk/v3/internal/xsql.ConnectorOption) SQLConnector to func(*Driver, ...github.com/ydb-platform/ydb-go-sdk/v3/internal/connector.Option) SQLConnector
QueryMode: changed from github.com/ydb-platform/ydb-go-sdk/v3/internal/xsql.QueryMode to github.com/ydb-platform/ydb-go-sdk/v3/internal/table/conn.QueryMode
ScanQueryMode: changed from github.com/ydb-platform/ydb-go-sdk/v3/internal/xsql.QueryMode to github.com/ydb-platform/ydb-go-sdk/v3/internal/table/conn.QueryMode
SchemeQueryMode: changed from github.com/ydb-platform/ydb-go-sdk/v3/internal/xsql.QueryMode to github.com/ydb-platform/ydb-go-sdk/v3/internal/table/conn.QueryMode
ScriptingQueryMode: changed from github.com/ydb-platform/ydb-go-sdk/v3/internal/xsql.QueryMode to github.com/ydb-platform/ydb-go-sdk/v3/internal/table/conn.QueryMode
WithDatabaseSQLTrace: changed from func(github.com/ydb-platform/ydb-go-sdk/v3/trace.DatabaseSQL, ...github.com/ydb-platform/ydb-go-sdk/v3/trace.DatabaseSQLComposeOption) github.com/ydb-platform/ydb-go-sdk/v3/internal/xsql.ConnectorOption to func(github.com/ydb-platform/ydb-go-sdk/v3/trace.DatabaseSQL, ...github.com/ydb-platform/ydb-go-sdk/v3/trace.DatabaseSQLComposeOption) github.com/ydb-platform/ydb-go-sdk/v3/internal/connector.Option
WithDefaultDataQueryOptions: changed from func(...github.com/ydb-platform/ydb-go-sdk/v3/table/options.ExecuteDataQueryOption) github.com/ydb-platform/ydb-go-sdk/v3/internal/xsql.ConnectorOption to func(...github.com/ydb-platform/ydb-go-sdk/v3/table/options.ExecuteDataQueryOption) github.com/ydb-platform/ydb-go-sdk/v3/internal/connector.Option
WithDefaultQueryMode: changed from func(github.com/ydb-platform/ydb-go-sdk/v3/internal/xsql.QueryMode) github.com/ydb-platform/ydb-go-sdk/v3/internal/xsql.ConnectorOption to func(github.com/ydb-platform/ydb-go-sdk/v3/internal/table/conn.QueryMode) github.com/ydb-platform/ydb-go-sdk/v3/internal/connector.Option
WithDefaultScanQueryOptions: changed from func(...github.com/ydb-platform/ydb-go-sdk/v3/table/options.ExecuteScanQueryOption) github.com/ydb-platform/ydb-go-sdk/v3/internal/xsql.ConnectorOption to func(...github.com/ydb-platform/ydb-go-sdk/v3/table/options.ExecuteScanQueryOption) github.com/ydb-platform/ydb-go-sdk/v3/internal/connector.Option
WithDefaultTxControl: changed from func(*github.com/ydb-platform/ydb-go-sdk/v3/table.TransactionControl) github.com/ydb-platform/ydb-go-sdk/v3/internal/xsql.ConnectorOption to func(*github.com/ydb-platform/ydb-go-sdk/v3/table.TransactionControl) github.com/ydb-platform/ydb-go-sdk/v3/internal/connector.Option
WithDisableServerBalancer: changed from func() github.com/ydb-platform/ydb-go-sdk/v3/internal/xsql.ConnectorOption to func() github.com/ydb-platform/ydb-go-sdk/v3/internal/connector.Option
WithFakeTx: changed from func(github.com/ydb-platform/ydb-go-sdk/v3/internal/xsql.QueryMode) github.com/ydb-platform/ydb-go-sdk/v3/internal/xsql.ConnectorOption to func(github.com/ydb-platform/ydb-go-sdk/v3/internal/table/conn.QueryMode) github.com/ydb-platform/ydb-go-sdk/v3/internal/connector.Option
WithQueryMode: changed from func(context.Context, github.com/ydb-platform/ydb-go-sdk/v3/internal/xsql.QueryMode) context.Context to func(context.Context, github.com/ydb-platform/ydb-go-sdk/v3/internal/table/conn.QueryMode) context.Context

summary

Base version: v3.89.5 (master)
Cannot suggest a release version.
Incompatible changes were detected.

Copy link

github-actions bot commented Oct 31, 2024

SLO Report

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.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,100,100,99.9,100.1,100,100,100,100,100,99.9,100.1,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100.1,99.9,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.9,100.1,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,100,99.9,100,100,100]
    line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100.1,99.9,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.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.9,100.1,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,99.9,100.1,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,99.9,100.1,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,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]
    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]
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" 894 --> 1105
    line [1000,1000,1000,1000,1000,999,1001,999,1000,1001,999,1000,1001,1000,1000,999,1001,999,1001,1000,1000,1000,1001,999,1000,999,1000,1001,1000,1000,1001,999,999,1001,1000,1000,1000,1000,999,1001,1000,998,1003,998,1001,1000,1000,999,1001,999,1001,998,1002,1000,1000,999,1001,1000,1000,1000,999,1001,999,1001,1000,999,1001,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,999,1000,1001,1000,1000,1000,1001,999,1000,1000,1000,1000,1000,1000,998.004,1000,1002,1000,999,1001,1000,1000,1000,1000,1000,1000,1000,999,1001,1000,1001,999,999,1001,1000,1000,1000,1000,999,1001,1000,1001,999,999,1001,1001,999,1000,1000,1000,1000,1000,1000,1001,998,1001,1000,1000,1001,999,1000,999,1000,1001,1000,999,1001,1001,999,999,1001,1000,1001,999,1000,1000,1000,1000,1000,1001,999,1000,1000,999,1001,1001,1000,1000,999,1000,1000,1000,1001,999,998,1002,1000,1001,1000,999,1000,1001,999,1001,999,1000,999,1001,1000,1000,1000,1000,1000,999,1001,1000,999,1002,998,1001,1000,1000,1000,1000,1000,1000,1001,999,1000,1000,999,1001,1000,1000,1000,1000,1001,998,1000,1001,999,1001,1000,1000,1001,994,1004,1001,1000,999,1000,1000,1000,1001,1000,1000,1000,1000,1000,1001,1000,999,1000,1000,1000,1000,1000,1001,998,1000,1001,1000,999,1001,1000,999,1000,1001,1000,1000,1001,999,1000,999,1002,998,1001,1001,999,1000,999,1001,1000,1000,1000,1000,1000,1000,1000,1001,998,1000,1000,1001,1000,1000,1000,1000,1000,1001,999,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,999,1001,1001,999,1000,1000,1000,1000,1000,1001,999,1000,1000,1001,999,1000,1000,1000,999,1002,1000,1000,998,1000,1001,1000,1000,1000,999,1001,1000,1000,999,1001,1001,999,1000,1000,1000,999,1001,1000,1000,1000,1000,1001,999,1000,999,1001,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,999,1001,1001,999,1000,1000,1000,1000,999,1001,1000,1000,1000,1000,1000,999,1001,999,1001,1000,1000,1000,999,1002,999,999,1000,1002,998,1001,1000,999,1001,1000,999,1002,998,1001,999,1000,1001,1000,1000,999,1001,1000,1001,999,999,1000,1001,1000,1000,1000,1000,1000,1000,1000,999,1001,1000,1000,1001,998,1000,1000,1001,999,1000,1001,1000,1000,1000,1001,999,999,1001,1001,999,1000,1000,1000,1000,1001,999,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,999,1001,1000,1000,999,1001,1001,999,999,1001,999,1000,1001,1000,999,1001,1000,1000,999,1000,1000,1001,1000,1001,999,1000,999,1001,999,1001,1000,1000,1000,999,1001,999,1001,1000,1000,1001,999,1001,998,1001,1000,1000,1000,1000,1000,999,1000,1001,1000,999,1001,1000,1000,999,1001,1000,1000,1000,1000,999,1000,1001,1000,1000,1001,998,1001,999,1001,1000,1000,1000,1000,1000,1000,1000,1000,1001,998,1001,1000,1001,998,1002,999,1000,999,1000,1000,1001,1001,999,1001,999,1000,999,1000,1001,1000,1000,999,1001,1000,1000,1000,1000,999,1001,1000,999,1001,1000,1001]
    line [999,1000,1001,1000,999,1001,1000,1000,999,1000,1001,1000,1000,999,1000,1001,1000,999,1000,1001,1000,1000,1000,1000,1000,1001,999,999,1001,1000,1000,1000,999,1000,1000,1000,1000,1001,999,1000,1001,999,1000,1000,1001,1000,1000,1000,1000,1000,998,1002,1000,1000,1000,1000,1000,1000,1000,1000,1000,1001,999,997,1003,1000,1000,1000,1000,999,999,1002,1000,1000,1000,999,1000,1001,999,1001,999,1000,1001,1000,1000,999,1001,1000,999,1000,1000,1001,1000,1000,1000,999,1000,1000,1001,1000,999,1000,1001,1000,1000,1000,999,1001,1000,1000,1000,999,1001,1000,999,1001,1000,1000,999,1000,1001,999,1000,1001,1000,1001,998,1001,1000,1000,1001,997,1002,1000,1000,1000,1000,999,1001,1000,999,1001,999,1001,1000,999,1000,1001,999,1001,999,1000,999,1002,1000,999,1001,1000,1000,1001,999,1000,999,1000,1000,1000,1001,1000,1000,1000,1000,1000,1000,999,1001,999,1001,1000,1000,999,1000,1001,1000,1001,999,1000,1000,1000,1000,1000,1000,1000,1000,1000,999,1002,999,1001,999,1000,1000,1000,1000,1000,999,1001,1000,1000,996,1004,999,1001,1000,1000,1000,1000,1000,1000,1000,1000,1000,999,1001,1000,999,1001,999,1001,1000,1000,1000,1000,1001,999,1001,999,999,1001,1000,1000,999,1000,1000,1000,1001,1000,1000,1000,1000,1000,1000,999,1001,1000,999,1001,999,1000,1001,1000,999,1001,1000,1000,1000,999,1001,1000,999,1001,1000,1000,1000,1000,999,1000,1001,999,1000,1000,1001,1001,999,1000,1000,1000,1000,1000,1001,999,1000,1000,1000,1000,999,1001,999,1001,1000,999,1000,1001,1000,1000,1000,1000,1000,1000,1000,1000,998,1002,1000,1000,1000,1000,1000,1000,999,1000,1000,1000,1000,1000,1001,1000,999,1001,1000,1000,1000,999,1000,1000,1001,999,1001,999,1001,999,1000,1001,1000,999,1001,1000,1000,1000,1000,1000,999,1000,1000,1001,1000,999,999,1002,1000,1001,996,1002,1001,1000,1000,1001,999,1000,1000,998,1002,999,1000,1002,999,1000,999,1002,998,1001,1000,1000,999,1001,1000,1000,1000,1000,1000,1000,999,1001,1000,1000,1000,999,1000,1001,1000,1000,1000,999,1000,1000,1002,999,1000,1000,1000,1000,999,1001,1000,1001,999,999,1001,1000,999,1001,1000,999,1001,1000,999,1001,1000,999,1001,999,1001,1000,999,1001,1000,1000,999,1001,1000,999,1000,1000,1000,1001,1000,1000,1000,1000,1000,1000,1000,999,1000,1000,1000,1001,1000,999,1001,1000,1000,1000,1000,996,1004,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,999,1000,1000,1001,1000,999,1000,1000,1000,1001,1000,1000,1001,998,1001,1000,1000,1000,999,1001,1000,1000,999,1001,1000,1000,1000,1000,1000,1000,999,1001,999,1001,998,1001,1001,1000,1000,1000,999,1000,1001,1000,998,1002,1000,1000,1000,1000,999,1001,1000,1000,1000,1001,1000,999,1000,999,1001,1000,999,1001,999,1000,1000,1001,1000,1000,1000,999,1001,1000,1000,999,1001,1000,1000,1000,1000,1000,1000,1000,1000,999,1001,999,1002,999,1000,998,1002,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" 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,99.8,100.2,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
    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]
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 --> 5
    line [1.848,2.593,1.864,1.847,1.847,1.875,1.879,1.883,1.882,1.906,1.877,2.158,1.883,1.847,1.855,1.846,1.873,1.848,1.826,1.858,1.841,1.985,1.832,1.872,1.837,1.864,1.837,1.862,1.863,1.849,1.935,2.083,1.858,1.883,1.87,1.869,1.849,1.811,1.894,1.857,1.92,3.194,1.861,1.885,1.891,1.874,1.837,1.86,1.871,1.866,1.915,1.902,2.07,1.864,1.844,1.878,1.858,1.829,1.854,1.84,1.897,1.874,2.202,1.852,1.817,1.852,1.858,1.829,1.845,1.828,1.894,1.854,1.997,1.854,1.885,1.878,1.882,1.878,1.882,1.869,1.897,1.876,2.185,1.874,1.805,1.841,1.87,1.869,1.857,1.858,1.885,1.872,2.373,1.864,1.841,1.878,1.847,1.848,1.888,1.868,1.879,1.87,1.97,1.814,1.826,1.845,1.843,1.839,1.862,1.862,1.889,1.871,2.136,1.825,1.878,1.863,1.878,1.942,1.853,1.838,1.892,1.927,2.25,1.878,1.874,1.892,1.875,1.866,1.87,1.868,1.937,1.921,2.553,1.869,1.881,1.859,1.893,1.892,1.88,1.89,1.883,1.89,2.482,1.888,1.883,1.879,1.894,1.864,1.864,1.883,1.886,1.865,2.261,1.853,1.857,1.85,1.859,1.875,1.851,1.859,1.899,1.864,2.24,1.813,1.868,1.857,1.843,1.832,1.884,1.882,1.908,1.878,2.032,1.855,1.868,1.853,1.88,1.88,1.833,1.919,1.9,1.879,2.316,1.859,1.88,1.886,1.866,1.866,1.903,1.863,1.929,1.878,2.148,1.871,1.893,1.913,1.899,1.903,1.905,1.896,1.958,1.932,2.04,1.888,1.827,1.879,1.888,1.895,1.889,1.871,1.868,1.885,2.35,1.866,1.87,1.864,1.884,1.855,1.872,1.869,1.89,1.917,1.908,1.989,1.86,1.865,1.88,1.925,1.892,1.935,1.914,1.938,1.899,2.259,1.916,1.863,1.876,1.898,1.875,1.89,1.846,1.893,1.839,1.992,1.843,1.851,1.85,1.881,1.82,1.869,1.878,1.873,1.814,2.292,1.858,1.857,1.861,1.859,1.852,1.867,1.867,1.877,1.862,2.284,1.854,1.849,1.843,1.826,1.82,1.842,1.824,1.889,1.867,2.346,1.855,1.872,1.863,1.848,1.837,1.87,1.847,1.882,1.848,2.05,1.846,1.871,1.861,1.839,1.865,1.897,1.84,1.872,1.846,2.225,1.854,1.896,1.876,1.884,1.876,1.867,1.871,1.902,1.89,2.19,1.903,1.925,1.873,1.909,1.9,1.904,1.87,1.925,1.897,2.15,1.901,1.889,1.895,1.906,1.877,1.892,1.872,1.9,1.841,2.348,1.886,1.9,1.863,1.881,1.857,1.89,1.874,1.909,1.872,2.335,1.885,1.892,1.902,1.936,1.898,1.913,1.911,1.904,1.895,2.498,1.872,1.926,1.889,1.898,1.908,1.894,1.923,1.923,1.913,2.727,1.901,1.883,1.898,1.913,1.9,1.887,1.961,1.901,1.902,2.111,1.878,1.884,1.895,1.851,1.905,1.895,1.908,1.918,1.901,2.731,1.921,1.903,1.899,1.889,1.904,1.917,1.898,1.912,1.835,1.982,1.878,1.862,1.862,1.865,1.849,1.902,1.862,1.911,1.862,1.835,2.347,1.868,1.869,1.862,1.856,1.845,1.869,1.882,1.869,1.839,2,1.922,1.892,1.855,1.888,1.869,1.929,1.9,1.88,1.891,2.091,1.92,1.921,1.913,1.909,1.903,1.907,1.98,1.898,1.89,2.583,1.898,1.883,1.885,1.849,1.865,1.85,1.893,1.878,1.863,2.591,1.858,1.893,1.874,1.868,1.889,1.895,1.904,1.931,1.941,2.273,1.918,1.894,1.854,1.903,1.867,1.85,1.86,1.888,1.859,1.987,1.863,1.844,1.865,1.833,1.863,1.838,1.859,1.883,1.843,2.275,1.886,1.844,1.878,1.851,1.861,1.88,1.872,1.881,1.836,1.989,1.846,1.85,1.843,1.86,1.887,1.88,1.857,1.867,1.888,2.259,1.855,1.851,1.856,1.847,1.859,1.854,1.871,1.915,1.861,2,1.843,1.86,1.875,1.871,1.889,1.887,1.86,1.885,1.849,2.312,1.861,1.894,1.853,1.861,1.85,1.854,1.874,1.962,1.884,1.972,1.843,1.855,1.861,1.827,1.859,1.87,1.888,1.863,1.863,2.481,1.863,1.863,1.894,1.851,1.895,1.868,1.881,1.897,1.845,2.5,1.843,1.872,1.868,1.831,1.869,1.848,1.891,1.853,1.845,2.15,1.856,1.867,1.871,1.853,1.879,1.875,1.873,1.88,1.876,3.052,1.84,1.876,1.863,1.833,1.855,1.908,1.887,1.889,1.871,1.876,2.053,1.887,1.875,1.842,1.846,1.855,1.881]
    line [1.909,3,1.907,1.873,1.946,1.966,1.895,1.888,1.894,1.901,1.883,3,1.858,1.861,1.902,1.866,1.882,1.888,1.89,1.89,1.844,3.2,1.905,1.903,1.882,1.882,1.915,1.891,1.9,1.939,1.883,2.909,1.873,1.911,1.913,1.9,1.846,1.88,1.911,1.914,1.874,2.502,1.861,1.847,1.849,1.877,1.862,1.893,1.905,1.888,1.842,2.211,1.891,1.91,1.877,1.894,1.924,1.869,1.886,1.884,1.893,2.273,1.862,1.861,1.85,1.861,1.879,1.867,1.866,1.9,1.854,1.968,1.85,1.884,1.883,1.848,1.842,1.847,1.837,1.91,1.858,1.993,1.898,1.878,1.873,1.865,1.866,1.859,1.86,1.864,1.885,2.212,1.866,1.924,1.898,1.868,1.885,1.9,1.883,1.844,1.881,2.75,1.886,1.923,1.913,1.906,1.904,1.864,1.908,1.852,1.894,1.964,1.868,1.853,1.902,1.877,1.867,1.883,1.882,1.889,1.901,2.348,1.891,1.892,1.887,1.874,1.881,1.891,1.881,1.919,1.934,1.939,2.347,1.889,1.913,1.875,1.911,1.877,1.876,1.892,1.935,1.874,2.408,1.885,1.892,1.911,1.886,1.914,1.91,1.885,1.916,1.922,2.409,1.929,1.926,1.924,1.885,1.898,1.897,1.898,1.991,1.903,2.617,1.9,1.911,1.983,1.876,1.918,1.984,1.912,1.909,1.924,2.923,1.957,1.894,1.903,1.909,1.897,1.905,1.893,1.972,1.899,2.136,1.912,1.933,1.899,1.918,1.909,1.926,1.938,1.939,1.938,2.813,1.902,1.911,1.891,1.909,1.888,1.892,1.931,1.924,1.903,2.667,1.881,1.875,1.896,1.935,1.897,1.888,1.896,1.915,1.898,3.059,1.938,1.915,1.879,1.875,1.889,1.857,1.874,1.914,1.898,2.4,1.906,1.942,1.908,1.91,1.897,1.907,1.921,1.941,1.897,2.607,1.918,1.928,1.909,1.894,1.913,1.928,1.918,1.992,1.919,2.05,1.929,1.931,1.911,1.936,1.907,1.938,1.916,1.977,1.936,2.762,1.918,1.91,1.924,1.903,1.956,1.894,1.959,1.974,1.922,2.679,1.918,1.92,1.928,1.924,1.91,1.9,1.948,1.953,1.929,2.4,1.938,1.915,1.939,1.902,1.9,1.908,1.929,1.97,1.933,2.78,1.939,1.934,1.958,1.943,1.966,1.988,1.943,1.957,1.926,2.2,1.907,1.952,1.946,1.931,1.953,1.926,1.925,1.951,1.931,1.944,2.667,1.937,1.924,1.961,1.953,1.932,1.925,1.932,1.942,1.948,3.188,1.907,1.936,1.87,1.879,1.9,1.894,1.892,1.915,1.9,2.278,1.89,1.895,1.901,1.897,1.881,1.882,1.918,1.984,1.898,2.84,1.917,1.896,1.906,1.935,1.915,1.924,1.886,1.948,1.906,3.789,1.904,1.906,1.918,1.91,1.9,1.934,1.885,1.898,1.902,3.197,1.903,1.891,1.921,1.93,1.894,1.891,1.886,1.936,1.899,2.618,1.906,1.913,1.88,1.875,1.897,1.9,1.895,1.941,1.917,3.258,1.923,1.951,1.921,1.929,1.925,1.92,1.926,1.927,1.903,2.952,1.911,1.867,1.892,1.869,1.881,1.883,1.88,1.943,1.896,3.176,1.898,1.903,1.917,1.916,1.892,1.91,1.907,1.95,1.881,2.906,1.902,1.876,1.892,1.9,1.893,1.905,1.872,1.963,1.883,2.517,1.88,1.893,1.918,1.887,1.875,1.86,1.889,1.893,1.889,1.997,1.889,1.897,1.897,1.876,1.891,1.9,1.912,1.925,1.915,2.215,1.88,1.888,1.895,1.858,1.894,1.913,1.896,1.934,1.93,2.565,1.933,1.906,1.906,1.891,1.862,1.88,1.855,2.387,1.858,2.29,1.864,1.869,1.904,1.869,1.901,1.874,1.877,1.938,1.894,1.95,2.133,1.877,1.887,1.894,1.896,1.909,1.89,1.897,1.88,1.881,1.986,1.876,1.882,1.868,1.875,1.868,1.861,1.941,1.879,1.895,1.985,1.872,1.882,1.879,1.875,1.905,1.86,1.908,1.874,1.882,2.545,1.862,1.839,1.879,1.88,1.867,1.892,1.955,1.917,1.911,2.357,1.913,1.899,1.878,1.879,1.889,1.881,1.916,1.921,1.891,2.591,1.888,1.882,1.888,1.932,1.89,1.903,1.887,1.955,1.89,2.14,1.859,1.883,1.892,1.868,1.889,1.893,1.908,1.899,1.866,2.296,1.88,1.862,1.907,1.895,1.895,1.894,1.904,1.949,1.885,2.861,1.92,1.901,1.888,1.892,1.902,1.875,1.879,1.949,1.873,2.478,1.884,1.878,1.89,1.872,1.864,1.885,1.859,1.911,1.893,2.347,1.858,1.895,1.873,1.881,1.869,1.883,1.881]
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 --> 9
    line [2.886,5,2.844,2.872,2.963,2.966,2.982,2.967,2.922,2.933,2.969,2.97,2.867,2.939,2.931,2.917,2.871,2.886,2.929,2.952,2.967,4,2.929,2.927,2.929,2.857,2.833,2.889,2.95,3,2.982,4,2.897,2.932,2.94,2.909,2.903,2.964,2.857,2.864,2.977,6.25,2.927,2.923,2.952,2.938,2.923,3,3,2.943,4,2.966,4.4,2.956,2.929,2.882,2.815,2.871,2.968,2.897,2.949,2.923,4.5,2.938,2.839,2.821,2.9,2.938,2.917,2.867,2.955,2.932,4,2.871,2.951,2.943,2.959,2.923,2.957,2.939,2.895,2.906,3.5,2.947,2.833,2.857,2.933,2.9,2.903,2.935,2.925,2.946,4,2.968,2.821,2.915,2.909,2.909,2.84,2.935,2.905,2.931,4.667,2.955,2.895,2.818,2.879,2.848,2.879,2.875,2.951,2.84,2.969,2.8,2.943,2.943,2.936,4.2,2.944,2.927,2.972,2.985,4,2.878,2.917,2.923,3,2.892,2.868,2.905,3,2.962,6.25,2.897,2.881,2.976,2.973,2.909,2.923,2.911,2.957,2.902,4,3,2.979,2.9,2.875,2.923,2.889,2.917,2.939,2.938,3.333,2.971,2.929,2.906,2.892,2.931,2.923,2.879,2.974,2.929,3.75,2.935,2.895,2.792,2.889,2.92,2.917,2.907,2.98,2.953,4.25,2.846,2.943,2.914,2.974,2.886,2.967,2.952,2.971,2.957,3,2.846,2.969,2.971,2.868,2.871,2.96,2.886,3,2.953,3.667,2.889,2.963,2.985,2.967,3,2.943,2.954,2.97,2.984,4.333,2.905,2.889,2.955,2.897,2.951,3,2.879,2.929,2.923,4.75,2.895,2.828,2.939,2.93,2.892,2.932,2.897,2.963,2.957,4,2.982,2.898,2.972,2.918,2.949,2.953,3,2.952,3.6,2.918,3.667,2.959,2.97,2.978,2.895,2.942,2.96,2.853,2.885,2.906,4,2.889,2.935,2.935,2.833,2.833,2.903,2.903,2.9,2.871,4.667,2.879,2.861,2.861,2.963,2.875,2.923,2.857,2.946,2.875,4,2.846,2.895,2.879,2.909,2.955,2.853,2.897,2.949,2.925,4,2.889,2.867,2.892,2.862,2.783,2.917,2.935,2.944,2.938,4,2.897,2.886,2.921,2.826,2.938,2.897,2.912,2.968,2.886,4.333,2.947,2.881,2.905,2.962,2.923,2.972,2.927,2.977,3,4.25,2.962,2.941,2.932,2.94,2.959,2.946,2.93,2.982,2.9,3.667,2.979,2.937,2.93,2.954,3,2.953,2.907,2.932,2.889,4,2.935,2.933,2.936,2.951,2.939,2.952,2.889,2.93,2.903,4.667,2.98,3,2.981,2.981,3,2.945,2.926,2.98,2.926,4.8,2.949,2.95,2.939,2.907,2.94,2.929,2.96,2.981,2.915,7.5,2.949,2.932,2.982,2.952,2.881,2.981,3.75,2.963,3,4.333,2.973,2.958,2.981,2.933,2.966,3.25,2.98,3.333,2.964,3,2.984,2.923,2.932,2.963,2.94,2.956,2.938,2.971,2.889,2.966,2.971,2.952,2.9,2.885,2.943,2.956,2.929,2.951,2.971,2.8,4.5,2.927,2.861,2.897,2.938,2.886,2.9,2.933,2.862,2.844,4.667,2.931,2.946,2.933,2.921,2.913,2.976,2.945,2.886,2.919,3.667,2.932,2.987,2.952,2.94,2.964,2.954,3,2.938,2.934,4,2.943,2.927,2.886,2.846,2.892,2.946,2.971,2.909,2.892,5,2.903,2.974,2.9,2.844,2.956,2.872,2.961,2.98,3,4.333,3.6,2.959,2.907,3.5,2.905,2.909,2.9,2.919,2.897,4,2.875,2.92,2.974,2.923,2.912,2.821,2.935,2.973,2.969,3,2.927,2.903,2.944,2.861,2.923,2.971,2.971,2.952,2.762,4.5,2.971,2.917,2.9,2.87,3.25,2.925,2.897,2.885,2.943,4.6,2.862,2.9,2.885,2.87,2.911,2.893,2.912,2.971,2.875,5,2.935,2.839,2.967,2.862,2.882,2.93,2.917,2.88,2.933,4.5,2.909,2.923,3,2.962,2.912,2.964,2.944,3.667,3,4,2.897,2.906,2.885,2.913,2.906,2.848,2.941,3,2.964,3.5,2.943,2.92,2.875,2.875,2.939,2.893,2.975,2.914,2.893,4.667,2.84,2.909,2.889,2.885,2.935,2.879,2.903,2.926,2.882,4,2.966,2.912,2.821,2.941,2.909,2.923,2.906,2.897,2.92,4.571,2.879,2.906,2.946,2.972,2.892,2.956,2.938,2.925,2.933,2.939,2.974,3.5,2.881,2.923,2.912,2.926,2.943]
    line [2.961,5,3.25,2.95,3,3,2.982,3,2.952,3,2.927,7.5,3,2.956,2.978,2.911,2.977,2.958,2.933,2.976,2.923,7.5,2.96,2.961,2.959,2.93,2.951,3.25,3.2,3.5,2.98,5.833,2.923,2.98,2.958,2.951,2.93,2.913,3,3.333,2.952,4.75,2.935,2.93,2.952,2.974,2.923,3.333,2.977,2.977,2.917,4,2.958,4,2.911,3,2.98,2.938,2.977,2.956,2.926,4.667,2.909,2.925,2.902,2.909,2.941,2.94,2.938,2.943,2.953,3,2.938,2.952,3,2.913,2.913,2.907,2.927,2.949,2.895,4.5,2.915,2.957,2.939,2.98,2.923,2.886,2.892,2.886,2.921,3,2.933,3,2.975,2.913,2.938,2.98,2.93,2.907,3,6.25,2.952,2.968,2.953,2.958,2.964,2.958,2.981,2.897,2.978,3.5,2.953,2.923,2.962,3,2.933,3,2.957,2.979,2.947,3.5,2.965,2.98,2.932,2.932,2.909,2.891,2.966,2.983,3,3.25,4.75,2.962,3,2.975,2.957,2.911,2.974,2.946,3,2.922,3.5,2.919,2.932,3,2.909,2.966,2.962,3,3.25,2.952,5,2.959,2.986,2.964,2.98,2.955,2.94,2.984,2.981,2.959,5.417,2.933,3,4,2.938,2.983,3.667,3,3.25,2.977,5.833,3.333,2.965,2.931,2.968,3,2.981,2.968,3.333,2.938,4,2.964,3.333,2.983,2.971,2.985,3,2.971,2.973,3,5,3,3.25,2.962,2.959,2.962,2.959,2.985,3,2.967,4.5,2.981,2.956,2.962,4.5,2.929,2.933,2.957,2.978,2.938,4,2.966,2.935,2.945,2.977,2.981,2.936,2.972,3.667,3.25,4.333,2.971,2.971,2.971,2.959,2.972,2.958,3.25,3,2.944,5.833,3.4,3,2.97,2.966,2.972,2.963,3,4,2.973,5.625,2.986,3.2,3.4,3,2.985,2.97,3,4.333,2.958,6.875,3,3.667,3.333,3,3.2,3.5,3.5,3,3,4,3,2.971,2.97,2.955,3.25,2.972,2.957,4,3.6,5.833,3.667,4.25,2.968,2.981,2.985,2.973,2.975,4,2.977,5.625,3.667,4,3.6,3.571,3.667,4,2.987,4,3.4,5.625,2.964,3.667,3.8,3.5,3.5,3.5,2.965,3.2,2.939,3,5,3.75,2.985,2.953,2.954,2.973,3.25,2.986,3.5,2.985,5.833,2.949,3.4,2.959,2.961,2.981,2.964,2.925,4.667,2.957,4.333,3,3,3.6,2.961,2.911,2.931,3,3.75,2.98,3.833,3.333,2.931,2.977,3,2.968,2.957,2.96,3.5,3,7.5,3.4,3,2.977,3.333,3,2.981,2.938,2.977,3,6.25,2.922,3,2.938,2.982,2.945,2.981,2.944,2.978,3,4.5,2.979,2.943,2.925,3,2.926,2.943,2.966,4,3.25,4.75,2.947,3.4,2.971,3.25,2.984,2.97,3.5,2.972,3,4,2.957,2.956,2.979,2.975,2.952,2.98,2.977,2.981,2.935,4.25,2.961,2.936,2.982,3,2.98,2.938,2.984,2.984,2.941,7.5,2.953,2.932,2.978,2.959,2.932,2.976,2.977,3,2.93,5.625,2.978,2.919,3,2.978,2.976,2.941,2.974,3,2.927,4,2.958,3.5,2.925,2.912,2.936,2.929,2.94,3,2.962,4.5,2.915,2.978,2.958,2.909,2.953,2.957,2.951,3.5,3.4,5.625,3.667,2.968,2.968,2.936,2.959,2.853,2.895,3.8,2.92,4,2.94,2.921,2.983,3,2.933,2.953,2.927,3.333,2.938,4.5,5,2.952,2.951,2.956,2.929,3,2.955,2.95,2.932,2.974,3.333,2.906,2.976,2.895,2.936,2.929,2.956,2.935,2.897,2.894,4,3.333,2.957,2.875,2.978,2.956,2.939,3,2.911,2.974,4,2.97,2.914,2.938,2.959,2.932,2.942,3,2.95,3,4,3,2.98,2.974,2.957,2.925,2.933,3.8,2.984,2.955,4.333,2.94,2.947,2.955,2.957,2.982,2.939,2.974,2.985,2.917,4,2.902,2.959,3.4,2.955,3,2.976,3,2.976,2.98,4.667,2.968,2.93,2.956,2.947,2.93,2.911,2.961,3.333,2.969,6.5,2.964,2.982,3.5,2.947,3,2.926,2.913,3.75,2.915,6.667,2.918,2.951,2.951,3,2.977,2.929,2.933,3,2.957,3.8,2.946,3,2.939,2.932,2.923,2.9,3]
Loading

Copy link

github-actions bot commented Oct 31, 2024

SLO Report

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,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,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.9,100.1,100,100,100.1,99.9,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,99.9,100.1,100,100,99.9,100.1,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100.1,99.9,100,100,100.1,99.9,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,99.9,100.1,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.9,100.1,100,100,100,100,100,100,100,100,100,99.9,100,100.1,100,100,100,100,100]
    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,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,99.9,100,100.1,100,100,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.9,100.1,100,100,100,100,100,100,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.9,100.1,100,100,100,100,100.1,99.9,100,100.1,99.9,100,100,100.1,99.9,100,100,100,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.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.8,100.1,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,100.1,99.9,100,100,100,100,100,100,100,99.9,100.1,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.9,100.1,100,100,100,100,100,100,100,100,100,100,100,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.9,100.1,100,100,100.1,99.9,99.9,100.1,100,100,100,99.9,100.1,99.9,100.1,99.899,100.1,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,99.9,100.1,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,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, %" 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]
    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]
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" 880 --> 1125
    line [978,1022,1001,1000,999,1000,1000,1000,1000,1001,998,1001,1000,1000,1001,999,999,1001,1001,999,1001,999,999,1001,1000,1000,1001,999,1000,1000,999,999,1001,1002,997,1002,999,1001,999,1001,1001,1000,998,1002,1000,1000,999,1000,991,1009,1000,1001,999,1000,1001,1000,999,1000,1000,1000,1000,1000,1000,1001,1000,1000,999,1000,1000,1001,1000,999,1001,999,1000,1000,1000,1001,998,1001,1000,1001,1000,1000,1000,999,1000,1000,1000,1000,1001,999,1001,999,1000,1000,1001,999,1000,1001,999,1000,1001,998,1002,998,1002,1000,1000,1000,1000,998,1001,1001,1000,999,999,1002,1000,999,1000,1001,1000,1000,999,1000,999,1000,1000,1002,999,1001,999,1000,1000,999,1001,1000,1000,1001,999,1001,999,1000,1001,1000,999,1000,1000,1000,1000,1000,1001,1000,998,1001,1001,999,1000,999,1001,1000,1000,1000,1000,1000,999,1001,1000,1000,1001,1000,999,1000,1000,1000,1000,999,1002,998,1001,1001,999,1000,1001,1000,1000,996.012,1003.009,1000,1000,1001,999,1000,1000,1000,1000,1000,1000,997.009,1004.012,999,1001,1000,1000,1000,999,1000,1000,1000,1000,1000,1000,999,1000,1002,999,1000,1000,1001,999,1001,999,1001,999,1000,1000,999,1002,999,1000,1000,1000,1001,999,1001,999,999,1001,1001,999,1000,1000,1001,1000,1000,1000,1000,1000,1000,1000,1000,999,1000,999,1001,1001,998,1000,1001,1001,999,1000,1000,1000,1001,1000,1000,998,1000,1001,1000,1001,1000,994,1006,999,1000,999,1002,999,1001,1000,999,1001,999,1001,999,1000,999,1001,1001,999,1000,1000,1001,1000,999,1000,1000,999,1001,1001,997,1003,1000,998,1001,1001,999,1001,999,1001,999,1001,999,1001,1000,1000,999,1000,1000,995,1006,1000,999,999,1001,1001,997,1003,1000,999,1000,1000,1000,1000,1000,1000,1000,1000,1001,999,1001,1000,999,1000,1001,1000,998,1002,999,1001,999,1000,1001,1000,1000,999,1000,1001,998,1002,1000,1000,999,1000,1001,1000,999,1000,1000,1000,1001,999,1000,1000,1001,998,1002,999,1000,1000,1000,1001,1000,999,1000,1000,1000,1000,999,1001,1000,1001,999,1000,1000,1001,999,1001,1000,998,1000,1001,999,1002,999,1000,1000,999,1001,1001,999,1001,1000,999,1000,1000,1000,1001,1000,999,1001,999,1000,1000,1000,999,1000,1002,999,1000,1000,1000,1001,999,1000,1001,998,1001,1000,1000,1001,999,1001,1000,999,1001,1000,999,1000,1000,1000,1001,1000,999,999,1001,1000,1001,1000,999,1001,999,999,1000,1001,1001,1000,999,1001,1000,998,1000,1002,1000,999,1000,1001,999,1001,999,997,1001,1002,1000,1000,1000,997,1002,1001,1000,1000,1000,1001,1000,999,999,1002,1000,999,1000,1000,1000,1000,1001,1000,999,1000,1000,1000,999,1002,1000,999,1000,1000,1001,1000,998,1001,1000,1000,999,1001,1001,1000,1000,996,1004,999,1001,999,1001,1000,999,1000,1000,999,1002,1000,1000,998,1001,1000,1000,1001,1000,999,1000,1000,1000,1001,999,1001,999,1000,1001,999,1001,999,999,1002,1000,1000,999,1000,1001,999,1001,998]
    line [999,1001,1000,1000,999,1001,1000,999,999,1001,1001,1000,1000,999,1000,1001,1000,998,1001,1001,1000,996,1004,1000,1000,1000,999,1000,1001,1000,999,1001,1000,1000,999,1001,1000,1000,1000,999,1000,1001,1000,1000,1000,999,1001,999,999,1002,1000,1000,1000,1000,1000,1000,999,1001,1000,1000,1000,1000,1000,999,1001,999,1001,1000,1000,1000,996,1004,1000,1000,999,1001,1000,1000,1000,999,1000,1001,1000,999,1001,1000,999,1001,999,1000,1001,999,1001,999,1001,1000,1000,999,1001,999,1000,1001,999,1000,1000,1000,1001,999,1000,1001,1000,999,1001,999,1001,1000,1000,1000,999,999,1002,1000,1000,1000,999,1001,999,1001,1000,999,1000,1001,1000,999,1001,999,1001,1000,999,1001,1000,999,1001,999,1000,1000,1001,1000,999,1000,1000,1000,1001,1000,999,1000,994.042,1007.049,1000,1000,1000,999,1001,999,1000,1000,1000,1001,1000,999,1001,999,1000,1000,1000,1000,1000,1001,1000,1000,999,1000,1000,1001,1000,997,1002,1001,1000,1000,1000,999,999,1002,1000,999,1001,999,1000,1000,1001,1000,1000,999,1001,999,1000,1000,1000,1001,1000,999,1001,1000,999,1001,1000,999,1000,1001,1000,1000,1000,1000,1000,999,999,1001,1000,1000,1000,993,1007,1001,1000,1000,999,1000,1001,1000,999,1001,1000,999,1000,1000,1000,1000,1000,1000,1000,1001,1000,999,1001,1000,1000,999,1001,1000,1000,999,1001,999,1001,1000,999,1000,1000,1001,999,998.004,1003.006,998,1002,1000,1000,1000,1000,999,1001,1000,1000,1000,1000,999,1000,1001,998,1002,1000,1000,1000,999,1001,999,999,1002,1000,1000,1000,999,1001,1000,999,1000,1000,1001,1000,1000,999,1001,1000,999,1001,1000,998,1001,1000,1001,1000,1000,999,1001,999,1000,1000,1001,1000,999,1000,999,1002,999,1001,1000,1000,1000,999,1001,1000,1000,998,1001,1001,999,1001,998,1002,1000,1000,1000,1000,999,1001,1000,1000,1000,1000,1000,1000,1000,999,1001,1000,1000,1000,999,1001,999,1001,1000,1000,1000,1000,1000,1000,1000,1000,999,1000,1001,1000,1000,999,1001,999,1001,999,1000,1000,1000,1001,1000,1000,1000,1000,1000,999,1001,1000,999,991,1010,1000,999,1000,1001,1000,1000,999,1000,995,1005,1001,1000,999,1000,1000,1000,999,1002,999,1000,999,1002,999,999,1002,999,1001,1000,1000,1000,1000,1000,1000,1000,999,1000,1000,1001,997,1002,1001,999,1001,999,1001,1000,1000,999,1001,1000,1000,1000,995,1004,1001,999,1000,1001,999,1001,1000,1000,1000,1000,999,1001,1000,999,998,1002,1000,1001,997,1002,1001,1000,1000,999,1000,999,1001,1001,1000,1000,1000,999,1000,1001,999,1000,1000,1001,998,1002,1000,999,1000,1001,1000,999,1001,999,1001,999,1001,1000,999,1001,1000,999,1001,1000,1000,999,1000,1000,1000,1000,1001,999,1000,1000,1001,999,1000,1001,999,1000,1000,1001,999,1001,1000,999,1001,1000,999,1001,1000,999,1001,999,1001,1000,999,1001,999,1001,1000,999,1000,1001,999,1000,1001,1000,1000,1000,1000,1000,999,1001,1000,999,1001,1000,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" 88 --> 113
    line [98,102,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.701,100.301,100,100,100,100,100,100,100,100,100,100,99.701,100.301,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
    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,99,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.305,100.705,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.8,100.2,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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 --> 16
    line [4.017,5.875,2.931,2.686,1.981,1.986,2.026,1.978,1.98,2.216,1.987,3.425,1.976,1.958,1.979,2.03,1.979,1.972,1.98,2.27,1.97,3.293,2.048,1.998,1.981,1.971,1.976,1.963,1.985,2.082,1.993,3.85,1.987,1.973,1.992,1.97,1.976,2.061,1.985,2.368,2.08,5,1.986,1.979,1.997,1.967,1.994,1.98,1.999,2.855,1.982,3.268,1.97,1.98,1.991,2.024,1.988,1.983,1.967,1.972,1.977,3.357,1.99,1.983,1.974,1.97,1.985,1.968,1.981,2.404,1.976,3.405,1.986,1.985,1.992,1.954,1.98,1.997,2.723,1.999,1.993,3.863,1.988,2.544,1.997,2.936,2.214,1.971,1.978,2.393,1.985,4.8,1.985,1.981,1.983,1.994,1.978,1.973,1.962,2.332,1.974,6.167,1.96,1.969,1.97,1.964,1.978,1.982,1.975,2.5,2.648,3.182,1.974,1.985,1.975,1.978,1.955,1.971,1.985,2.299,1.999,6.653,1.987,1.968,1.98,1.974,1.974,1.971,1.98,2.397,1.979,4.237,1.968,1.978,1.986,1.993,1.988,1.981,1.982,1.986,1.99,3.585,1.974,1.999,1.971,1.991,1.989,1.979,1.985,1.987,2.029,2.933,1.981,1.976,1.984,1.974,1.971,1.988,1.975,1.975,2.244,2.872,2.381,2.024,1.992,1.991,1.989,1.985,2,2.045,2.169,1.99,3.628,1.97,1.99,2,1.966,1.975,1.973,1.97,1.991,1.979,2.892,1.972,1.978,1.98,1.991,1.973,1.979,1.992,2.333,1.988,3.603,1.991,1.999,1.993,2.047,1.994,2.486,1.973,2.776,1.973,10,2.428,1.977,1.994,1.993,1.975,1.989,1.976,2.343,1.981,5.216,1.982,1.978,1.979,1.985,1.974,1.975,1.993,1.999,1.972,4.721,1.987,1.974,1.963,1.976,1.964,1.982,1.983,2.028,1.987,2.978,1.994,1.983,1.982,1.972,1.982,1.991,1.973,2.668,1.967,3.625,1.984,1.987,1.972,1.975,1.976,1.97,1.97,2.084,1.986,4.375,1.984,1.962,1.979,1.971,1.978,1.983,1.988,2,1.98,3.765,1.997,1.994,1.978,1.975,1.976,1.987,1.984,1.975,1.974,2.943,1.972,1.98,1.989,1.981,1.963,1.963,1.97,2.197,1.981,4.3,1.969,1.985,1.967,1.982,1.988,1.975,1.972,2.03,1.987,4.025,1.972,1.99,1.968,2.408,1.972,1.997,1.97,2.258,1.981,4.136,1.982,1.977,1.988,1.963,1.987,1.994,1.983,2.441,1.979,4.122,1.996,1.991,1.985,1.99,1.991,1.972,1.985,1.984,1.976,2.702,2.627,1.979,1.973,1.986,1.974,1.986,1.98,1.994,1.972,1.981,3.696,1.982,1.981,1.974,2.073,1.991,1.986,2.292,1.989,1.975,3.68,1.973,1.967,1.976,1.975,1.984,1.976,1.997,1.978,1.976,3.889,1.969,1.986,1.991,2.184,1.98,1.969,1.968,1.99,1.981,2.973,1.973,1.977,1.976,1.969,1.974,1.97,1.991,2,1.969,3.294,1.977,1.982,1.982,1.977,1.994,1.987,1.977,2.211,1.99,6.042,1.994,1.967,1.985,1.978,1.973,1.993,1.965,2.48,1.974,2.879,1.983,1.999,1.989,1.977,1.971,1.976,1.987,2.205,1.979,3.429,2.096,1.978,1.988,1.974,1.975,1.984,1.984,2.293,1.99,5.839,1.986,1.988,1.996,1.982,1.986,2.071,1.993,2.356,1.981,4.996,1.996,1.978,1.977,1.993,1.983,1.989,2.089,2.195,1.981,13.929,1.983,2.254,1.977,1.993,2.114,1.978,1.975,4.75,2.444,4.688,1.997,1.999,1.986,1.983,1.971,1.992,1.982,1.997,1.974,3.688,1.987,1.978,1.959,1.99,1.97,1.987,1.974,1.992,1.975,3.182,1.972,1.98,1.983,1.994,1.967,1.975,1.976,1.99,2,3.796,2.399,2.226,1.981,1.992,1.984,1.997,1.981,2.276,1.981,1.991,5.148,2.322,2.026,2.103,1.983,1.988,1.993,2.08,1.973,1.989,4.714,1.976,1.99,1.996,1.976,1.991,2.027,2.43,1.978,2.132,3.545,2.071,1.978,1.987,1.967,1.981,1.996,2.224,2.057,1.993,4.492,1.973,1.974,1.973,1.978,1.969,1.978,2.385,1.985,1.994,3.333,1.99,1.977,1.975,1.967,1.981,1.99,2.346,1.985,1.999,4.369,1.968,1.978,1.966,1.98,1.971,1.975,1.994,1.97,1.982,3.636,1.97,1.964,1.978,1.997,1.982,1.986,1.982,1.977,1.971,4.117,1.971,1.98,1.966,1.971,1.972,1.962,1.959,2.244,1.974,4.783,1.993,2.483,2.307,2.531,2.558,2.553,2.511]
    line [3.003,1.97,1.97,1.959,1.975,1.96,1.98,1.962,1.991,1.971,3.997,1.96,1.976,1.961,1.971,1.987,1.975,1.967,1.997,1.972,5.5,1.974,1.981,1.968,1.976,1.961,1.969,1.968,1.998,1.962,6.911,1.963,1.963,1.969,1.983,1.97,1.976,1.981,1.981,1.975,3.878,1.964,1.973,1.965,1.988,1.979,1.99,1.978,1.978,1.997,4.8,1.978,1.98,1.984,1.982,1.976,1.98,1.984,1.984,1.981,5.192,1.978,1.964,1.977,1.976,1.972,1.974,1.972,1.973,2.07,2.682,1.995,1.979,1.969,1.98,1.975,1.982,1.976,1.971,2.055,1.972,3.381,1.97,1.963,1.971,1.968,1.971,1.961,1.974,1.98,1.975,4.305,1.974,1.978,1.961,1.965,1.968,1.961,1.96,1.976,1.96,3.995,1.98,1.957,1.976,1.953,1.965,1.961,1.968,1.968,1.959,3.786,1.973,1.966,1.962,1.952,1.967,1.964,1.97,1.979,1.97,2.897,1.963,1.973,1.951,1.969,1.956,1.964,1.965,1.975,1.962,2.944,1.956,1.956,1.966,1.945,1.964,1.977,1.967,1.994,1.972,3.605,1.994,1.984,1.987,1.979,1.979,1.974,1.974,1.997,1.995,8.141,1.991,1.99,1.98,1.979,1.969,1.996,1.969,2.362,1.979,5.01,1.979,1.981,2.051,1.979,1.962,1.962,1.97,1.999,1.974,4.881,1.963,1.967,1.975,1.965,1.962,1.976,1.957,2.063,1.96,3.273,1.961,1.969,1.968,1.968,1.969,1.971,1.967,1.985,1.985,3.479,1.978,1.957,1.972,1.972,1.977,1.959,1.958,2,1.971,7.5,1.96,1.971,1.975,1.976,1.96,1.965,1.981,2.318,1.971,3.65,1.98,1.974,1.966,1.966,1.983,1.973,1.969,1.99,1.97,3.7,1.963,1.962,1.979,1.959,1.97,1.969,1.969,2.121,1.955,2.912,1.991,1.967,2.367,1.956,1.958,1.959,1.956,2.143,1.969,1.97,3.05,1.972,1.963,1.954,1.955,1.97,1.968,1.956,1.969,1.958,3.328,1.961,1.963,1.956,1.963,1.965,1.956,1.968,1.977,1.969,3.429,1.972,1.963,1.968,1.974,1.975,1.972,1.977,1.978,1.972,4,1.976,1.983,1.977,1.978,1.977,1.985,1.971,1.99,1.962,5.125,1.986,1.981,2.069,1.984,1.969,1.972,1.987,2.167,1.993,6.029,1.972,1.97,1.967,1.965,1.955,1.968,1.979,1.984,1.976,3.434,1.968,1.966,1.957,1.975,1.961,1.977,1.959,1.987,1.956,3.667,1.966,1.954,1.968,1.98,1.961,1.981,1.96,1.984,1.968,4.75,1.977,1.955,1.96,1.982,1.965,1.969,1.953,1.981,1.974,3.658,1.96,1.959,1.976,1.976,1.972,1.962,1.969,1.977,1.964,3.864,1.969,1.986,1.967,1.97,1.987,1.971,1.972,1.999,1.993,3.067,1.987,1.974,1.969,1.974,2.277,1.977,1.975,2.269,1.964,4.675,1.977,1.966,1.99,1.974,1.975,1.978,1.961,2.024,1.967,5.406,1.971,1.97,1.963,1.964,1.973,1.973,1.958,1.997,1.968,3.538,1.971,1.972,1.961,1.983,1.968,1.972,1.969,2.023,1.963,2.968,1.985,1.962,1.971,1.985,1.967,1.974,1.979,1.997,1.958,2.738,1.988,1.975,1.962,1.967,1.961,1.973,1.963,2.108,1.973,1.972,4.292,1.965,1.98,1.971,1.969,1.97,1.969,1.997,1.982,1.966,4,1.974,1.972,1.975,1.971,1.976,1.965,1.977,1.977,1.963,2.744,1.967,1.98,1.971,1.964,1.978,1.973,1.982,1.987,1.976,6.114,1.974,1.972,1.966,1.975,1.974,1.968,2.103,1.976,1.972,7.172,1.968,1.972,1.968,1.975,1.963,1.981,1.981,2,1.978,5.76,1.982,1.979,1.982,1.98,1.984,1.97,1.987,2.554,1.978,4.856,1.968,1.996,1.987,1.991,1.975,1.987,1.987,2.451,1.992,4.006,1.993,1.974,1.983,1.997,1.986,2.189,2.551,2.427,1.987,7.482,1.994,1.997,1.99,1.992,1.978,1.974,1.994,2.528,1.975,3.836,1.987,1.973,1.985,1.981,1.99,1.976,2.088,2.026,1.987,5.011,1.993,1.976,1.976,1.98,1.98,1.977,1.962,1.994,1.966,3.73,1.964,1.962,1.978,1.965,1.974,1.968,1.969,1.964,1.969,3.895,2.103,1.966,1.955,1.96,1.976,1.96,1.973,1.994,1.952,3.146,1.963,1.967,1.959,1.976,1.952,1.969,1.957,1.982,1.964,3.277,1.967,1.956,1.967,1.956,1.963,1.955,1.964,1.967,1.973,3.083,1.966,1.962,1.973,1.971,1.959,1.968,1.968,1.971]
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 --> 22
    line [6.312,6.95,5,3.636,2.978,2.966,2.966,2.97,2.985,2.967,2.984,4.5,2.966,2.966,3,2.988,2.949,3,2.969,3.4,2.96,5,3,3,2.95,2.97,2.934,2.936,3.5,3.333,2.971,5.833,2.964,2.97,2.968,2.925,2.945,2.956,2.988,3.4,3.333,6.25,2.989,3.2,3,2.959,2.986,2.963,3.017,4.737,3,5,2.975,2.949,2.974,3,2.968,2.951,2.929,2.955,2.965,5.833,3,3,2.959,2.932,2.984,2.933,2.918,3.5,2.964,5,3.2,2.971,2.974,2.966,3,3,3.8,2.986,2.977,5,2.971,3.75,3.167,4.5,3.25,2.961,2.949,3,2.969,7.5,2.938,2.963,2.983,3,2.957,2.955,3,4,2.954,12.5,2.962,2.944,2.964,2.952,2.933,2.948,2.957,3.625,3.833,4.5,2.968,2.952,2.969,2.962,2.953,2.954,2.975,2.988,4,12.5,2.985,2.947,2.985,2.938,2.938,2.972,3,3.6,3,4.5,2.986,2.938,2.963,2.954,2.989,2.988,2.989,3,2.987,7.5,2.934,3.5,2.961,2.987,2.969,2.986,2.963,2.987,3,4.5,2.922,2.948,2.949,2.972,2.985,2.984,2.958,2.986,3,4,3.667,2.973,2.969,3.4,3,2.986,2.984,3.2,2.969,2.972,4.75,2.981,2.955,3.8,2.944,2.955,2.98,3,2.964,2.982,4.667,2.986,2.949,2.956,3,2.984,2.964,2.938,4.2,2.973,8.333,3.333,2.978,3.333,3.25,2.958,4,2.968,5.833,2.963,20,3.5,2.986,3.333,3.4,3.167,3.4,2.985,3.25,2.963,7.5,2.962,3.667,2.988,2.963,2.987,2.94,2.973,3,2.97,6.25,2.984,3.167,2.944,2.926,2.983,2.966,3.333,2.986,3,4.5,3,3,2.985,2.973,2.975,2.986,2.955,3.75,2.953,5.5,2.974,2.989,2.972,2.958,3.4,2.985,2.966,3.6,2.963,7.5,2.985,2.9,2.962,2.948,2.984,3,2.976,3.5,2.957,6.25,3.333,2.947,2.967,3,2.985,3.2,2.985,3.167,2.981,4.5,2.967,2.95,2.937,2.935,2.951,2.944,2.945,3.2,2.981,6.25,2.985,2.962,2.97,2.966,3.333,2.926,3,3,2.964,6.667,2.951,2.978,2.953,2.98,2.929,3.75,2.934,3.333,2.982,6.25,3.25,2.984,3.2,2.951,2.973,2.987,2.984,4,2.975,5.833,3.25,2.986,2.983,2.987,3.6,3,2.957,3,2.955,4,4,2.97,2.955,3,2.985,2.969,2.953,2.974,3,2.951,5,2.97,3.2,2.961,2.958,2.963,2.987,3.714,2.945,3,4,3,2.959,2.956,2.97,3,2.942,2.984,2.953,2.983,6.25,3,2.97,2.986,3.833,2.958,2.948,2.966,2.941,2.972,6.25,3,2.983,2.955,2.944,2.97,2.974,3.25,3,2.974,5.625,2.968,2.952,2.956,2.986,3,2.988,2.987,3.25,2.974,9.375,3,2.939,2.959,3,2.971,2.971,2.958,3.75,2.933,5,2.944,3,2.988,2.961,2.963,2.983,2.987,3.333,2.974,6.25,3,2.961,2.974,2.986,2.959,2.988,2.974,4.25,3,7.5,2.988,3,2.962,3,2.976,3,2.966,3.2,2.963,7.5,2.951,2.973,2.973,2.989,2.978,2.989,2.986,4,2.972,20,3.5,3.5,3.333,2.966,3.333,2.966,2.957,5,3.75,10,2.978,3.6,2.966,2.987,2.96,3,2.957,3.25,2.976,6.667,2.945,3.25,2.953,2.963,2.973,2.962,2.973,3.2,2.973,5,2.983,2.952,2.973,3.2,2.961,2.97,2.971,2.986,3,7.5,3.5,3,3.4,3,3.5,3.25,2.974,3.5,2.974,3.683,6.187,3,2.987,3.429,2.972,2.973,2.987,3.25,2.986,2.971,5,2.985,2.975,3,2.951,2.986,3,3.5,2.957,3.375,5,3.5,3,3.25,2.947,2.944,2.976,2.988,3.333,2.989,5,2.974,3.167,2.957,2.955,2.986,2.956,3.6,3,2.975,5.625,2.985,2.957,2.977,2.963,3,3,3.5,3.5,3.333,6.25,2.925,2.958,3,2.932,2.941,3.333,3,2.972,2.974,6.25,2.968,2.955,3,3.2,2.985,3,2.981,2.983,2.985,6.25,3,2.917,2.937,2.965,2.931,2.925,2.965,3,2.957,7,2.989,3.714,3.545,3.8,3.875,3.833,3.7]
    line [3,2.964,2.953,2.932,2.982,2.944,2.95,3,2.932,2.942,5,2.967,2.96,2.943,2.934,2.954,2.97,2.938,3,2.94,11.667,2.961,2.9,2.947,2.909,2.919,3,2.925,2.953,2.947,7.5,2.912,2.96,2.93,2.929,2.921,2.957,2.879,2.968,2.886,6.875,2.911,2.922,2.957,2.979,2.932,2.942,2.964,2.982,2.984,7.5,2.972,2.954,3.5,2.945,2.943,3,2.974,2.986,2.988,9.167,2.966,2.983,2.971,2.983,2.967,2.984,2.968,2.967,2.985,4.025,3.975,2.933,2.947,2.966,2.981,2.984,2.982,2.941,3.5,2.961,4,2.93,2.895,2.9,2.921,2.958,2.944,2.949,2.979,2.938,6.875,2.973,2.933,2.951,2.885,2.81,2.935,2.864,2.949,2.893,7.5,2.897,2.911,2.955,2.839,2.875,2.75,2.909,2.893,2.879,3.667,3,2.946,2.9,2.815,2.926,2.857,2.852,2.949,2.886,4,2.893,2.917,2.897,3,2.8,2.912,2.848,2.975,2.907,3.8,2.966,2.906,2.955,2.897,2.897,2.84,2.889,2.946,2.95,7.5,3.25,2.923,2.949,3,2.96,2.914,2.942,3.5,2.925,13.333,3,2.982,3.2,3.5,2.977,2.977,2.932,3,3,10,2.977,2.961,3.2,2.978,2.907,2.911,2.966,3.333,2.903,5,2.862,2.966,2.909,2.871,2.935,3.5,2.923,3,2.923,6.25,2.938,2.969,2.92,2.828,2.925,2.971,2.882,3,2.9,7.5,2.909,2.957,2.892,2.929,3,2.96,2.897,3,2.833,16,2.97,2.917,2.976,2.906,2.96,2.889,3,4.667,2.879,6.25,2.927,2.929,2.911,2.961,2.977,2.956,2.929,2.983,2.935,4,2.943,2.957,2.915,2.961,2.884,2.882,2.882,2.959,2.958,4.525,3.237,2.891,2.974,2.882,2.875,2.893,2.92,3,2.912,2.931,4.333,2.933,2.892,2.833,2.903,2.844,2.833,2.933,2.857,2.897,5,2.925,2.95,2.808,2.885,2.857,2.885,2.882,3,2.853,4,2.909,2.852,2.953,2.9,2.912,2.956,2.975,2.921,3,6.25,2.936,2.963,2.979,2.958,2.956,2.939,2.939,3,2.922,6.875,3,2.958,3,3.25,2.909,2.944,4,3.4,2.983,10,2.98,2.978,2.95,2.93,2.889,2.977,2.915,2.98,2.971,4.25,2.932,2.926,2.923,2.903,2.906,2.892,2.875,2.906,2.875,6.25,2.909,2.9,2.974,2.929,2.889,2.977,2.889,2.944,2.9,6.25,2.909,2.927,2.927,2.857,2.87,2.8,2.946,2.943,2.85,6.25,2.931,2.8,3,2.865,2.97,2.897,2.935,2.933,2.912,5,2.9,3,2.909,2.938,2.917,2.902,2.974,2.973,2.959,7.5,2.925,2.938,2.97,2.949,3.333,2.909,2.969,3.6,2.919,7.5,2.905,2.902,2.985,2.967,2.979,2.957,2.892,3.75,2.875,6.25,2.902,2.951,2.9,2.946,2.917,2.914,2.889,3,3,5,2.938,2.875,2.952,2.973,2.946,3,2.977,2.977,2.943,5,3,2.894,2.867,2.966,2.886,2.971,2.917,3,2.932,3.35,2.971,2.974,2.949,2.909,2.905,2.911,2.947,2.919,2.939,2.936,4.667,2.853,2.953,3.333,2.892,2.917,3.25,2.971,2.974,2.904,5,2.909,2.932,2.935,2.938,2.904,2.96,2.977,2.929,2.895,4,2.946,2.959,3,2.956,2.965,2.957,2.949,2.973,2.947,7.5,2.912,2.915,2.947,2.95,3,2.909,3.5,2.878,2.892,7.5,2.953,2.932,2.899,2.934,2.9,3,2.961,2.968,2.984,8.75,2.98,3,2.983,2.955,2.925,2.957,2.93,3.5,2.933,7.5,2.941,2.98,3,2.957,3,2.95,2.959,3,2.973,5.833,2.985,3.4,2.983,2.973,2.971,3.6,4.5,3,2.987,12.5,3,2.986,2.97,2.956,2.955,2.969,2.986,3.75,3.2,6.25,3.25,2.987,2.985,2.984,3.2,2.985,2.987,3,2.984,8.333,3.333,2.954,2.94,2.949,2.943,2.948,2.979,3,2.921,4,2.952,2.857,2.976,2.879,2.938,2.925,2.949,2.935,2.914,7.5,2.955,2.87,2.968,2.903,2.971,3,2.935,2.923,2.879,5,3,2.925,2.905,2.969,2.879,2.968,2.808,2.889,3,5,2.885,2.815,2.933,2.871,2.929,2.914,2.826,2.931,2.875,8.333,2.889,2.867,2.933,3.25,2.882,2.929,2.912,3]
Loading

Copy link

github-actions bot commented Oct 31, 2024

SLO Report

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,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100.1,99.8,100.1,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,100,100,100.1,99.9,100,100,99.9,100.1,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100.1,99.9,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,100,99.9,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,99.9,100.1,100,100,100,99.9,100.1,100,100,100,100,100,100.1,99.9,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.9,100,100.1,100,100,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.9,100.1,100.1,100,99.9,100,100,100,100,99.9,100.1,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,99.9,100,100.1,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,99.9,100.1,100,100.1,99.9,100,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.9,100.1,100,100,100,99.9,100.1,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,99.9,100.1,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
    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,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.9,100.133,100,100,99.9,100.08,100.133,99.92,100,100,100,100,100,100,100,100,100,100,100,100,99.867,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,99.92,100.134,100,100,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.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,99.9,100.1,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.92,100.133,99.9,100,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,99.867,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,100,100,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.9,100.1,100,100,100,100,100,100,100,100.08,99.867,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.133,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100.133,99.9,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,99.867,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.08,99.867,100,100,99.92,100.1,100.133,99.9,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,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, %" 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]
    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" 671 --> 1378
    line [994.03,1005.025,1001,1001,1000,1000,1000,999,1000,1001,1000,1000,999,999,1002,999,999,1001,1000,1000,1000,1000,1000,1000,1000,1000,1001,1000,999,999,1002,999,1001,999,1000,1001,999,1000,1000,1000,1001,999,1000,1000,999,1001,1001,1000,1000,999,999,1002,1000,999,1001,999,1001,1000,1000,1000,999,987,1014,998,1001,1001,1000,999,1000,997,1003,1000,1001,999,1000,1001,999,1001,1000,1000,999,1000,1000,1001,1000,999,1000,1000,1000,1000,1001,1000,1000,999,1000,1001,1000,999,999,1001,1000,1001,999,1001,1000,999,1000,1000,1001,999,1000,1001,999,1000,1000,1000,1001,999,1001,998,1001,1000,1000,1000,999,1001,1000,1000,1001,1000,999,1001,999,1000,1001,999,999,1001,1000,1000,1001,999,1000,1000,997,1002,1001,1001,1000,997,1002,1000,1001,1000,998,1001,1000,1001,999,1000,1001,1000,1000,999,1001,999,1000,1000,1001,999,1000,1001,999,999,1001,1000,999,1001,1001,999,1000,1000,1000,1000,1000,1001,999,1000,1001,1000,999,1000,1000,1000,1001,999,1001,996,1003,1000,1000,1000,1000,999,1002,1000,1000,1000,999,1001,1000,1000,1000,999,1000,1000,1001,998,1001,1000,999,1001,1001,1000,999,1001,999,1000,1000,1000,1000,1000,996,1005,999,1000,1000,999,1001,1000,995,1005,998,1003,1000,999,1000,1000,1001,999,999,1001,999,1001,1000,1000,1000,1001,1000,998,1002,999,1001,999,999,1002,1000,1000,999,1000,1000,1000,1000,1000,1001,999,1000,999,1001,1001,999,1001,999,1000,999,1001,1001,1000,999,1001,999,997,1003,999,1001,1000,999,1001,1001,999,1000,999,1001,1000,1000,1000,1000,1000,1000,1000,1001,1000,999,1000,1000,1000,1000,1000,1000,998,1003,999,1000,1000,1000,1000,1000,1001,999,1001,998,1001,1001,999,1001,999,999,1002,999,999,1002,998,1001,999,1001,1000,1000,1000,999,1001,1000,999,1001,1000,1000,999,1000,1001,1001,998,999,1001,1001,1000,1000,1000,999,1001,1000,999.002,1002.004,998,1001,1000,1000,1000,1000,1000,1001,1000,998,1002,999,1000,1000,1001,999,999,1001,1000,1000,999,1001,994,1007,998,1001,1000,1000,999,1001,999,1001,997.009,1003.009,1000,999,1002,999,1000,1000,1000,1000,1000,1000,1001,1000,999,1000,1000,1001,1000,1000,999,1001,999,1000,1001,999,1001,997,1001,1002,999,1000,1001,999,1000,1000,999,1001,999,1002,1000,999,999,1002,1000,1000,999,999,1000,1001,1000,1001,999,1001,999,1000,1001,999,1001,1000,999,1000,1001,999,1001,999,1000,1000,1001,1000,999,1000,1001,998,1001,1001,997,1003,999,1000,999,1001,1001,999,1001,997,1002,1001,998,1001,1001,999,1000,1000,1000,1000,1000,1000,1001,1000,1000,1000,999,1000,1001,999,1000,1000,1000,1000,1001,1000,999,1000,1001,999,1000,1000,1000,1000,1000,1001,999,1001,1000,999,1001,999,1000,1000,1001,1000,999,1000,1000,1000,1000,1000,1000,1000,1000,1001,999,1001,1000,1000,999,1000,1001,998,1001,991,1010,1000,999,1000,1001,999,1000,999,1002,999,1001,1000,999,1000,1001,999,1000,1000]
    line [1247,998,755,1249,750,1000,1001,1249,752,999,999,1001,1249,1000,751,1000,1000,1000,1001,999,1000,1000,1000,1000,999,1002,999,1000,1000,1001,998,1251,749,1002,999,1250,1001,749,1001,999,1000,1250,1000,1000,998,752,1000,999,1250,751,998,1003,1000,1000,1000,1000,1000,1249,1001,999,751,999,1000,1000,1000,1000,1000,1249,750,1001,1248,753,1249,751,999,1000,1001,999,1000,1250,751,999,1250,750,1001,1249,751,999,999,1000,1251,1000,751,1248,751,1001,1248,750,1251,750,1000,1000,1250,750,1000,999,1002,999,1000,1001,1248,752,1000,1000,998,1002,999,1001,999,1249,752,1249,1000,751,999,1000,1249,751,1249,751,1250,750,1001,998,1251,751,999,999,1000,1001,1000,1000,1000,1249,751,999,1000,1252,747,1002,1000,998,995,1008,999,1000,1001,1000,999,1000,1000,999,1250,749,1003,999,1000,1000,999,1251,750,1000,1250,749,1001,1001,1000,999,1000,1001,998,1001,1001,999,1000,1001,1249,1000,751,999,1001,999,1000,1000,1000,1000,1001,999,1250,750,999,1001,1001,998,1250,751,1000,1001,1000,999,1000,997,1252,751,1000,1000,1250,749,998,1003,1249,1000,752,999,1250,751,998,1251,750,1000,1001,999,1000,998,1003,999,1000,1001,1000,998,1001,1001,1000,1000,999,1000,1000,1001,999,1249,752,999,1000,1000,1000,1000,1000,1000,1000,1000,998,1002,1000,1000,1000,1000,1000,1250,751,998,1001,1001,998,1246.261,753.26,1000,1249,752,999,1001,999,1000,1000,1000,1001,999,1001,1000,1250,999,749,1001,1000,999,1001,1000,1250,750,1000,1001,999,999,1251,1000,751,1000,998,1002,1248,751,1250,751,999,992,1008,1001,998,1001,1001,999,1001,998,1002,999,1251,749,999,1001,1250,750,997,1003,999,1001,1250,749,1001,1000,1000,1001,998,1000,1002,998,1002,999,1249,751,1000,1000,1250,749,1252,749,1000,1250,750,1001,1247,751,1001,1000,1250,999,1001,750,1250,999,1001,1000,749,1002,1249,750,1001,999,1000,1001,999,1000,998,1003,995.02,1004.016,999,1000,1001,1000,1249,751,1000,1000,1000,1250,750,1000,999,1001,1001,998,1000,1001,1000,1001,999,1000,1001,998,1001,1250,750,1000,1000,1250,750,1000,1001,1249,750,1001,1249,750,1000,1001,999,1000,1250,1000,749,1001,1000,1000,1250,751,1249,1000,750,1001,999,1250,751,999,1000,1000,1000,1001,1000,999,1251,749,1000,1000,1249,751,1000,1000,1251,999,750,999,1002,999,1001,1000,1249,750,1000,1000,1000,1000,1000,1000,1001,998,1001,1000,1250,1000,999,750,1251,1000,1001,749,996,1004,1249,751,1000,1001,1249,749,1001,1249,751,1251,749,1250,999,751,1001,999,1001,999,1001,999,997,1003,1250,750,1000,1250,999,751,1247.258,751.254,1001,1248,752,999,1001,1000,1249,1001,749,1000,999,1001,1000,1000,1000,1000,1000,1249,1001,750,999,1002,1249,1000,750,1000,1001,999,1001,999,1001,999,1251,746,1004,999,1001,1000,1249,750,1001,1249,751,999,1250,750,1249,750,1001,1000,1001,999,1000,1000,1000,1000,999]
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" 66 --> 139
    line [99.502,100.503,100,100,100,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,101,100,100,100,100,100,100,100,100,99,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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,101,100,100,99,101,100,100,100,100,100,100,99,101,100,100,100,100,100,100,100,100,100,100,100,99,101,100,100,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,101,100,100,100,100,100,100,100,99,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99,101,100,100,100,100,99,101,100,100,100,100,100,100,100,100,100,100,100,100,99,101,100,100,100,100,100,100,100,100,100,100,100,100,100,99,101,100,100,100,100,100,100,99,101,99,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99,101,100,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,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99,101,100,100,100,100,100,100,100,100,99,101,100,100,100,100,100,100,100,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,101,100,100,100,100,100,99,101,100,100,100,100,100,100,100,100,99.8,100.2,99,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,98,102,99,101,100,100,100,100,100,100,99.701,100.301,100,99,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,98,102,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
    line [124,100,76,125,75,99,101,125,75,99,101,100,125,100,75,100,99,101,100,100,100,100,100,100,100,100,100,100,100,100,100,125,75,100,100,125,100,75,100,100,100,125,100,100,100,75,100,100,125,75,99,101,100,100,100,100,100,125,100,100,75,100,100,100,100,100,100,125,75,100,124,76,125,75,100,100,100,100,100,125,75,100,125,75,100,125,75,100,100,100,125,99,76,125,75,100,124,76,125,75,100,100,125,75,100,100,100,100,99,101,125,75,100,100,100,100,100,100,100,125,75,125,100,75,100,100,125,75,124,76,125,75,100,100,125,75,100,100,100,100,100,100,100,125,75,100,100,125,75,100,100,99,99,102,100,100,100,100,100,100,100,100,125,74,101,100,100,100,100,125,75,100,125,75,100,100,100,100,100,100,100,100,100,100,100,100,125,100,75,100,100,100,100,100,100,100,100,100,125,75,100,100,100,100,125,75,100,100,100,100,100,99,126,75,100,100,125,75,99,101,125,100,75,100,125,75,100,125,75,100,100,100,100,99,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,125,75,100,100,100,100,100,100,100,100,100,99,101,100,100,100,100,100,125,75,100,100,100,100,123.629,76.229,100,125,75,100,100,100,100,100,100,100,100,100,100,125,100,75,100,100,100,100,100,125,75,100,100,100,100,125,100,75,100,100,100,125,75,125,75,100,98,101,101,100,100,100,100,100,100,100,100,125,75,100,100,125,75,99,101,100,100,125,75,100,100,100,100,100,100,100,100,100,100,125,75,100,100,125,75,125,75,100,125,75,100,124,76,100,100,125,100,100,75,125,100,100,100,75,100,125,75,100,100,100,100,100,100,100,100,99.602,100.402,100,100,100,100,125,75,100,100,100,124,76,100,100,100,100,100,100,100,100,100,100,100,100,100,100,125,75,100,100,125,75,100,100,125,75,100,125,75,100,100,100,100,125,100,75,100,100,100,125,75,125,100,75,100,100,125,75,100,100,100,100,100,100,100,125,75,100,100,125,75,100,100,125,100,75,100,100,100,100,100,125,75,100,100,100,100,100,100,100,100,100,100,124,101,99,76,125,100,100,75,99,101,125,75,100,100,125,75,100,124,76,125,75,125,100,75,100,100,100,100,100,100,99,101,125,75,100,125,100,75,123.629,76.229,100,125,75,100,100,100,125,100,75,100,100,100,100,100,100,100,100,125,100,75,100,100,125,100,75,100,100,100,100,100,100,100,125,75,100,100,100,100,125,75,100,125,75,100,125,75,125,75,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 --> 15
    line [2.904,7.266,2.938,2.774,2.941,3.15,2.881,1.979,1.972,2.487,1.969,5.682,1.982,1.978,1.983,1.978,1.984,1.973,1.962,1.997,1.975,3.8,1.992,1.983,1.986,1.989,1.98,1.989,1.976,1.993,1.987,4.587,1.978,1.987,1.973,1.973,1.976,1.996,1.993,2.649,4.084,3.789,1.982,1.978,1.975,1.981,1.992,1.971,1.99,1.992,2.456,4.414,1.977,1.977,1.983,1.986,1.971,1.983,1.968,1.989,2.79,2.812,2.759,1.979,1.977,1.968,1.97,1.99,1.986,1.983,2.051,2.619,12.764,1.973,1.987,1.979,3.929,1.979,1.98,1.987,2.033,1.977,3.857,1.974,2.226,1.973,1.989,2.002,1.978,1.99,2.412,1.975,3.424,1.975,1.988,1.974,1.983,1.975,1.978,1.987,2.128,1.98,4.222,1.976,1.972,1.99,1.983,1.989,1.968,1.972,2.286,1.97,3.304,1.975,1.968,1.972,1.975,1.978,1.989,1.97,2.067,2.417,5.441,1.992,1.974,1.976,1.982,1.992,1.976,1.983,2.112,1.987,3.846,1.968,1.973,1.992,1.978,1.979,1.98,1.983,2,1.992,2.974,1.981,1.986,1.975,1.979,1.993,1.965,1.971,1.997,1.979,2.954,1.99,1.979,1.979,1.986,1.972,1.991,1.972,2.114,1.971,5,1.986,1.976,1.975,1.996,1.991,1.961,1.983,2.159,1.98,4.61,1.985,1.969,1.987,1.989,1.984,1.994,1.987,2,1.99,3.9,1.994,1.986,1.99,2.127,1.989,1.992,1.999,2.676,1.996,4,2.053,1.993,1.983,1.979,1.972,1.975,1.984,2.091,1.983,5,2.925,2.713,1.999,1.987,1.982,1.99,1.984,2.389,1.986,3.69,1.989,1.982,2.047,2.022,1.999,1.991,1.993,2.151,1.98,3.833,1.953,1.982,1.978,1.968,1.969,1.975,1.991,1.994,1.976,2.735,2.632,1.975,1.985,1.978,1.972,1.977,1.97,1.972,2.482,1.982,3.723,1.994,1.993,1.993,1.991,1.968,1.989,1.972,2.093,1.97,4.996,1.979,2.056,2.107,1.99,1.993,1.996,1.988,2.41,2.026,4.55,1.996,2.021,1.991,1.987,2.134,1.996,1.986,2.512,1.983,4.727,2.279,1.981,1.996,1.981,1.996,1.999,1.983,2.244,1.978,3.677,1.972,1.999,2.063,1.987,1.984,2.407,1.992,2.03,2.022,3.52,1.997,1.999,1.983,2.326,1.972,1.985,1.988,2.554,1.999,3.886,2.196,2.122,2.143,1.993,1.997,1.996,1.992,2.448,2,7.237,1.999,1.989,1.978,2.244,1.989,2.14,1.985,2.164,2.047,3.628,2.224,2.048,2,2.188,1.99,1.989,1.997,2.48,2.045,3.2,1.986,1.988,1.967,2.21,1.985,1.993,2,2.102,1.985,4.095,1.985,1.997,1.981,1.985,1.983,1.996,1.987,2.361,2.213,5.01,1.993,2.459,1.99,1.986,1.985,2.003,2.057,2.237,2.149,3.479,1.988,1.997,2.001,2,1.991,1.996,1.986,2.214,1.98,3.667,2.001,1.992,2.029,1.984,1.982,2.206,2.082,2.42,1.973,4.533,2.292,1.996,2,1.985,1.991,1.993,1.979,2.274,1.989,2.893,2.889,1.99,1.992,1.988,1.987,2.053,1.99,2.358,1.99,1.993,6.667,1.972,1.999,1.971,1.986,1.984,1.975,1.994,1.973,1.975,3.813,1.982,1.992,1.993,1.996,1.972,1.99,2.392,1.981,1.99,3.545,1.993,1.969,1.994,1.999,1.983,1.984,2,1.973,1.985,4.769,1.975,1.99,1.996,1.983,2.044,1.982,2.44,2.023,1.994,3.004,1.979,1.978,1.996,1.996,1.986,1.982,2.1,2.161,1.984,3.576,1.992,1.978,2.053,1.981,1.98,1.981,1.983,1.999,1.978,4.7,1.97,1.972,1.983,1.976,1.993,1.98,1.974,2.449,1.973,3.067,1.996,1.99,1.983,1.981,1.981,1.99,1.992,2.951,1.985,3.7,1.989,1.974,1.989,1.985,1.984,1.961,1.996,2.137,1.978,4.368,1.989,1.99,1.985,1.976,1.997,1.982,1.971,2.107,1.986,4.459,1.981,1.979,1.986,1.972,1.98,1.974,1.996,2.372,1.975,4.85,1.978,1.985,1.987,1.979,1.981,1.974,1.976,1.999,1.975,3.912,1.978,1.964,1.975,1.983,1.99,1.986,1.99,1.999,1.982,3.55,1.985,1.976,1.985,1.989,2.056,2,1.987,2.409,1.983,4.7,1.979,1.973,1.97,2.118,1.982,1.979,1.985,2.233,1.98,1.989,2.765,1.987,1.976,1.976,1.994,1.963,1.98,1.996,1.979,1.978,3.639,1.977,1.996,1.99,1.994,1.974,1.994,2.189]
    line [3.318,6.54,3.356,2.98,3.159,3.139,3.609,2.981,2.934,2.957,3.068,3,7.75,2.987,2.889,2.914,2.925,2.986,2.583,1.973,2.48,1.976,4.125,2.162,1.991,1.984,1.99,1.996,1.985,1.992,2.059,2.084,6.17,1.997,1.996,1.981,1.988,1.965,1.987,1.99,2.029,1.987,5.119,1.986,1.981,1.99,1.972,2.026,1.973,1.991,2.494,1.998,3.836,1.988,1.987,1.982,1.996,1.984,1.989,2.584,2.233,1.984,3.698,2.962,1.983,1.997,1.979,1.979,1.992,1.984,1.995,1.99,2.95,1.984,1.996,2.083,1.99,1.985,1.997,1.986,2.456,1.993,3.306,1.981,1.994,1.982,1.992,1.974,1.994,1.974,2.347,2.133,4.764,1.992,1.99,1.991,2.035,1.993,2.081,1.993,2.255,1.974,3.375,1.988,1.979,2.05,1.993,2.031,2.026,1.986,2.292,1.994,3.997,1.989,1.993,2.093,1.992,1.985,1.99,1.993,2.44,1.983,3.261,1.986,2.05,1.975,1.982,1.971,1.998,1.975,2.349,2.113,3.629,1.984,1.985,1.99,1.999,2.079,2.12,1.98,2.412,1.983,4.063,1.996,1.986,1.997,2.116,1.999,1.99,1.977,1.99,2.435,2.435,2.99,1.995,1.976,1.989,1.993,1.981,1.971,1.996,2.144,3.233,2.148,1.986,2.482,1.996,1.992,1.996,2.054,2.276,2.32,2.993,2.048,1.989,1.992,1.996,1.98,1.984,2.078,1.995,2.029,1.993,3.235,1.989,2.809,1.996,2.067,1.992,1.985,2.584,2.062,1.985,4.333,1.987,1.974,1.992,1.983,1.988,1.971,1.976,2.221,1.976,3.861,1.994,1.999,1.993,1.98,1.978,1.981,1.989,2.445,2.083,6.477,2.273,1.989,1.987,1.983,1.995,1.997,1.988,2.129,2.126,4.266,1.996,2.148,1.989,1.987,2.327,1.993,1.996,2.223,1.994,4.729,1.992,2.246,1.986,2,1.992,2.024,1.999,2.339,1.994,2.852,1.99,1.99,1.986,2.092,1.997,1.988,1.988,2.101,1.986,3.278,1.983,1.99,1.987,1.989,1.994,1.983,1.997,2.557,1.978,4.5,1.993,1.985,2.026,1.98,1.986,1.985,1.986,2.429,1.992,3.397,1.997,1.986,1.998,2.24,1.996,1.972,1.993,2.286,1.99,3.13,1.989,2.183,1.989,2.244,1.998,1.992,1.979,2.181,1.989,4.005,1.994,1.991,1.994,2.708,1.997,1.966,1.978,2.392,1.991,3.625,2.05,1.985,1.988,1.996,1.985,1.999,1.977,2.213,2.168,1.995,3.918,1.979,1.99,1.996,1.99,1.974,1.999,2.412,1.997,1.982,2.972,1.996,2.129,1.989,1.998,1.977,1.987,2.352,1.993,1.999,3.25,1.99,1.983,1.999,1.993,1.999,2.028,2.377,1.995,1.985,4.408,2.001,1.988,1.995,1.982,1.999,1.986,1.997,1.99,1.986,3.316,2.011,2.5,1.995,1.988,1.982,1.991,1.974,2.125,1.991,4.068,1.997,2.085,1.991,2.863,1.993,1.99,2.134,2.473,1.985,4.268,1.999,1.985,1.987,1.988,2.026,1.989,1.99,2.391,1.999,4.561,1.982,1.977,2.056,1.982,2.108,1.983,2.141,2.397,1.992,5.583,2.047,1.982,1.99,1.986,1.996,1.981,2.84,2.262,2.023,6.535,1.997,1.988,2.121,1.983,1.984,2.106,1.994,2.448,2.115,5.795,1.995,1.996,1.984,1.996,1.989,1.988,1.985,2.054,1.984,3.062,1.999,1.992,1.992,1.99,1.98,1.984,1.993,2.57,1.986,3.127,2.116,1.997,1.987,1.997,2.05,2.601,1.989,2.401,1.999,3.588,1.995,2.125,2.226,1.997,1.988,1.971,2,2.349,2.015,4.294,1.997,2.092,1.99,1.999,1.989,1.983,1.978,2.054,1.978,2.803,2.155,2,1.985,1.994,2.068,1.981,1.994,2.501,1.983,6.144,1.993,2.138,2.026,1.999,1.997,1.994,1.996,2.559,2.205,1.999,3.884,2.079,1.996,2.026,2.111,1.99,1.997,2.908,1.996,1.995,3.3,1.977,2.206,2.028,1.99,2.178,2.03,2.576,1.993,1.999,4.182,2.029,2.178,2.425,2.084,1.994,1.994,2.327,1.993,2.971,1.993,1.986,1.982,1.975,1.983,2.163,1.976,2.068,1.984,1.992,4.333,1.999,2.025,1.99,1.994,1.976,1.988,2.293,1.992,1.989,4.875,1.988,1.984,1.992,1.98,1.996,1.993,2.537,1.979,1.992,5.333,1.996,1.985,1.998,1.992,1.998,1.979,1.993,2.001,1.985,7.578,2.061,1.976,1.99,1.982,2.01,1.988,2.012,1.993,1.977,4.778,1.996,2.076,2,1.996,2.029,2.084,1.997]
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 --> 28
    line [5.833,18.333,7.045,6.563,8,7.917,6.75,4.333,4.4,5.625,4.8,14,4.75,4.667,4,4.2,5,4.333,4.4,4.8,4.2,7.5,4.571,4,5,5,4.25,4.5,4.667,5.953,4.79,10,4.75,4,4.25,3.976,5.417,4,4.5,5.525,8.719,7,4.333,4.667,4.5,4,4.2,4.5,4.5,4.75,5,10,4.667,4.857,4.4,4.5,4.714,4.5,4.5,4.571,7.5,7.542,4.905,4.5,4.5,4,3.988,4.333,4.75,4.5,4.778,6.5,25,4.333,4.333,3.982,6.667,4.667,4.5,4.25,4.857,4.5,7.5,4.667,4.833,4.875,5,4.571,4.75,3.988,5.938,4.5,8.75,4.429,4.667,4.25,4.5,3.969,4,3.975,4.5,4.5,12,4.714,4.4,4.714,4.5,4,3.987,4.8,5,3.962,7.5,3.987,4.667,4,3.988,4.286,4.333,4.762,5.475,5,14,4.525,4.79,4,4.75,5.5,4.667,4.5,5.833,4.35,6.844,4.75,4.5,5,4.667,4.667,4.5,5,4.75,4.4,7.5,4.5,5.025,3.999,4.6,5,3.986,4.5,4.667,3.987,7,4.4,4.333,4.6,4.8,4.4,4.5,4.571,5.417,3.973,13.333,4.333,4,4,3.975,5,4,5,5.417,4.333,15.25,4.992,4.5,3.986,4.8,5,4.5,5,6.111,4.35,14.75,4.667,4,4.4,7.083,5,4.875,4.8,5.5,4.875,8.75,5,4.833,5,4.5,4.41,4.975,4.5,6,4.833,7.5,6.958,6.58,4.25,4.2,4.667,5,4.667,5.5,4.778,12,4,4.5,4.5,5,4.525,4.994,4.875,5.417,5,8.75,4,4.833,5,3.974,5,4.75,5.417,5,4.7,6.525,5.594,4,4.333,4.778,5,4,4.5,4.262,6.547,4.783,8.292,4.75,5,5,4,4.75,5.417,4.333,5,4.571,15,4.4,5,5,4.833,5,4.714,4.5,4.833,5,10,5.025,4.997,5,4.833,5.714,5,5.417,6.25,4.889,10,5.417,4.714,5,4.571,4.714,4.818,4.857,5.714,4.667,8.75,5,4.909,4.889,4.8,5,5.833,5.5,5.656,4.93,10,5,4.846,4.9,4.882,5,4.818,5,5.833,5,12,5,5.5,5,4.778,5.417,4.87,4.996,5.417,5,20,4.9,4.875,4.6,5.714,5.625,4.932,4.994,4.9,5,12,5,4.8,5.417,5,4.727,4.5,5,5,5,8.333,4.4,4.667,4.5,4.867,5,4.5,4.714,5.5,5,7.5,3.988,4.875,4.625,4.733,4.6,5,4.75,5.714,4.175,8.719,4.7,6,4.833,4.727,4.571,5.031,4.59,5.5,4.818,11.667,5.417,4.714,4.889,4.8,4.667,5,5,4.672,3.999,10,5.5,5,4.889,4.75,4.5,4.938,5.417,5.938,4.7,10,4.7,5.417,4.667,4.75,5,4.75,4.5,5.938,5,6.312,7.042,4.579,6.219,5,5.938,5,4.8,5,4.714,5.833,9.167,4.667,4.262,4.317,4.25,4.333,4.5,5.5,4,4.5,11.667,5,4.833,5,4.75,4.571,4.857,6.071,4.833,4.875,10,4,5,4.5,5.417,4.6,5.732,4.994,4,4.2,12.5,4.2,4.833,4.714,4.4,4.714,5,6.25,4.833,5.417,10,5,5.714,5.417,5,5,3.985,4.4,5.417,5.5,12,4.857,4.75,4.667,4.333,4.25,4,4.625,5.625,4.667,10,5.417,4.4,4.4,5,4.667,5,4.5,5.5,3.987,7.5,4.8,4.5,5.625,5,4.6,5.417,4.8,6,4.4,7.5,5,4.667,5.5,4.512,4.983,3.976,3.988,5,5,10,4.8,4.571,4.8,3.988,5.417,4.2,4.667,5.714,5,11.667,4.857,4.833,4.5,4.4,4.5,4.667,4.5,5,4.4,15,5,4.8,4,4.6,4.5,4.333,4.5,5.714,4.667,10,4.833,4.5,3.987,5,4.857,4.8,4.857,5,4.75,7.5,4.5,4.75,4.625,4.909,5,5,4.667,6.071,5,12.5,4.889,4.2,4.667,4.833,4.667,4.333,4.714,6,4.6,4.7,6.95,4.714,4.4,5,4.667,3.986,5,5,3.973,5.417,9.167,4.5,4,4.5,4.25,4.667,4.4,5.417]
    line [7.3,15.556,8.25,7.351,7.708,7.175,8.292,7.473,7.062,7.531,8.196,7.5,16.25,7,6.813,7,7.104,7.312,6.25,4.2,5.833,3.974,8.75,4.8,4.7,4.571,3.987,5.833,4.75,4.857,4.5,4.795,12.5,5,4.625,4.75,4,3.985,5.417,4.333,5.5,4.675,7.5,5,4.4,5.625,4,5,4.938,4.75,5.854,4.325,8.75,4.875,4.889,4.714,4.8,4.958,4.857,6.389,6.161,4.444,8.75,7,4.4,4.286,4.2,4.639,4.65,4.75,4.975,5.75,6.875,5.156,4.833,5.5,5,4.9,4.857,4.55,5.781,4.6,6.875,3.971,5,4.35,4.781,4.75,5.417,3.987,5.547,5.525,11,4.594,4.125,5,4.45,4.4,4.896,4.708,4.8,4.5,11.875,3.987,4.5,4.714,4.667,5,4.842,4.65,5.764,4.417,10,4.75,4.571,4.667,5,4.333,5,4.458,5.208,4.188,7.5,4.563,4.5,4.667,4.292,4.083,4.8,4.84,5.875,5.938,12.5,4.667,4.75,3.987,4.889,5.5,4.429,4,4.833,4.857,10,4.575,4.65,5,4.667,4.917,4.417,4,4.5,5.875,5.525,7.437,5,5,4.667,4.5,4.333,4.75,5.714,4.875,11.25,4.767,4.869,5.833,4.571,4.875,4.789,4.882,4.938,5,6.979,4.938,4.933,4.667,4.833,5,4.6,5.714,4.9,4.5,4.909,7.5,4,5,4.35,6.875,4.625,4.667,5,5.833,4.8,7.5,4.75,4.833,4.625,5.417,4.958,3.987,4.667,5.714,4.667,7.5,4.679,4.813,4.714,5,5.417,4.25,4.5,5.525,5.25,16.5,5.714,4.714,4.75,4.083,5.031,4.39,4.844,4.857,5.625,15,5.313,5.208,4,4.964,5.156,4.8,5.714,5,4,13.5,5.396,5.938,4.667,4.75,4.75,5,5,6.5,4.5,7,4.8,4.5,4.667,4.7,4.667,4.958,4.625,5.417,5,7.5,4.25,4.333,4.4,4.714,5.417,4.75,5.732,6.844,4.75,10,4.8,5.5,4.7,4.922,4.75,4.667,4.5,5,5,7.375,5.917,4.333,4.969,4.875,5,4.625,5,4.875,4.75,7.5,4.75,4.667,4.75,4.8,4.958,5,4.813,5,3.988,8.75,5.417,4.5,4.792,7.031,4.333,4.4,4.333,6.071,4.679,7.5,5.156,5,4.857,4.5,4.688,4.607,4.35,5.208,4.75,4.367,9.875,4.65,5,4.889,5,4.625,4.5,5.714,4.8,4.6,7.109,5.625,5,4.667,4.844,4.125,4.508,6.234,4.8,4.8,7.109,4.85,4.857,5,5,4.5,5.5,5.5,4.667,4.833,7.5,5,4.75,4.708,4,4.833,4.792,4.75,4.844,4.375,7.5,4.861,6.125,4.778,4.6,4.84,4.4,4.75,4.977,4.889,10,4.806,4.977,4.778,7,4.875,4.65,5.5,6.339,4.813,10,4.833,4.909,5,4.909,5.5,4.75,4.6,5.938,4.875,12,4.5,4.429,4.636,4.679,4.906,4.5,5.417,6.429,4.686,11,4.833,4.857,5,3.975,5,5.417,8.75,5,5,15,4.875,5,5,5,4.679,4.875,4.5,6,4.926,13.125,4.9,4.875,4.55,4.893,5,4.594,4.85,4.75,5,7.5,4.5,4.75,5.625,5.625,4.4,5.417,5,6.307,4.313,7.375,5,5.156,5,5.714,4.75,6.042,5,4.9,5.417,10,4.714,4.857,4.778,4.821,4.375,4.25,5.417,4.861,4.25,12,4.5,5.268,4.571,4.75,4.833,4.923,4.778,5,5,6.719,4.65,5,4.5,4.667,4.25,4.5,4.8,6.5,4.75,15,5.714,4.978,4.79,4.823,4.938,4.705,5.417,6.429,5.625,4.823,8.687,5.268,4.917,5,5,4.673,5.156,7.143,4.709,5.167,7.375,4.781,4.75,5,4.708,5.938,5,5.417,4.9,4.929,10,4.837,5.475,5.375,4.875,4.8,4.821,4.8,3.968,7.4,4.65,5.714,4.688,4.417,3.987,4.5,3.987,5.729,4.8,5.156,12.5,4.667,5,4.5,5.417,4.6,4.4,6.071,4.844,4.625,10.833,4,4.857,4.95,4.833,3.987,4.833,7,5,4.917,14,4.778,5.417,5.268,5.625,4.857,4.667,5,4.75,4.393,15.625,5,3.997,4.813,4.2,4.886,4.417,5.764,4.45,4.714,20,5.417,5.417,5.5,4.8,4.9,5,5.5]
Loading

Copy link

github-actions bot commented Oct 31, 2024

SLO Report

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,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.9,100.1,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100.2,99.9,100,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,99.9,100.1,99.9,100.1,100,99.9,100.1,100,100,100,100,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.9,100.1,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.9,100.1,99.9,100.1,100,100,100,100,100,100,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,99.8,100.2,99.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100.1,99.9,100,100.1,99.9,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100]
    line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.8,100.2,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.8,100.1,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,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.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,100,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.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,99.9,100,100.1,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.9,100.1,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.1,99.9,100,100,100,100,100,100,100,100,100,100,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
---
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]
    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]
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" 895 --> 1106
    line [1000,1000,1000,1000,1000,999,1002,999,1000,999,999,1002,1000,998,1002,999,1001,999,1001,999,1001,999,1001,1000,1000,999,1001,1000,1000,999,1000,1001,1000,1000,999,1001,1000,1000,1000,1000,999,1001,1000,1000,1001,998,1002,999,1000,1000,1000,1000,999,1001,1000,1000,1000,1001,999,1000,1000,999,1000,1001,1000,1001,998,1001,1000,1000,1000,1000,1000,1000,1000,1000,1000,999,1001,999,1001,1000,1000,1000,1000,1000,1000,1000,1001,1000,999,1000,1000,1000,1000,1000,1000,999,1001,1000,999,1001,1000,1000,999,1001,1000,1000,1000,1000,1000,1000,1000,1000,999,1001,999,1002,998,1001,1000,999,1001,999,1002,1000,998,1001,1000,1000,1000,1001,999,1000,1000,1001,999,999,999,1000,1001,1001,999,1002,1000,999,1000,1001,999,1001,998,1000,1001,1001,1000,1000,999,1000,999,1001,1000,1000,1000,1000,999,1001,1000,1000,1000,999,1001,1000,1000,1001,999,999,1001,1000,1000,1000,1000,1000,1000,1000,998,1001,1000,1001,1000,1000,1001,999,1000,1000,1001,1000,999,1001,998,1000,1001,999,1000,1001,1000,1000,1000,1000,1000,1000,1001,999,1000,1000,1000,1000,999,1001,999,1001,1000,1000,1000,1000,1000,1000,1000,1000,1000,999,1001,1000,1001,999,1000,1000,999,1001,1000,1000,1001,999,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,999,1002,998,1001,1001,999,1000,1000,1000,1001,999,1000,1000,1000,1000,1000,1000,1000,1000,999,1001,1001,999,999,1000,1001,1001,999,1000,1001,999,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1001,999,1000,1000,1000,1000,1000,1000,1001,998,1002,998,1001,1000,999,1000,1002,1000,999,1000,1000,999,1002,999,1000,1001,999,1000,1000,1000,1001,999,1000,999,1001,1000,1000,1000,1000,1000,1001,998,1001,1001,999,999,1001,1001,999,999,1001,1001,999,999,1000,1001,1000,999,1001,1001,999,1000,1000,999,1000,1001,1000,1001,999,1000,1000,1000,999,1001,1000,1000,1000,1000,1000,1000,1001,999,1000,999,1001,1000,1000,1000,1000,1000,999,1001,1000,999,1001,1001,998,1001,1000,1000,999,1002,999,1000,999,1002,999,1000,1000,1000,1000,1000,1000,1000,1001,1000,998,1001,1000,1000,1000,1001,999,1000,1001,998,1001,1000,1000,1001,999,1000,1000,1000,1001,999,1000,1000,1000,1000,1000,1000,1000,999,999,1003,1000,999,1001,998,1002,999,1000,999,1001,1000,1001,999,1000,999,1000,1001,1000,1000,1000,1000,1000,999,1000,1001,1000,1000,1000,1000,1000,1000,999,1001,1000,1000,1000,1000,997,1003,1001,1000,999,1000,1000,999,1001,1000,999,1001,1001,998,1001,1001,999,1000,1000,1000,998,1003,999,1001,999,999,1001,1000,999,1002,998,1001,1001,999,1000,1000,1000,1000,1000,1000,999,1001,1000,999,1002,999,1000,1000,1000,1000,1000,1000,1000,1001,999,1000,1000,1000,1000,1000,1000,1000,1000,1000,999,1001,1000,998,1002,1000,1000,1000,1000,999,1001,1000,1001,999,1000,1000,1000,1000,1000,1000,1000,1000,999,1001,1000]
    line [1000,1000,999,1000,1000,1000,1000,1000,1000,1001,999,1000,1001,1000,1000,999,1000,1001,999,1001,999,1000,999,1001,1001,1000,1000,999,1000,1001,999,1001,999,1001,998,1002,1000,999,1001,999,1000,1000,1001,1000,1000,1000,999,1000,1000,1001,1000,1000,999,1000,1001,1000,1000,1000,1000,999,1001,1000,999,1001,999,1001,1000,999,1000,1000,1000,1000,1001,1000,1000,999,1001,999,1000,1000,1001,1000,1000,1000,1000,1000,1000,1000,999,1001,1000,999,1001,999,1001,999,1000,1001,999,1000,1000,1001,1000,999,1001,999,1000,1000,1000,1001,999,1001,1000,1000,1000,999,1001,999,1001,999,1001,999,1001,999,1000,1001,1000,1000,1000,999,998,1002,1000,1001,999,1000,1000,1001,999,1001,1000,1000,1000,1000,1000,1000,1000,1000,999,1001,1000,1000,999,1000,1001,1000,999,1000,1000,1000,1000,1000,1000,1000,1001,999,1001,1000,999,1001,1000,997.006,1003.006,999,1000,1000,1001,999,1001,1000,1000,999,999,1002,1000,1000,1000,999,1001,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,999,1000,1001,999,1000,1000,1001,999,1000,1001,1000,999,1000,1001,1000,998,1002,999,1001,1000,1000,999,1001,999,1000,1000,1001,1000,998,1002,1000,999,1001,999,1000,1000,1001,999,1000,1001,999,1001,999,1000,999,1002,999,1001,999,1000,1001,1000,998,1001,1001,999,1001,999,1001,999,1001,1000,1000,1000,1000,1000,1000,999,998,1002,1001,999,999,1002,1000,1000,1000,999,1001,999,1001,999,1001,999,1001,999,1001,999,1001,1000,1000,999,1001,1000,1000,999,1001,1000,1000,1000,1000,1000,1000,995,1005,1000,1000,1000,1000,1000,1000,999,1001,999,1000,1001,1000,1000,999,1001,1000,999,1001,999,1001,999,1001,999,1001,999,1001,999,1000,1000,1001,1000,999,1001,1000,1000,999,1001,1000,1000,999,1001,1000,1000,999,1000,1001,1000,999,1001,999,1000,1000,1000,1001,1000,1000,999,1001,999,1001,1000,1000,999,1001,999,1001,1000,1000,1000,1000,1000,999,1000,1001,1000,1000,1000,999,1001,1000,1000,999,1000,1000,1000,1000,1001,999,1001,1000,1000,1000,1000,1000,1000,1000,1000,1000,999,1000,1001,1000,1000,1000,1000,1000,999,1001,999,1001,999,1001,999,1000,1001,1000,1000,1000,1000,1000,999,1001,999,1001,1000,1000,998,1002,1000,1001,999,1000,1000,1001,999,1001,999,1001,998,1001,1001,999,1000,1000,999,1001,1001,1000,1000,999,1000,999,1002,999,1001,999,1000,1000,1000,999,1001,1000,1000,1000,1000,1001,999,1000,1000,1000,1000,1001,999,999,1001,1000,1000,999,1002,999,1000,1000,1000,1000,1000,1000,1000,1000,1000,1002,999,998,1002,999,1000,1000,1000,1000,1001,999,1000,1000,1001,999,1000,1000,1001,998,1001,1001,999,1000,1000,1000,1000,1000,999,1001,999,1001,1000,1000,1001,999,1000,999,1001,999,1001,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,999,1001,1000,1000,1000,1000,1000,999,1001,999,1001,1000,1000,1001,999,1000,1000,1000,1000,1001,1000,999,1000,1000,1001,999,999,1001,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" 89 --> 112
    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,99,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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,101,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
    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,99.8,100.2,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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 --> 5
    line [1.905,3.846,1.917,1.909,1.893,1.994,1.94,1.908,1.91,1.92,1.911,2.535,1.884,1.829,1.843,1.858,1.845,1.844,1.877,1.928,1.861,2.268,1.879,1.839,1.874,1.868,1.889,1.848,1.795,1.89,1.875,2.561,1.864,1.898,1.859,1.856,1.875,1.852,1.897,1.845,1.877,2.5,1.885,1.895,1.844,1.885,1.887,1.904,1.909,1.892,1.925,1.997,1.866,1.874,1.867,1.896,1.882,1.91,1.893,1.916,1.894,2.69,1.906,1.891,1.903,1.905,1.916,1.902,1.867,1.876,1.845,2.657,1.864,1.843,1.834,1.833,1.867,1.886,1.892,1.97,1.891,2.462,1.836,1.867,1.867,1.887,1.848,1.844,1.83,1.926,1.828,1.964,1.871,1.854,1.887,1.863,1.843,1.863,1.881,1.892,1.905,2.748,1.882,1.85,1.851,1.872,1.835,1.865,1.885,1.871,1.895,2.391,1.86,1.865,1.849,1.894,1.9,1.864,1.873,1.915,1.917,2.463,1.878,1.843,1.877,1.887,1.867,1.893,1.879,1.873,1.875,2.332,1.859,1.878,1.887,1.865,1.869,1.869,1.876,1.902,1.913,2.613,1.868,1.828,1.87,1.844,1.897,1.896,1.885,1.869,1.867,2.2,1.936,1.866,1.846,1.864,1.845,1.838,1.914,1.855,1.914,1.902,2,1.901,1.884,1.821,1.841,1.825,1.829,1.859,1.892,1.832,2.056,1.855,1.88,1.889,1.855,1.878,1.889,1.906,1.908,1.82,2.25,1.86,1.891,1.844,1.865,1.876,1.867,1.881,1.873,1.869,2.222,1.884,1.866,1.878,1.837,1.858,1.856,1.848,1.919,1.841,4,1.86,1.894,1.884,1.873,1.865,1.853,1.845,1.996,1.828,2.71,1.866,1.815,1.848,1.868,1.83,1.849,1.851,1.965,1.879,2.286,1.871,1.9,1.9,1.876,1.865,1.893,1.932,1.921,1.855,2.274,1.883,1.876,1.882,1.891,1.893,1.897,1.899,1.898,1.881,2.083,1.889,1.875,1.885,1.901,1.898,1.891,1.847,1.894,1.872,2.231,1.871,1.86,1.887,1.846,1.855,1.877,1.86,1.897,1.865,2.905,1.857,1.851,1.865,1.881,1.865,1.877,1.869,1.879,1.884,2.367,1.877,1.848,1.864,1.85,1.873,1.845,1.867,1.93,1.891,2.622,1.882,1.881,1.861,1.884,1.886,1.89,1.833,1.917,1.907,2.367,1.909,1.881,1.894,1.872,1.873,1.872,1.897,1.916,1.846,2.224,1.911,1.857,1.9,1.881,1.875,1.862,1.863,1.863,1.898,2.686,1.902,1.905,1.866,1.87,1.908,1.879,1.905,1.9,1.88,1.888,1.996,1.848,1.876,1.888,1.894,1.876,1.871,1.891,1.886,1.861,2.357,1.849,1.854,1.829,1.846,1.889,1.899,1.898,1.883,1.895,2.48,1.876,1.855,1.887,1.864,1.868,1.882,1.919,1.894,1.897,2.9,1.886,1.869,1.929,1.906,1.881,1.907,1.881,1.925,1.895,2.042,1.867,1.897,1.895,1.852,1.861,1.869,1.882,1.902,1.861,1.996,1.874,1.888,1.851,1.838,1.913,1.935,1.885,1.898,1.867,2.303,1.867,1.851,1.888,1.894,1.877,1.912,1.906,1.914,1.884,2.206,1.876,1.871,1.844,1.87,1.877,1.88,1.866,1.903,1.868,2.481,1.888,1.872,1.876,1.875,1.869,1.874,1.886,1.896,1.893,2.309,1.86,1.886,1.906,1.863,1.876,1.852,1.876,1.972,1.88,2.302,1.876,1.844,1.842,1.887,1.86,1.869,1.857,1.896,1.861,2.773,1.871,1.891,1.857,1.841,1.877,1.86,1.892,1.92,1.897,1.992,1.879,1.864,1.85,1.849,1.864,1.86,1.837,1.882,1.842,2.435,1.872,1.839,1.831,1.827,1.845,1.862,1.841,1.876,1.831,2.611,1.866,1.865,1.847,1.857,1.87,1.881,1.875,1.879,1.849,2.667,1.852,1.826,1.843,1.849,1.836,1.86,1.836,1.854,1.885,1.973,1.899,1.884,1.838,1.902,1.874,1.878,1.864,1.914,1.905,1.901,2.28,1.895,1.907,1.87,1.856,1.844,1.84,1.97,1.857,1.868,1.961,1.856,1.879,1.842,1.843,1.866,1.852,1.92,1.896,1.878,2.144,1.889,1.882,1.857,1.912,1.874,1.863,1.878,1.869,1.883,1.982,1.867,1.89,1.864,1.892,1.876,1.899,1.915,1.878,1.892,2.783,1.904,1.839,1.905,1.878,1.898,1.883,1.905,1.879,1.859,1.962,1.914,1.887,1.867,1.914,1.896,1.886,1.934,1.894,1.885,2.136,1.881,1.89,1.877,1.907,1.899,1.877,1.94,1.884,1.87,1.978,1.894,1.85,1.858,1.854,1.889,1.87,1.867]
    line [1.753,2.294,1.706,1.785,1.727,1.78,1.789,1.714,1.725,1.83,1.744,1.952,1.75,1.794,1.774,1.776,1.802,1.754,1.752,1.778,1.77,2.238,1.762,1.754,1.775,1.764,1.751,1.744,1.788,1.791,1.756,1.983,1.76,1.733,1.739,1.761,1.721,1.732,1.723,1.809,1.72,2.647,1.763,1.757,1.748,1.792,1.782,1.756,1.747,1.795,1.764,1.957,1.756,1.787,1.774,1.757,1.804,1.746,1.788,1.787,1.802,1.971,1.75,1.744,1.791,1.819,1.742,1.75,1.798,1.817,1.763,2.185,1.779,1.764,1.728,1.777,1.774,1.777,1.801,1.778,1.784,1.976,1.745,1.763,1.797,1.746,1.728,1.76,1.756,1.807,1.802,2.042,1.788,1.777,1.772,1.749,1.824,1.765,1.779,1.837,1.802,2.267,1.762,1.782,1.774,1.783,1.773,1.779,1.766,1.738,1.821,1.913,1.749,1.738,1.75,1.771,1.815,1.756,1.757,1.763,1.735,1.973,1.762,1.724,1.744,1.769,1.743,1.754,1.757,1.741,1.754,1.909,1.819,1.764,1.791,1.767,1.728,1.765,1.754,1.765,1.787,1.735,2.391,1.77,1.757,1.796,1.747,1.783,1.719,1.767,1.819,1.772,1.995,1.779,1.74,1.716,1.764,1.783,1.765,1.78,1.812,1.745,1.976,1.851,1.799,1.792,1.813,1.802,1.772,1.806,1.829,1.729,2.664,1.795,1.747,1.812,1.847,1.737,1.816,1.733,1.793,1.787,1.962,1.8,1.778,1.777,1.785,1.779,1.763,1.788,1.801,1.787,1.984,1.744,1.764,1.784,1.767,1.776,1.774,1.81,1.805,1.77,1.995,1.766,1.799,1.771,1.733,1.714,1.79,1.767,1.802,1.81,1.961,1.768,1.743,1.731,1.73,1.758,1.728,1.78,1.806,1.763,2.579,1.747,1.807,1.779,1.768,1.775,1.724,1.731,1.882,1.815,2.566,1.763,1.76,1.766,1.764,1.745,1.771,1.756,1.905,1.8,2.471,1.771,1.791,1.769,1.76,1.772,1.741,1.766,1.791,1.742,1.959,1.731,1.743,1.748,1.745,1.729,1.786,1.755,1.806,1.752,1.887,1.781,1.8,1.776,1.762,1.735,1.744,1.779,1.781,1.76,1.929,1.774,1.75,1.743,1.772,1.764,1.758,1.73,1.75,1.74,1.95,1.751,1.749,1.762,1.762,1.763,1.711,1.772,1.816,1.806,2.1,1.78,1.741,1.742,1.774,1.77,1.804,1.744,1.801,1.802,1.906,1.873,1.811,1.706,1.733,1.769,1.784,1.745,1.8,1.803,1.782,2.773,1.764,1.735,1.76,1.773,1.769,1.796,1.808,1.771,1.764,1.941,1.736,1.797,1.769,1.737,1.791,1.766,1.765,1.801,1.778,1.925,1.778,1.774,1.768,1.749,1.819,1.76,1.772,1.816,1.774,1.97,1.816,1.745,1.819,1.76,1.789,1.811,1.773,1.805,1.781,1.967,1.814,1.798,1.824,1.821,1.787,1.733,1.78,1.814,1.726,1.974,1.795,1.766,1.726,1.78,1.787,1.818,1.769,1.802,1.758,1.931,1.792,1.764,1.73,1.787,1.803,1.769,1.718,1.838,1.78,2.421,1.804,1.789,1.758,1.774,1.782,1.778,1.781,1.864,1.767,1.985,1.754,1.733,1.777,1.799,1.763,1.776,1.817,1.792,1.824,1.948,1.854,1.768,1.79,1.807,1.755,1.796,1.718,1.83,1.767,1.968,1.738,1.785,1.773,1.776,1.753,1.771,1.772,1.848,1.763,2,1.771,1.751,1.72,1.738,1.728,1.765,1.796,1.851,1.793,1.913,1.837,1.81,1.777,1.764,1.752,1.767,1.805,1.929,1.734,2.379,1.79,1.797,1.78,1.75,1.766,1.789,1.741,1.772,1.759,1.954,1.762,1.785,1.738,1.738,1.74,1.774,1.806,1.82,1.807,1.948,1.803,1.775,1.789,1.782,1.735,1.802,1.72,1.782,1.735,2.04,1.799,1.727,1.716,1.76,1.78,1.768,1.71,1.837,1.756,2.087,1.798,1.792,1.76,1.769,1.742,1.708,1.761,1.823,1.763,1.954,1.857,1.76,1.794,1.772,1.777,1.777,1.783,1.83,1.757,1.788,2.45,1.793,1.741,1.772,1.766,1.762,1.781,1.835,1.748,1.775,2.05,1.728,1.759,1.771,1.824,1.773,1.704,1.782,1.771,1.805,1.966,1.719,1.73,1.786,1.78,1.786,1.753,1.727,1.791,1.765,2.125,1.778,1.79,1.782,1.739,1.786,1.767,1.838,1.787,1.755,1.971,1.782,1.772,1.806,1.804,1.798,1.779,1.727,1.782,1.737,2.259,1.828,1.796,1.782,1.747,1.763,1.813,1.73,1.792,1.765,1.957,1.778,1.778,1.768,1.774,1.784,1.78,1.769]
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 --> 9
    line [2.955,7.5,3,3.2,2.977,3.714,3.714,3.25,2.956,2.966,3.5,5.833,2.957,2.97,3,2.958,2.964,2.939,2.977,3,2.988,5,2.972,2.951,2.962,2.974,2.965,2.962,2.983,2.985,2.939,4.5,3,2.987,2.959,2.987,2.987,2.959,2.974,2.984,2.973,7.5,2.975,2.965,2.955,2.986,2.987,2.952,2.963,2.987,2.976,4,2.962,2.974,2.977,2.971,2.987,2.978,2.963,3.5,2.976,4.5,2.988,2.987,2.965,2.95,3,2.963,2.938,2.955,2.956,3.5,2.949,2.985,2.935,2.962,2.947,2.974,2.988,3.5,2.964,5,2.955,3,2.954,2.966,2.938,3.333,2.938,2.986,2.949,3.5,2.973,2.938,2.988,2.973,2.932,2.968,2.923,2.988,2.975,5.833,2.944,2.972,2.95,2.983,2.95,2.967,2.963,2.985,2.971,4.667,2.97,2.949,2.956,2.986,2.945,2.944,2.986,3.333,2.972,5,2.973,2.938,2.971,2.967,2.947,2.947,3.5,2.943,2.974,3.667,2.945,2.935,2.962,2.986,2.954,2.971,3,2.976,3,5,2.957,2.915,2.968,2.954,2.956,2.967,3,2.983,2.969,4.5,3.667,2.952,2.97,2.973,2.941,2.935,2.973,2.928,2.976,2.988,4,2.986,2.987,2.94,2.964,2.931,2.94,2.966,2.942,2.938,4.5,2.951,3,2.963,2.971,2.964,2.974,3,2.973,2.982,3.75,3,2.976,2.967,2.956,2.968,2.973,2.937,2.949,2.944,5,3,2.966,2.984,2.948,2.938,2.93,2.968,2.969,2.952,6.25,2.95,2.986,2.975,2.971,2.983,2.955,2.983,4.333,2.917,4,2.956,2.935,2.923,2.94,2.941,2.969,2.949,3,2.947,4,2.975,2.988,2.977,2.959,2.987,2.975,3.6,3.25,2.968,3,3,2.964,2.973,2.987,2.962,2.976,2.963,2.987,2.988,3.8,2.95,2.973,3.333,2.988,2.976,2.986,2.931,2.956,2.959,3.8,2.973,2.947,3,2.938,2.953,2.973,2.962,2.959,2.984,4.5,3.25,2.987,3,2.958,2.987,2.931,2.973,3,2.951,4,2.971,2.951,2.953,2.986,2.984,2.959,2.963,2.987,2.963,5,2.963,2.949,3,2.987,2.972,2.953,2.963,3.167,2.976,4.667,2.986,2.946,2.961,2.949,2.986,2.944,2.975,2.976,2.932,4.5,2.974,2.971,3,2.975,2.949,2.959,2.948,2.985,2.961,4.025,2.976,3.333,2.962,2.96,2.963,2.976,2.988,3.25,2.963,2.97,4.333,2.972,2.958,2.947,2.987,2.947,2.951,3.5,2.962,2.985,4,2.963,2.96,2.941,3,2.957,2.962,3.5,2.967,2.97,5,2.958,2.944,2.921,2.985,2.958,2.988,4,2.975,2.986,5,2.949,2.962,2.975,2.958,2.948,2.988,2.971,3,2.988,4,2.955,2.972,3,2.985,2.986,2.955,2.962,2.958,2.958,2.987,2.975,2.971,2.971,2.954,3,3.333,3,2.984,2.962,4.5,2.987,2.971,2.973,2.973,2.941,2.974,2.963,3,2.951,3.833,2.961,2.973,2.956,2.955,2.963,2.946,2.946,2.973,2.944,5,2.95,2.971,2.969,2.987,2.974,2.962,2.973,2.967,2.957,5.833,2.967,2.961,2.971,2.951,3,2.97,2.937,3,2.968,3,2.932,2.942,2.945,2.97,2.983,2.955,2.964,2.967,2.933,5.833,2.949,2.942,2.938,2.934,3,2.929,2.922,3.333,2.974,4,2.984,2.955,2.985,2.947,3,2.97,2.951,2.966,2.925,4,2.985,2.968,2.922,2.938,2.952,3.25,2.952,2.965,2.906,5,2.967,2.923,2.955,2.943,2.968,2.951,2.985,3.2,2.923,5,2.97,2.944,2.946,2.932,2.929,2.944,2.948,2.985,3,4.025,2.968,2.974,2.934,2.97,2.937,2.939,2.955,2.987,2.987,2.977,4,2.964,2.949,2.939,2.932,2.965,2.955,4,2.984,2.969,4,2.948,2.931,2.984,2.955,2.925,2.954,3,3.25,2.963,4.667,2.962,2.96,2.952,3,2.948,2.986,3.5,2.973,2.975,3.75,2.95,2.961,2.961,2.974,2.973,2.975,2.958,2.962,2.961,4.75,2.939,2.958,2.965,2.961,3,2.946,2.974,2.988,2.957,4,2.975,2.987,2.964,2.985,2.976,2.951,3.25,3,3,4,2.987,2.933,2.985,2.976,3,2.957,3.333,3,2.984,4.333,2.973,2.932,2.969,2.966,2.975,2.968,2.94]
    line [2.842,4.6,2.773,2.879,2.84,2.917,2.935,2.862,2.9,2.967,2.818,4.667,2.826,2.857,2.885,2.839,2.982,2.857,2.885,2.833,2.895,4,2.892,2.833,2.815,2.875,2.826,2.824,2.821,2.875,2.864,4.5,2.87,2.889,2.75,2.842,2.808,2.88,2.889,2.864,2.773,5.625,2.893,2.875,2.955,2.957,2.839,2.952,2.926,2.905,2.875,4.5,2.85,2.857,2.833,2.857,2.92,2.8,2.895,2.84,2.926,5,2.895,2.783,2.828,2.931,2.875,2.733,2.909,2.923,2.846,3.75,2.75,2.897,2.815,2.95,2.818,2.857,2.833,2.917,2.87,3.667,2.813,2.905,2.923,2.885,2.81,2.905,2.9,2.923,2.846,4,2.962,2.889,2.966,2.895,2.909,2.885,2.935,2.939,2.909,4,2.923,2.875,2.906,2.92,2.867,2.778,2.875,2.762,2.938,4,2.844,2.871,2.792,2.938,2.95,2.917,2.913,2.941,2.857,3.333,2.92,2.862,2.842,2.875,2.9,2.828,2.833,2.857,2.833,3.5,2.882,3,2.926,2.857,2.957,2.875,2.84,2.826,2.963,2.864,5,2.842,2.864,2.96,2.818,2.923,2.8,2.897,2.958,2.857,4,2.929,2.917,2.913,2.889,2.923,2.867,2.824,2.955,2.778,3.6,2.783,2.886,2.765,2.852,2.921,2.933,2.967,2.875,2.8,5,2.833,2.857,2.87,2.927,2.826,2.897,2.792,2.87,2.903,4,2.875,2.818,2.789,2.81,2.923,2.864,2.909,2.88,2.879,4,2.889,2.857,2.875,2.826,2.84,2.85,2.931,2.96,2.947,3,2.92,2.789,2.938,2.85,2.826,2.833,2.885,2.857,2.95,3.5,2.909,2.882,2.722,2.826,2.905,2.875,2.931,2.893,2.84,4.667,2.913,2.923,2.88,2.88,2.88,2.9,2.765,2.938,2.889,6.25,2.842,2.875,2.913,2.96,2.941,2.889,2.889,2.897,2.864,4,2.862,2.92,2.81,2.879,2.87,2.75,2.9,2.893,2.88,4.25,2.765,2.87,2.88,2.8,2.688,2.966,2.929,2.9,2.944,3.571,2.947,2.84,2.905,2.889,2.789,2.8,2.813,2.95,2.871,2.933,2.935,2.826,2.84,2.889,2.826,2.913,2.85,3,2.912,3.75,2.833,2.933,2.9,2.929,2.842,2.87,2.87,2.944,2.909,4,2.917,2.75,2.923,3,2.737,2.923,2.95,3.333,2.84,2.969,2.875,2.875,2.929,2.9,2.864,2.833,2.667,2.897,2.875,2.889,5,2.893,2.737,2.815,2.786,2.75,2.875,2.875,2.885,2.846,3.333,3,3,2.8,2.889,2.833,2.882,2.862,2.964,2.818,3.5,2.808,2.871,2.923,2.955,2.968,2.81,2.87,2.862,2.897,4,2.917,2.871,2.852,2.885,2.852,2.81,2.927,2.935,2.906,4,2.979,2.938,2.906,2.931,2.909,2.862,2.9,2.885,2.87,4,2.815,2.902,2.926,2.864,2.903,2.949,2.826,2.864,2.813,4,2.93,2.84,2.885,2.792,3.2,2.893,2.903,2.97,2.905,4.5,2.88,2.917,2.909,2.864,2.792,2.81,2.737,2.966,2.9,3.5,2.857,2.92,2.92,2.875,2.826,2.926,2.846,2.895,2.902,4,2.921,2.921,2.931,2.818,2.762,2.917,2.846,2.897,2.909,3,2.903,2.842,2.765,2.87,2.923,2.933,2.828,3,2.84,3,2.765,2.895,2.864,2.913,2.882,2.818,2.821,2.909,2.897,3.2,2.884,2.9,2.815,2.842,2.905,2.773,2.87,2.967,2.875,5,2.905,2.846,2.875,2.864,2.842,2.789,2.917,2.852,2.833,2.968,2.905,2.9,2.792,2.955,2.88,2.857,2.939,2.935,2.955,4,2.852,2.87,2.917,2.958,2.833,2.85,2.882,2.938,2.846,4,2.871,2.85,2.75,2.897,2.875,2.842,2.846,2.9,2.929,3.4,2.885,2.815,2.765,2.852,2.905,2.765,2.957,2.862,2.889,2.958,2.971,2.931,2.871,2.88,2.889,2.857,2.87,2.84,2.81,2.857,4.333,2.826,2.821,2.789,2.818,2.818,2.897,2.84,2.737,2.875,3,2.864,2.8,2.9,2.842,2.917,2.85,2.88,2.875,2.871,4,2.813,2.75,2.893,2.875,2.824,2.737,2.846,2.792,2.864,3.5,2.824,2.926,2.852,2.88,2.857,2.88,2.958,2.773,2.889,3.333,2.964,2.864,2.917,2.875,2.926,2.885,2.864,2.923,2.789,4,2.943,3,2.85,2.783,2.818,2.826,2.783,2.867,2.87,3,2.864,2.857,2.897,2.783,2.933,2.84,2.81]
Loading

Copy link

github-actions bot commented Oct 31, 2024

SLO Report

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, %" 81 --> 111
    line [95.213,96.939,98.745,99.213,98.907,99.425,99.505,99.451,99.398,99.317,99.448,98.438,100,100,99.359,100,100,100,100,99.545,100,99.502,100,100,99.422,99.245,100,99.419,99.485,100,99.59,99.533,99.351,99.444,100,100,100,100,100,100,100,100,99.49,100,100,100,100,100,100,99.476,100,100,99.441,100,98.837,100,98.454,99.156,100,100,100,98.81,100,98.913,99.355,100,100,100,100,99.535,100,100,99.355,100,100,100,99.387,100,99.58,99.286,100,100,100,100,99.512,100,99.588,100,99.422,100,100,100,99.078,100,99.567,99.454,100,100,100,100,100,100,99.558,100,99.537,99.448,99.603,99.219,100,100,100,99.219,100,99.296,100,100,100,99.401,100,99.519,100,100,100,100,100,100,100,99.465,99.383,100,100,99.569,100,100,99.603,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,98.54,100,100,100,100,100,100,100,100,100,99.482,100,99.55,100,100,100,99.265,100,100,99.537,100,100,100,100,100,100,100,100,100,100,100,100,100,100.752,99.111,100,100,99.422,100,99.39,100,99.153,96.273,99.338,97.175,99.324,100,98.667,98.315,98.165,97.692,98.37,99.487,100,97.753,100,97.973,100,98.655,100,100,100,100,100,100,100,100,99.522,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.375,100,100,100,100,100,100,100,100,100,100,100,100,100,99.401,100,100,100,100,100,100,99.115,100,100,100,100,100,100,100,99.625,100,99.614,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.457,100,100,100,100,100,100,100,100,100,100,100,99.422,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.49,100,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.306,100,98.75,100,99.286,100,100,98.352,99.194,100,100,100,100,100,99.556,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.624,99.582,100,100,100,100,100,100,100,100,99.552,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.763,99.558,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.315,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
    line [90.909,92.683,96.414,96.774,92.661,99.123,98.305,100,99.015,99.524,100,99.123,99.16,99.306,100,100,100,100,100,99.145,100,100,100,100,99.346,100,100,100,100,100,99.502,100,100,100,99.398,100,100,100,100,100,99.444,100,100,100,100,100,100,100,100,100,100,100,100,99.571,100,99.526,100,100,100,100,100,99.485,100,100,100,100,99.482,100,100,99.333,100,100,100,100,100,100,100,100,100,100,100,99.441,100,100,100,100,100,100,100,100,100,100,99.479,99.476,100,100,99.583,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.457,100,100,100,100,100,100,100,100,99.394,100,100,100,100,100,100,99.422,100,100,100,100,100,100,99.383,100,100,100,100,99.296,100,99.367,100,100,100,100,100,100,100,100,99.609,100,100,100,99.107,100,100,100,100,100,100,100,100,100,100,100,100,98.684,100,100,99.329,99.444,99.351,97.203,99.554,97.959,98.5,99.432,99.522,100,100,100,100,100,99.286,100,100,100,100,100,100,100,100,100,100,99.315,100,100,100,100,99.306,100,100,99.065,98.529,100,98.214,99.363,99.342,97.688,98.883,98.095,100,100,99.451,100,99.541,99.32,100,100,99.422,100,99.51,100,100,100,99.5,100,100,100,99.394,100,100,100,100,100,99.432,100,100,100,100,100,99.153,100,100,100,100,100,100,99.558,100,100,100,100,100,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.531,100,100,100,100,100,100,100,100,100,99.405,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.2,100,100,100,100,99.487,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.624,100,100,99.355,100,100,100,100,100,100,99.465,100,100,100,100,100,100,100,100,99.576,100,100,100,100,100,99.454,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.558,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.291,100,100,98.964,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,98.837,100.532,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.306,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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
---
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, %" 85 --> 111
    line [100,100,97.143,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,96.875,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,97.826,100,100,100,100,100,100,100,100,100,100,100,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.674,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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.238,100,100,100,100,100,100,100,100,100,100,100,97.143,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,98.039,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
    line [100,100,100,94.595,98.077,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,96.154,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,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" 49 --> 410
    line [188,196,239,254,183,174,202,182,166,291.833,181.727,192,243,216,156,372,141,150,188,220,186,201,215,217,173,265,200,172,194,212,244,214,154,180,179,212,181,222,266,213,201,192,196,196,272,146,266,147,168,191,219,227,179,192,258,131,194,237,135,196,194,168,348,92,155,228,209,170,176,215,210,187,155,203,185,208,163,162,238,140,192,230,199,190,205,166,243,159,173,202,162,187,217,195,231,183,184,170,160,242,157,187,226,182,216,181,252,128,170,254,209,128,310,142,186,223,221,167,215,208,182,158,196,162,233.533,186.373,238,187,162,177,251,232,180,152,252,177,168,287,187,174,229,192,153,236,184,205,226,170,182,195,194,137,163,191,235,214,171,188,234,182,191,193,217,222,139,268,192,136,204,188,216,171,269,147.233,230.769,187,205,259,164,202,231,137,142,322,133,225,148,113,173,157,164,140,118,161,151,177,148,200,75,178,109,130,184,195,74,178,156,148,89,223,214,140,174,150,237,272,98,211,209,218,124,160,185,205,164,257,140,204,242,147,155,217,266,125,254,205,154,146,301,138,191,188,147,255,239,140,174,217,168,215,131,196,165,267,131,178,238,166,204,235,163,148,147,165,237.525,116.232,197,196,201,200,160,224,158,198,284,92,210,132,212,146,213,153,172,175,167,194,207,156,159,242,215,113,226,195,137,171,238,191,142,267,108,259,209,159,162,194,238,191,185,183,189,182,171,265,134,234,184,247,94,184,179,207,170,172,186,186,208,153,149,202,229,173,208,125,206,293,163,141,187,228,213,113.659,171.515,173,193,205,196,140,177,170,201,208,131,207,203,177,219,214,95,314,170,133,233,171,201,129,205,206,137,261,167,55,144,202,80,127,140,116.418,164.824,182,124,136,275,76,188,177,225,128,273,179,147,223,197,149,199,248,148,167,164,139,141,266,239,175,177,141,187,234,112,159,182,223,152,174,180,262,125,166,299,137,181,171,168,144,202,166,188,256,132,164,187,240,173,252,221,158,241,175,222,135,218,219,184,143,189,300,72,199,217,233,134,167,256,164,159,233,252,153,143,196,247,172,183,203,182,298,113,165,184,217,155,160,177,173,216,193,197,199,141,222,219,146,184,257,128,159,157,181,179,210,171,209,134,184,184,148,271,130,178,255,142,181,176,161,140,302,170,150,220,244,131,226,180,174,218,259,130,215,160,200,176,150,207,139,247,191,185,160,248,137,213,220,184,146,164,222,209,121,154,265,148,166,220,206,174,137,206,154,240,169,154,267,223,127,166,199,149,209,172,170,159,147,177,220,177,151,172,175,194,216,168,167,363,58,247,173,211,209]
    line [99,164,251,93,109,228,177,168,203,210,181,228,238,144,222,231,189,182,306,117,225.324,289.87,202,220,153,285,190,200,162,196,201,214,237,149,166,245,144,210,242,205,180,224,142,242,162,195,236,219,172,190,192,229,190,233,204,209.742,210.262,225,198,157,220,194,172,219,238,161,193,231,228,150,221,197,192,307,167,193,175,237,228,161,171,179,187,242,196,213,258,171,143,191,206,232,192,191,235,181,240,144,179,179,232,206,163,225,214,157,210,188,234,155,295,113,231,202,136,201,197,222,211,184,214,234,126,188,205,208,184,186,165,183,137,204,211,250,141,173,186,218,209,201,168,285,162,154,216,191,210,142,227,158,236.816,230.151,133,215,241,128,165,235,256,188,190,297,112,196,227,256,162,189,200,144,184,285.145,117.352,126,134,152,113,138,149,180,154,143,224,98,200,176,209,164,202,216,157,257.968,140.562,181,209,242,160,198,217,226,179,247,170,146,194,175,105,146,144,142,139,107,136,132,168,157,152,173,179,105,93,220,182,96,218,147,144,133,172.311,136.546,204,167,169,206,200,144,223,166,165,294,180,159,161,208,176,213,193,196,173,270,118,189,218,144,204,198,201,226,155,187,279,155,191,121,183,198,189,125,193,192,213,139,195,249,142,215,161,178,174,243,141,193,164,210,202,169,186,213,263,153,137,185,216,198,207,205,204,168,185,197,171,209,196,115,233,210,158,200,140,157,243,175,169,156,241,180,191,148,234,225,160,170,125,190,241,174,200,195,182,241,211,144,169,219,233,131,180,185,183,274,147,147,251,167,193,125,234.297,131.394,205,160,196,188,289,143,150,197,280,125,215,232,188,137,200,156,157,159,266,168,176,155,147,234,193,155,177,182,187,212,167,156,312,120,197,223,137,236,149,201,173,131,163,183,240,157,190,167,158,189,195,244,157,219,186,145,193,238,186,174,226,134.596,228.686,136,219,226,205,149,227,219,145,224,206,190,171,135,160,238,225,173,143,159,139,141,208,173,193,208,198,229,152,207,159,198,265,124,182,142,193,245,177,215,139,252,192,146.56,210.632,206,155,156,224,156,175,260,168,160,198,140,226,220,143,160,209,166,172,188,193,222,198,113,264,181,136,272,168,200,136,199,201,240,195,122,197,213,220,155,173,146,183,189,187,175,173,143,170,228,154,153.234,201.005,241,108,254.491,175.351,188,187,225,192,120,293,174,100,224,166,186,196,121,190,175,199,258,147,125,160,182,125,185,168,211,144,169,286,150,198,249,105,215,139,203,198,167,175,117,123,183,171,187,187,204,179,177,200,192,180,158,222,258,153,153,193,188,176,156,216.351,205.617,130,237,170,139,216,203]
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" 5 --> 97
    line [30,40,35,33,39,42,42,43,40,20.916,44.177,50,37,26,61,20,17,60,47,43,39,32,39,28,51,25,40,43,40,33,28,39,59,45,36,38,51,46,14,63,27,54,41,38,19,62,15,58,42,41,43,40,45,42,18,57,41,17,62,36,45,35,22,49,54,37,54,45,32,35,37,47,53,43,43,30,57,43,32,60,34,34,43,52,43,46,27,44,58,34,48,37,27,36,54,47,32,45,38,22,60,32,47,47,39,56,30,50,42,35,48,52,12,56,51,35,34,60,31,41,43,52,40,49,44.91,53.106,28,49,56,36,31,42,57,58,31,37,57,16,46,52,38,54,45,33,50,32,39,51,35,50,59,51,43,42,41,30,61,40,38,48,53,41,58,27,59,23,42,53,44,43,34,56,31,61.265,27.328,43,53,16,58,51,17,52,55,11,61,19,48,29,18,33,41,21,47,19,45,26,36,9,64,27,47,36,23,35,55,22,33,24,56,25,42,53,42,63,30,18,69,48,37,46,55,55,61,36,50,24,57,44,35,64,57,39,18,66,43,28,56,64,17,51,54,52,56,26,34,67,59,42,55,26,70,40,55,24,56,44,36,52,39,39,57,46,52,50,27.944,73.146,38,57,54,45,59,29,61,42,10,77,51,52,38,59,29,60,53,48,54,37,55,47,60,38,23,73,35,33,65,51,26,54,57,29,65,33,33,64,54,42,23,60,47,60,30,41,54,38,60,33,50,41,59,55,47,37,48,51,35,54,34,57,55,47,32,63,20,68,36,12,76,52,48,34,42,58.824,52.156,52,50,50,41,48,59,50,35,46,59,34,49,56,35,30,76,8,44,71,26,65,33,76,25,51,60,12,30,65,31,27,58,44,28,44.776,38.191,26,42,50,16,88,38,62,32,69,34,37,61,37,38,76,52,32,23,74,63,62,54,27,36,58,42,65,53,37,73,48,45,39,55,57,40,35,77,50,16,77,41,55,58,63,48,48,41,39,73,46,49,28,59,41,26,63,33,40,54,59,34,29,60,57,38,17,78,47,39,25,61,54,19,56,55,43,24,76,48,44,31,58,45,34,65,6,81,47,45,42,56,60,45,59,39,46,53,55,58,40,42,61,57,18,71,51,59,53,61,35,61,29,75,43,51,73,23,70,41,41,53,54,57,55,51,21,66,65,22,31,79,23,56,55,44,13,79,51,47,33,49,55,53,57,22,43,59,52,29,62,44,43,49,60,51,33,46,59,48,12,54,64,44,46,49,62,34,59,41,42,63,17,51,59,52,42,58,38,52,46,57,49,44,39,59,55,63,44,53,48,57,58,19,66,25,58,46,33]
    line [46,32,9,37,52,9,24,68,32,26,55,31,47,50,50,35,49,49,21,64,35.892,18.054,66,41,57,22,28,48,48,37,39,39,34,44,50,20,59,32,37,47,52,33,53,28,54,39,24,56,45,40,48,29,48,33,53,41.75,42.254,50,41,50,34,57,48,34,39,57,44,33,34,54,39,33,61,37,23,57,54,34,28,52,50,46,40,28,56,41,27,42,63,43,42,26,59,43,38,48,41,48,48,48,34,30,59,42,36,56,29,53,29,58,17,47,47,41,58,43,53,40,36,52,42,53,47,43,37,35,48,48,52,38,53,39,47,20,70,42,48,34,40,38,63,20,57,36,43,41,41,58,35,55,16.915,27.136,66,32,24,60,48,19,39,49,45,18,60,45,37,37,47,45,45,62,40,16.949,48.144,47,35,26,46,34,36,26,24,48,24,32,36,54,39,50,38,48,48,20.916,55.221,48,46,29,60,39,51,37,53,34,46,60,26,24,53,39,27,43,32,43,27,42,35,32,42,41,14,45,53,14,25,63,20,34,54,39,26.892,75.301,31,61,57,40,34,59,35,57,58,25,35,59,52,34,53,49,59,47,57,15,73,33,30,56,43,32,50,39,70,55,17,61,40,57,41,40,64,57,51,43,55,62,33,29,70,41,57,52,42,38,65,37,51,31,59,56,54,38,23,62,55,53,28,60,40,45,52,64,55,44,56,38,33,71,36,45,51,52,60,49,34,55,71,39,42,50,48,57,33,33,48,39,79,49,25,43,65,31,39,46,33,64,67,35,56,55,57,55,53,28,58,61,26,60,19,73,36.889,64.193,39,57,49,56,36,34,60,40,32,45,57,35,69,49,47,41,55,59,29,60,45,59,62,29,51,48,52,46,57,46,54,48,21,69,40,39,65,37,59,31,71,60,59,42,27,50,58,54,53,42,61,49,50,36,56,49,43,30,43,56,43,62.812,34.102,51,47,52,47,60,28,28,81,41,52,60,41,66,39,33,26,58,55,49,53,60,34,59,42,62,39,42,68,43,57,44,38,71,44,58,46,45,52,36,67,26,51,52.841,46.138,42,67,55,38,65,42,25,62,55,53,66,35,35,73,37,46,61,59,62,40,30,73,59,23,48,60,22,63,50,60,53,34,52,46,69,40,43,19,76,49,54,48,52,49,49,62,63,48,42,54,53.731,27.136,38,67,13.972,68.136,59,43,31,60,72,33,24,85,33,49,38,62,65,41,60,37,28,67,60,48,46,66,47,39,58,59,50,10,78,48,32,71,24,72,24,46,65,39,58,54,45,48,60,27,55,42,70,37,48,54,54,50,24,70,44,34,60,46,69,32.901,42.126,57,33,58,59,42,45]
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" 900 --> 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]
    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]
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" 900 --> 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]
    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]
Loading

@codecov-commenter
Copy link

codecov-commenter commented Oct 31, 2024

Codecov Report

Attention: Patch coverage is 58.21697% with 389 lines in your changes missing coverage. Please review.

Project coverage is 70.80%. Comparing base (21fab94) to head (cf02c93).

Files with missing lines Patch % Lines
internal/table/conn/conn.go 62.82% 90 Missing and 23 partials ⚠️
internal/connector/conn.go 60.00% 44 Missing and 16 partials ⚠️
internal/query/conn/conn.go 13.33% 51 Missing and 1 partial ⚠️
internal/connector/connector.go 55.55% 45 Missing and 3 partials ⚠️
internal/connector/options.go 70.21% 28 Missing ⚠️
internal/query/client.go 0.00% 27 Missing ⚠️
internal/table/conn/options.go 46.66% 16 Missing ⚠️
internal/table/conn/tx_fake.go 0.00% 12 Missing ⚠️
sql.go 58.33% 10 Missing ⚠️
dsn.go 64.28% 3 Missing and 2 partials ⚠️
... and 6 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1535      +/-   ##
==========================================
- Coverage   70.94%   70.80%   -0.15%     
==========================================
  Files         356      362       +6     
  Lines       37538    37507      -31     
==========================================
- Hits        26633    26555      -78     
- Misses       9799     9860      +61     
+ Partials     1106     1092      -14     
Flag Coverage Δ
experiment 70.63% <57.89%> (-0.23%) ⬇️
go-1.21.x 70.16% <54.45%> (-0.29%) ⬇️
go-1.22.x 68.23% <56.39%> (-0.17%) ⬇️
go-1.23.x 70.80% <58.21%> (-0.13%) ⬇️
integration 52.11% <53.49%> (-0.23%) ⬇️
macOS 41.01% <9.34%> (+0.15%) ⬆️
ubuntu 70.80% <58.21%> (-0.15%) ⬇️
unit 41.02% <9.34%> (+0.15%) ⬆️
windows 41.01% <9.34%> (+0.14%) ⬆️
ydb-23.3 47.63% <53.49%> (-0.33%) ⬇️
ydb-24.1 51.93% <53.49%> (-0.37%) ⬇️
ydb-24.2 51.96% <53.49%> (-0.30%) ⬇️
ydb-nightly 70.63% <57.89%> (-0.23%) ⬇️

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.

@asmyasnikov asmyasnikov force-pushed the xsql branch 2 times, most recently from eaa1747 to e57b1a1 Compare November 3, 2024 14:42
@asmyasnikov asmyasnikov changed the title splitted internal/xsql to internal/{xsql,table/conn,query/conn} * Refactored database/sql driver internals for query-service client support in the future Nov 5, 2024
@asmyasnikov asmyasnikov merged commit b538748 into master Nov 5, 2024
48 checks passed
@asmyasnikov asmyasnikov deleted the xsql branch November 5, 2024 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants