├── .github └── ISSUE_TEMPLATE │ └── config.yml ├── .gitignore ├── LICENSE ├── README.md ├── benchmarks ├── 5.10.0 │ ├── 5.10.0_two-nodes_4-core.csv │ ├── 5.10.0_two-nodes_4-core.md │ └── WUM │ │ └── 1600099543376 │ │ ├── 5.10.0_single-node_2-core.csv │ │ ├── 5.10.0_single-node_2-core.md │ │ ├── 5.10.0_single-node_4-core.csv │ │ ├── 5.10.0_single-node_4-core.md │ │ ├── 5.10.0_two-nodes_2-core.csv │ │ ├── 5.10.0_two-nodes_2-core.md │ │ ├── 5.10.0_two-nodes_4-core.csv │ │ └── 5.10.0_two-nodes_4-core.md ├── 5.11.0 │ ├── jdk-11 │ │ ├── 5.11.0_single-node_2-core_jdk-11.csv │ │ ├── 5.11.0_single-node_2-core_jdk-11.md │ │ ├── 5.11.0_single-node_4-core_jdk-11.csv │ │ ├── 5.11.0_single-node_4-core_jdk-11.md │ │ ├── 5.11.0_two-node_2-core_jdk-11.csv │ │ ├── 5.11.0_two-node_2-core_jdk-11.md │ │ ├── 5.11.0_two-node_4-core_jdk-11.csv │ │ └── 5.11.0_two-node_4-core_jdk-11.md │ └── jdk-8 │ │ ├── 5.11.0_single-node_2-core_jdk-8.csv │ │ ├── 5.11.0_single-node_2-core_jdk-8.md │ │ ├── 5.11.0_single-node_4-core_jdk-8.csv │ │ ├── 5.11.0_single-node_4-core_jdk-8.md │ │ ├── 5.11.0_two-nodes_4-core_jdk-8.csv │ │ └── 5.11.0_two-nodes_4-core_jdk-8.md ├── 5.6.0 │ ├── 5.6.0_single-node_2-core.csv │ ├── 5.6.0_single-node_2-core.md │ ├── 5.6.0_single-node_4-core.csv │ └── 5.6.0_single-node_4-core.md ├── 5.7.0 │ ├── 5.7.0_single-node_2-core.csv │ ├── 5.7.0_single-node_2-core.md │ ├── 5.7.0_single-node_4-core.csv │ └── 5.7.0_single-node_4-core.md ├── 5.8.0 │ ├── 5.8.0-beta6_single-node_4-core.csv │ ├── 5.8.0-beta6_single-node_4-core.md │ ├── 5.8.0-rc2_single-node_2-core.csv │ ├── 5.8.0-rc2_single-node_2-core.md │ ├── 5.8.0_single-node_2-core.md │ ├── 5.8.0_single-node_4-core.csv │ ├── 5.8.0_single-node_4-core.md │ ├── 5.8.0_two-nodes_2-core.md │ ├── 5.8.0_two-nodes_4-core.csv │ └── 5.8.0_two-nodes_4-core.md ├── 5.9.0 │ ├── 5.9.0_single-node_2-core.md │ ├── 5.9.0_single-node_4-core.csv │ ├── 5.9.0_single-node_4-core.md │ ├── 5.9.0_single_node-2core.csv │ └── 5.9.0_two-nodes_4-core.md ├── 6.0.0 │ ├── 6.0.0_single-node_2-core_jdk-11.csv │ ├── 6.0.0_single-node_2-core_jdk-11.md │ ├── 6.0.0_single-node_4-core_jdk-11.csv │ ├── 6.0.0_single-node_4-core_jdk-11.md │ ├── 6.0.0_two-node_2-core_jdk-11.csv │ ├── 6.0.0_two-node_2-core_jdk-11.md │ ├── 6.0.0_two-node_4-core_jdk-11.csv │ └── 6.0.0_two-node_4-core_jdk-11.md ├── 6.1.0 │ ├── v1 │ │ ├── 6.1.0_single-node_2-core_jdk-11.csv │ │ ├── 6.1.0_single-node_2-core_jdk-11.md │ │ ├── 6.1.0_single-node_4-core_jdk-11.csv │ │ ├── 6.1.0_single-node_4-core_jdk-11.md │ │ ├── 6.1.0_two-node_2-core_jdk-11.csv │ │ ├── 6.1.0_two-node_2-core_jdk-11.md │ │ ├── 6.1.0_two-node_4-core_jdk-11.csv │ │ ├── 6.1.0_two-node_4-core_jdk-11.md │ │ └── README.md │ └── v2 │ │ ├── 6.1.0_single-node_2-core_jdk-11.csv │ │ ├── 6.1.0_single-node_2-core_jdk-11.md │ │ ├── 6.1.0_single-node_4-core_jdk-11.csv │ │ ├── 6.1.0_single-node_4-core_jdk-11.md │ │ ├── 6.1.0_two-node_2-core_jdk-11.csv │ │ ├── 6.1.0_two-node_2-core_jdk-11.md │ │ ├── 6.1.0_two-node_4-core_jdk-11.csv │ │ ├── 6.1.0_two-node_4-core_jdk-11.md │ │ └── README.md ├── 7.0.0 │ ├── 7.0.0_single-node_2-core_jdk-11.csv │ ├── 7.0.0_single-node_2-core_jdk-11.md │ ├── 7.0.0_single-node_4-core_jdk-11.csv │ ├── 7.0.0_single-node_4-core_jdk-11.md │ ├── 7.0.0_two-node_2-core_jdk-11.csv │ ├── 7.0.0_two-node_2-core_jdk-11.md │ ├── 7.0.0_two-node_4-core_jdk-11.csv │ ├── 7.0.0_two-node_4-core_jdk-11.md │ └── README.md ├── 7.1.0 │ ├── 7.1.0_four-node_4-core_jdk-11.csv │ ├── 7.1.0_four-node_4-core_jdk-11.md │ ├── 7.1.0_single-node_4-core_jdk-11.csv │ ├── 7.1.0_single-node_4-core_jdk-11.md │ ├── 7.1.0_three-node_4-core_jdk-11.csv │ ├── 7.1.0_three-node_4-core_jdk-11.md │ ├── 7.1.0_two-node_2-core_jdk-11.csv │ ├── 7.1.0_two-node_2-core_jdk-11.md │ ├── 7.1.0_two-node_4-core_jdk-11.csv │ ├── 7.1.0_two-node_4-core_jdk-11.md │ ├── graphs │ │ ├── Client_Credentials_Grant_Type │ │ │ ├── 50_3000_lines.png │ │ │ └── 50_500_lines.png │ │ ├── OIDC_Auth_Code_Grant_Redirect_With_Consent │ │ │ ├── 50_3000_lines.png │ │ │ └── 50_500_lines.png │ │ ├── OIDC_Auth_Code_Grant_Redirect_Without_Consent │ │ │ ├── 50_3000_lines.png │ │ │ └── 50_500_lines.png │ │ ├── OIDC_Auth_Code_Grant_Redirect_Without_Consent_Retrieve_User_Attributes │ │ │ ├── 50_3000_lines.png │ │ │ └── 50_500_lines.png │ │ ├── OIDC_Auth_Code_Grant_Redirect_Without_Consent_Retrieve_User_Attributes_Groups_and_Roles │ │ │ ├── 50_3000_lines.png │ │ │ └── 50_500_lines.png │ │ ├── OIDC_Password_Grant_Type │ │ │ ├── 50_3000_lines.png │ │ │ └── 50_500_lines.png │ │ ├── SAML2_SSO_Redirect_Binding │ │ │ ├── 50_3000_lines.png │ │ │ └── 50_500_lines.png │ │ └── Token_Exchange_Grant │ │ │ ├── 50_3000_lines.png │ │ │ └── 50_500_lines.png │ └── summary-graph.md └── README.md ├── common ├── .DS_Store ├── common-functions.sh ├── deployment │ ├── setup │ │ ├── resources │ │ │ ├── hazelcast.properties │ │ │ ├── mssql │ │ │ │ ├── create_database.sql │ │ │ │ └── create_session_database.sql │ │ │ ├── mysql │ │ │ │ ├── create_database.sql │ │ │ │ ├── create_database_from_snapshot.sql │ │ │ │ └── create_session_database.sql │ │ │ ├── postgres │ │ │ │ ├── create_database.sql │ │ │ │ └── create_session_database.sql │ │ │ ├── server.crt │ │ │ └── server.key │ │ ├── setup-bastion.sh │ │ ├── setup-is.sh │ │ ├── setup-jmeter-client-is.sh │ │ ├── setup-nginx.sh │ │ └── update-is-conf.sh │ └── test_scenarios.sh ├── images │ ├── deployment-diagram-singlenode.png │ └── deployment-diagram-twonode-cluster.png ├── is │ ├── mssql │ │ ├── clean_database.sql │ │ ├── clean_session_database.sql │ │ └── truncate_non_empty_table.sql │ ├── mysql │ │ ├── clean_database.sql │ │ └── clean_session_database.sql │ ├── postgres │ │ ├── clean_database.sql │ │ └── clean_session_database.sql │ └── restart-is.sh ├── jmeter │ ├── README.md │ ├── app-native-auth │ │ └── App_Native_Auth.jmx │ ├── oauth │ │ ├── OAuth_Client_Credentials_Grant.jmx │ │ └── Token_Exchange_Grant.jmx │ ├── oidc │ │ ├── B2B_OIDC_AuthCode_Redirect_WithConsent.jmx │ │ ├── OIDC_AuthCode_Redirect_WithConsent.jmx │ │ ├── OIDC_AuthCode_Redirect_WithConsent_Retrieve_User_Attributes.jmx │ │ ├── OIDC_AuthCode_Redirect_WithConsent_Retrieve_User_Attributes_And_Groups.jmx │ │ ├── OIDC_AuthCode_Redirect_WithConsent_Retrieve_User_Attributes_Groups_And_Roles.jmx │ │ ├── OIDC_AuthCode_Redirect_WithoutConsent.jmx │ │ ├── OIDC_AuthCode_Redirect_WithoutConsent_Retrieve_User_Attributes.jmx │ │ ├── OIDC_AuthCode_Redirect_WithoutConsent_Retrieve_User_Attributes_And_Groups.jmx │ │ ├── OIDC_AuthCode_Redirect_WithoutConsent_Retrieve_User_Attributes_Groups_And_Roles.jmx │ │ ├── OIDC_Password_Grant.jmx │ │ ├── OIDC_Password_Grant_Retrieve_User_Attributes.jmx │ │ ├── OIDC_Password_Grant_Retrieve_User_Attributes_And_Groups.jmx │ │ └── OIDC_Password_Grant_Retrieve_User_Attributes_Groups_And_Roles.jmx │ ├── perf-test-is.sh │ ├── perf-test-pre-provisioned.sh │ ├── saml │ │ └── SAML2_SSO_Redirect_Binding.jmx │ ├── setup │ │ ├── TestData_Add_B2B_OAuth_Apps.jmx │ │ ├── TestData_Add_Device_Flow_OAuth_Apps.jmx │ │ ├── TestData_Add_OAuth_Apps.jmx │ │ ├── TestData_Add_OAuth_Apps_Requesting_Claims.jmx │ │ ├── TestData_Add_OAuth_Apps_Without_Consent.jmx │ │ ├── TestData_Add_OAuth_Idps.jmx │ │ ├── TestData_Add_Pasive_STS_Apps.jmx │ │ ├── TestData_Add_SAML_Apps.jmx │ │ ├── TestData_Add_Sub_Orgs.jmx │ │ ├── TestData_Add_Super_Tenant_Users.jmx │ │ ├── TestData_Add_Tenant_Device_Flow_OAuth_Apps.jmx │ │ ├── TestData_Add_Tenant_OAuth_Apps.jmx │ │ ├── TestData_Add_Tenant_OAuth_Idps.jmx │ │ ├── TestData_Add_Tenant_SAML_Apps.jmx │ │ ├── TestData_Add_Tenant_Users.jmx │ │ ├── TestData_Add_Tenants.jmx │ │ ├── TestData_Add_Tenants_And_Tenant_Users.jmx │ │ ├── TestData_Get_OAuth_Jwt_Token.jmx │ │ ├── TestData_SCIM2_Add_Sub_Org_Users.jmx │ │ ├── TestData_SCIM2_Add_Tenant_Users.jmx │ │ └── TestData_SCIM2_Add_User.jmx │ └── templates │ │ └── summary.md ├── lib │ ├── mssql-jdbc-12.8.1.jre11.jar │ ├── mysql-connector-j-8.0.33.jar │ └── postgresql-42.7.4.jar ├── performance_analysis │ ├── README.md │ ├── performance_plots.py │ └── requirements.txt ├── start-performance.sh ├── summary │ └── summary-modifier.py └── tools │ ├── observe.sh │ └── run-long-running-tests.sh ├── four-node-cluster ├── 4-node-cluster.yml ├── bin.xml ├── pom.xml ├── run-performance-tests.sh ├── setup │ ├── README.md │ └── resources │ │ ├── deployment.toml │ │ └── is.conf └── start-performance.sh ├── issue_template.md ├── pom.xml ├── pre-provisioned ├── README.md ├── bastion-cft.yml ├── bin.xml ├── pom.xml ├── run-performance-tests.sh ├── setup │ ├── setup-bastion.sh │ └── setup-jmeter-client-is.sh └── start-performance.sh ├── pull_request_template.md ├── single-node ├── bin.xml ├── pom.xml ├── run-performance-tests.sh ├── setup │ ├── README.md │ └── resources │ │ ├── deployment.toml │ │ └── is.conf ├── single-node.yaml └── start-performance.sh ├── three-node-cluster ├── 3-node-cluster.yml ├── bin.xml ├── pom.xml ├── run-performance-tests.sh ├── setup │ ├── README.md │ └── resources │ │ ├── deployment.toml │ │ └── is.conf └── start-performance.sh └── two-node-cluster ├── 2-node-cluster.yml ├── bin.xml ├── pom.xml ├── run-performance-tests.sh ├── setup ├── README.md └── resources │ ├── deployment.toml │ └── is.conf └── start-performance.sh /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/README.md -------------------------------------------------------------------------------- /benchmarks/5.10.0/5.10.0_two-nodes_4-core.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.10.0/5.10.0_two-nodes_4-core.csv -------------------------------------------------------------------------------- /benchmarks/5.10.0/5.10.0_two-nodes_4-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.10.0/5.10.0_two-nodes_4-core.md -------------------------------------------------------------------------------- /benchmarks/5.10.0/WUM/1600099543376/5.10.0_single-node_2-core.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.10.0/WUM/1600099543376/5.10.0_single-node_2-core.csv -------------------------------------------------------------------------------- /benchmarks/5.10.0/WUM/1600099543376/5.10.0_single-node_2-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.10.0/WUM/1600099543376/5.10.0_single-node_2-core.md -------------------------------------------------------------------------------- /benchmarks/5.10.0/WUM/1600099543376/5.10.0_single-node_4-core.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.10.0/WUM/1600099543376/5.10.0_single-node_4-core.csv -------------------------------------------------------------------------------- /benchmarks/5.10.0/WUM/1600099543376/5.10.0_single-node_4-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.10.0/WUM/1600099543376/5.10.0_single-node_4-core.md -------------------------------------------------------------------------------- /benchmarks/5.10.0/WUM/1600099543376/5.10.0_two-nodes_2-core.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.10.0/WUM/1600099543376/5.10.0_two-nodes_2-core.csv -------------------------------------------------------------------------------- /benchmarks/5.10.0/WUM/1600099543376/5.10.0_two-nodes_2-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.10.0/WUM/1600099543376/5.10.0_two-nodes_2-core.md -------------------------------------------------------------------------------- /benchmarks/5.10.0/WUM/1600099543376/5.10.0_two-nodes_4-core.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.10.0/WUM/1600099543376/5.10.0_two-nodes_4-core.csv -------------------------------------------------------------------------------- /benchmarks/5.10.0/WUM/1600099543376/5.10.0_two-nodes_4-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.10.0/WUM/1600099543376/5.10.0_two-nodes_4-core.md -------------------------------------------------------------------------------- /benchmarks/5.11.0/jdk-11/5.11.0_single-node_2-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.11.0/jdk-11/5.11.0_single-node_2-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/5.11.0/jdk-11/5.11.0_single-node_2-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.11.0/jdk-11/5.11.0_single-node_2-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/5.11.0/jdk-11/5.11.0_single-node_4-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.11.0/jdk-11/5.11.0_single-node_4-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/5.11.0/jdk-11/5.11.0_single-node_4-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.11.0/jdk-11/5.11.0_single-node_4-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/5.11.0/jdk-11/5.11.0_two-node_2-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.11.0/jdk-11/5.11.0_two-node_2-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/5.11.0/jdk-11/5.11.0_two-node_2-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.11.0/jdk-11/5.11.0_two-node_2-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/5.11.0/jdk-11/5.11.0_two-node_4-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.11.0/jdk-11/5.11.0_two-node_4-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/5.11.0/jdk-11/5.11.0_two-node_4-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.11.0/jdk-11/5.11.0_two-node_4-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/5.11.0/jdk-8/5.11.0_single-node_2-core_jdk-8.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.11.0/jdk-8/5.11.0_single-node_2-core_jdk-8.csv -------------------------------------------------------------------------------- /benchmarks/5.11.0/jdk-8/5.11.0_single-node_2-core_jdk-8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.11.0/jdk-8/5.11.0_single-node_2-core_jdk-8.md -------------------------------------------------------------------------------- /benchmarks/5.11.0/jdk-8/5.11.0_single-node_4-core_jdk-8.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.11.0/jdk-8/5.11.0_single-node_4-core_jdk-8.csv -------------------------------------------------------------------------------- /benchmarks/5.11.0/jdk-8/5.11.0_single-node_4-core_jdk-8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.11.0/jdk-8/5.11.0_single-node_4-core_jdk-8.md -------------------------------------------------------------------------------- /benchmarks/5.11.0/jdk-8/5.11.0_two-nodes_4-core_jdk-8.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.11.0/jdk-8/5.11.0_two-nodes_4-core_jdk-8.csv -------------------------------------------------------------------------------- /benchmarks/5.11.0/jdk-8/5.11.0_two-nodes_4-core_jdk-8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.11.0/jdk-8/5.11.0_two-nodes_4-core_jdk-8.md -------------------------------------------------------------------------------- /benchmarks/5.6.0/5.6.0_single-node_2-core.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.6.0/5.6.0_single-node_2-core.csv -------------------------------------------------------------------------------- /benchmarks/5.6.0/5.6.0_single-node_2-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.6.0/5.6.0_single-node_2-core.md -------------------------------------------------------------------------------- /benchmarks/5.6.0/5.6.0_single-node_4-core.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.6.0/5.6.0_single-node_4-core.csv -------------------------------------------------------------------------------- /benchmarks/5.6.0/5.6.0_single-node_4-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.6.0/5.6.0_single-node_4-core.md -------------------------------------------------------------------------------- /benchmarks/5.7.0/5.7.0_single-node_2-core.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.7.0/5.7.0_single-node_2-core.csv -------------------------------------------------------------------------------- /benchmarks/5.7.0/5.7.0_single-node_2-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.7.0/5.7.0_single-node_2-core.md -------------------------------------------------------------------------------- /benchmarks/5.7.0/5.7.0_single-node_4-core.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.7.0/5.7.0_single-node_4-core.csv -------------------------------------------------------------------------------- /benchmarks/5.7.0/5.7.0_single-node_4-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.7.0/5.7.0_single-node_4-core.md -------------------------------------------------------------------------------- /benchmarks/5.8.0/5.8.0-beta6_single-node_4-core.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.8.0/5.8.0-beta6_single-node_4-core.csv -------------------------------------------------------------------------------- /benchmarks/5.8.0/5.8.0-beta6_single-node_4-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.8.0/5.8.0-beta6_single-node_4-core.md -------------------------------------------------------------------------------- /benchmarks/5.8.0/5.8.0-rc2_single-node_2-core.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.8.0/5.8.0-rc2_single-node_2-core.csv -------------------------------------------------------------------------------- /benchmarks/5.8.0/5.8.0-rc2_single-node_2-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.8.0/5.8.0-rc2_single-node_2-core.md -------------------------------------------------------------------------------- /benchmarks/5.8.0/5.8.0_single-node_2-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.8.0/5.8.0_single-node_2-core.md -------------------------------------------------------------------------------- /benchmarks/5.8.0/5.8.0_single-node_4-core.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.8.0/5.8.0_single-node_4-core.csv -------------------------------------------------------------------------------- /benchmarks/5.8.0/5.8.0_single-node_4-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.8.0/5.8.0_single-node_4-core.md -------------------------------------------------------------------------------- /benchmarks/5.8.0/5.8.0_two-nodes_2-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.8.0/5.8.0_two-nodes_2-core.md -------------------------------------------------------------------------------- /benchmarks/5.8.0/5.8.0_two-nodes_4-core.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.8.0/5.8.0_two-nodes_4-core.csv -------------------------------------------------------------------------------- /benchmarks/5.8.0/5.8.0_two-nodes_4-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.8.0/5.8.0_two-nodes_4-core.md -------------------------------------------------------------------------------- /benchmarks/5.9.0/5.9.0_single-node_2-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.9.0/5.9.0_single-node_2-core.md -------------------------------------------------------------------------------- /benchmarks/5.9.0/5.9.0_single-node_4-core.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.9.0/5.9.0_single-node_4-core.csv -------------------------------------------------------------------------------- /benchmarks/5.9.0/5.9.0_single-node_4-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.9.0/5.9.0_single-node_4-core.md -------------------------------------------------------------------------------- /benchmarks/5.9.0/5.9.0_single_node-2core.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.9.0/5.9.0_single_node-2core.csv -------------------------------------------------------------------------------- /benchmarks/5.9.0/5.9.0_two-nodes_4-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/5.9.0/5.9.0_two-nodes_4-core.md -------------------------------------------------------------------------------- /benchmarks/6.0.0/6.0.0_single-node_2-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.0.0/6.0.0_single-node_2-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/6.0.0/6.0.0_single-node_2-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.0.0/6.0.0_single-node_2-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/6.0.0/6.0.0_single-node_4-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.0.0/6.0.0_single-node_4-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/6.0.0/6.0.0_single-node_4-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.0.0/6.0.0_single-node_4-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/6.0.0/6.0.0_two-node_2-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.0.0/6.0.0_two-node_2-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/6.0.0/6.0.0_two-node_2-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.0.0/6.0.0_two-node_2-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/6.0.0/6.0.0_two-node_4-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.0.0/6.0.0_two-node_4-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/6.0.0/6.0.0_two-node_4-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.0.0/6.0.0_two-node_4-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/6.1.0/v1/6.1.0_single-node_2-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.1.0/v1/6.1.0_single-node_2-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/6.1.0/v1/6.1.0_single-node_2-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.1.0/v1/6.1.0_single-node_2-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/6.1.0/v1/6.1.0_single-node_4-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.1.0/v1/6.1.0_single-node_4-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/6.1.0/v1/6.1.0_single-node_4-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.1.0/v1/6.1.0_single-node_4-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/6.1.0/v1/6.1.0_two-node_2-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.1.0/v1/6.1.0_two-node_2-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/6.1.0/v1/6.1.0_two-node_2-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.1.0/v1/6.1.0_two-node_2-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/6.1.0/v1/6.1.0_two-node_4-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.1.0/v1/6.1.0_two-node_4-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/6.1.0/v1/6.1.0_two-node_4-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.1.0/v1/6.1.0_two-node_4-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/6.1.0/v1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.1.0/v1/README.md -------------------------------------------------------------------------------- /benchmarks/6.1.0/v2/6.1.0_single-node_2-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.1.0/v2/6.1.0_single-node_2-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/6.1.0/v2/6.1.0_single-node_2-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.1.0/v2/6.1.0_single-node_2-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/6.1.0/v2/6.1.0_single-node_4-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.1.0/v2/6.1.0_single-node_4-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/6.1.0/v2/6.1.0_single-node_4-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.1.0/v2/6.1.0_single-node_4-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/6.1.0/v2/6.1.0_two-node_2-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.1.0/v2/6.1.0_two-node_2-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/6.1.0/v2/6.1.0_two-node_2-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.1.0/v2/6.1.0_two-node_2-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/6.1.0/v2/6.1.0_two-node_4-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.1.0/v2/6.1.0_two-node_4-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/6.1.0/v2/6.1.0_two-node_4-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.1.0/v2/6.1.0_two-node_4-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/6.1.0/v2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/6.1.0/v2/README.md -------------------------------------------------------------------------------- /benchmarks/7.0.0/7.0.0_single-node_2-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.0.0/7.0.0_single-node_2-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/7.0.0/7.0.0_single-node_2-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.0.0/7.0.0_single-node_2-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/7.0.0/7.0.0_single-node_4-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.0.0/7.0.0_single-node_4-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/7.0.0/7.0.0_single-node_4-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.0.0/7.0.0_single-node_4-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/7.0.0/7.0.0_two-node_2-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.0.0/7.0.0_two-node_2-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/7.0.0/7.0.0_two-node_2-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.0.0/7.0.0_two-node_2-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/7.0.0/7.0.0_two-node_4-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.0.0/7.0.0_two-node_4-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/7.0.0/7.0.0_two-node_4-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.0.0/7.0.0_two-node_4-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/7.0.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.0.0/README.md -------------------------------------------------------------------------------- /benchmarks/7.1.0/7.1.0_four-node_4-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/7.1.0_four-node_4-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/7.1.0/7.1.0_four-node_4-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/7.1.0_four-node_4-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/7.1.0/7.1.0_single-node_4-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/7.1.0_single-node_4-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/7.1.0/7.1.0_single-node_4-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/7.1.0_single-node_4-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/7.1.0/7.1.0_three-node_4-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/7.1.0_three-node_4-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/7.1.0/7.1.0_three-node_4-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/7.1.0_three-node_4-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/7.1.0/7.1.0_two-node_2-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/7.1.0_two-node_2-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/7.1.0/7.1.0_two-node_2-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/7.1.0_two-node_2-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/7.1.0/7.1.0_two-node_4-core_jdk-11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/7.1.0_two-node_4-core_jdk-11.csv -------------------------------------------------------------------------------- /benchmarks/7.1.0/7.1.0_two-node_4-core_jdk-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/7.1.0_two-node_4-core_jdk-11.md -------------------------------------------------------------------------------- /benchmarks/7.1.0/graphs/Client_Credentials_Grant_Type/50_3000_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/graphs/Client_Credentials_Grant_Type/50_3000_lines.png -------------------------------------------------------------------------------- /benchmarks/7.1.0/graphs/Client_Credentials_Grant_Type/50_500_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/graphs/Client_Credentials_Grant_Type/50_500_lines.png -------------------------------------------------------------------------------- /benchmarks/7.1.0/graphs/OIDC_Auth_Code_Grant_Redirect_With_Consent/50_3000_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/graphs/OIDC_Auth_Code_Grant_Redirect_With_Consent/50_3000_lines.png -------------------------------------------------------------------------------- /benchmarks/7.1.0/graphs/OIDC_Auth_Code_Grant_Redirect_With_Consent/50_500_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/graphs/OIDC_Auth_Code_Grant_Redirect_With_Consent/50_500_lines.png -------------------------------------------------------------------------------- /benchmarks/7.1.0/graphs/OIDC_Auth_Code_Grant_Redirect_Without_Consent/50_3000_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/graphs/OIDC_Auth_Code_Grant_Redirect_Without_Consent/50_3000_lines.png -------------------------------------------------------------------------------- /benchmarks/7.1.0/graphs/OIDC_Auth_Code_Grant_Redirect_Without_Consent/50_500_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/graphs/OIDC_Auth_Code_Grant_Redirect_Without_Consent/50_500_lines.png -------------------------------------------------------------------------------- /benchmarks/7.1.0/graphs/OIDC_Auth_Code_Grant_Redirect_Without_Consent_Retrieve_User_Attributes/50_3000_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/graphs/OIDC_Auth_Code_Grant_Redirect_Without_Consent_Retrieve_User_Attributes/50_3000_lines.png -------------------------------------------------------------------------------- /benchmarks/7.1.0/graphs/OIDC_Auth_Code_Grant_Redirect_Without_Consent_Retrieve_User_Attributes/50_500_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/graphs/OIDC_Auth_Code_Grant_Redirect_Without_Consent_Retrieve_User_Attributes/50_500_lines.png -------------------------------------------------------------------------------- /benchmarks/7.1.0/graphs/OIDC_Auth_Code_Grant_Redirect_Without_Consent_Retrieve_User_Attributes_Groups_and_Roles/50_3000_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/graphs/OIDC_Auth_Code_Grant_Redirect_Without_Consent_Retrieve_User_Attributes_Groups_and_Roles/50_3000_lines.png -------------------------------------------------------------------------------- /benchmarks/7.1.0/graphs/OIDC_Auth_Code_Grant_Redirect_Without_Consent_Retrieve_User_Attributes_Groups_and_Roles/50_500_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/graphs/OIDC_Auth_Code_Grant_Redirect_Without_Consent_Retrieve_User_Attributes_Groups_and_Roles/50_500_lines.png -------------------------------------------------------------------------------- /benchmarks/7.1.0/graphs/OIDC_Password_Grant_Type/50_3000_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/graphs/OIDC_Password_Grant_Type/50_3000_lines.png -------------------------------------------------------------------------------- /benchmarks/7.1.0/graphs/OIDC_Password_Grant_Type/50_500_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/graphs/OIDC_Password_Grant_Type/50_500_lines.png -------------------------------------------------------------------------------- /benchmarks/7.1.0/graphs/SAML2_SSO_Redirect_Binding/50_3000_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/graphs/SAML2_SSO_Redirect_Binding/50_3000_lines.png -------------------------------------------------------------------------------- /benchmarks/7.1.0/graphs/SAML2_SSO_Redirect_Binding/50_500_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/graphs/SAML2_SSO_Redirect_Binding/50_500_lines.png -------------------------------------------------------------------------------- /benchmarks/7.1.0/graphs/Token_Exchange_Grant/50_3000_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/graphs/Token_Exchange_Grant/50_3000_lines.png -------------------------------------------------------------------------------- /benchmarks/7.1.0/graphs/Token_Exchange_Grant/50_500_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/graphs/Token_Exchange_Grant/50_500_lines.png -------------------------------------------------------------------------------- /benchmarks/7.1.0/summary-graph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/7.1.0/summary-graph.md -------------------------------------------------------------------------------- /benchmarks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/benchmarks/README.md -------------------------------------------------------------------------------- /common/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/.DS_Store -------------------------------------------------------------------------------- /common/common-functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/common-functions.sh -------------------------------------------------------------------------------- /common/deployment/setup/resources/hazelcast.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/deployment/setup/resources/hazelcast.properties -------------------------------------------------------------------------------- /common/deployment/setup/resources/mssql/create_database.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/deployment/setup/resources/mssql/create_database.sql -------------------------------------------------------------------------------- /common/deployment/setup/resources/mssql/create_session_database.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/deployment/setup/resources/mssql/create_session_database.sql -------------------------------------------------------------------------------- /common/deployment/setup/resources/mysql/create_database.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/deployment/setup/resources/mysql/create_database.sql -------------------------------------------------------------------------------- /common/deployment/setup/resources/mysql/create_database_from_snapshot.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/deployment/setup/resources/mysql/create_database_from_snapshot.sql -------------------------------------------------------------------------------- /common/deployment/setup/resources/mysql/create_session_database.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/deployment/setup/resources/mysql/create_session_database.sql -------------------------------------------------------------------------------- /common/deployment/setup/resources/postgres/create_database.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/deployment/setup/resources/postgres/create_database.sql -------------------------------------------------------------------------------- /common/deployment/setup/resources/postgres/create_session_database.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/deployment/setup/resources/postgres/create_session_database.sql -------------------------------------------------------------------------------- /common/deployment/setup/resources/server.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/deployment/setup/resources/server.crt -------------------------------------------------------------------------------- /common/deployment/setup/resources/server.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/deployment/setup/resources/server.key -------------------------------------------------------------------------------- /common/deployment/setup/setup-bastion.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/deployment/setup/setup-bastion.sh -------------------------------------------------------------------------------- /common/deployment/setup/setup-is.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/deployment/setup/setup-is.sh -------------------------------------------------------------------------------- /common/deployment/setup/setup-jmeter-client-is.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/deployment/setup/setup-jmeter-client-is.sh -------------------------------------------------------------------------------- /common/deployment/setup/setup-nginx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/deployment/setup/setup-nginx.sh -------------------------------------------------------------------------------- /common/deployment/setup/update-is-conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/deployment/setup/update-is-conf.sh -------------------------------------------------------------------------------- /common/deployment/test_scenarios.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/deployment/test_scenarios.sh -------------------------------------------------------------------------------- /common/images/deployment-diagram-singlenode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/images/deployment-diagram-singlenode.png -------------------------------------------------------------------------------- /common/images/deployment-diagram-twonode-cluster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/images/deployment-diagram-twonode-cluster.png -------------------------------------------------------------------------------- /common/is/mssql/clean_database.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/is/mssql/clean_database.sql -------------------------------------------------------------------------------- /common/is/mssql/clean_session_database.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/is/mssql/clean_session_database.sql -------------------------------------------------------------------------------- /common/is/mssql/truncate_non_empty_table.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/is/mssql/truncate_non_empty_table.sql -------------------------------------------------------------------------------- /common/is/mysql/clean_database.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/is/mysql/clean_database.sql -------------------------------------------------------------------------------- /common/is/mysql/clean_session_database.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/is/mysql/clean_session_database.sql -------------------------------------------------------------------------------- /common/is/postgres/clean_database.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/is/postgres/clean_database.sql -------------------------------------------------------------------------------- /common/is/postgres/clean_session_database.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/is/postgres/clean_session_database.sql -------------------------------------------------------------------------------- /common/is/restart-is.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/is/restart-is.sh -------------------------------------------------------------------------------- /common/jmeter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/README.md -------------------------------------------------------------------------------- /common/jmeter/app-native-auth/App_Native_Auth.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/app-native-auth/App_Native_Auth.jmx -------------------------------------------------------------------------------- /common/jmeter/oauth/OAuth_Client_Credentials_Grant.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/oauth/OAuth_Client_Credentials_Grant.jmx -------------------------------------------------------------------------------- /common/jmeter/oauth/Token_Exchange_Grant.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/oauth/Token_Exchange_Grant.jmx -------------------------------------------------------------------------------- /common/jmeter/oidc/B2B_OIDC_AuthCode_Redirect_WithConsent.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/oidc/B2B_OIDC_AuthCode_Redirect_WithConsent.jmx -------------------------------------------------------------------------------- /common/jmeter/oidc/OIDC_AuthCode_Redirect_WithConsent.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/oidc/OIDC_AuthCode_Redirect_WithConsent.jmx -------------------------------------------------------------------------------- /common/jmeter/oidc/OIDC_AuthCode_Redirect_WithConsent_Retrieve_User_Attributes.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/oidc/OIDC_AuthCode_Redirect_WithConsent_Retrieve_User_Attributes.jmx -------------------------------------------------------------------------------- /common/jmeter/oidc/OIDC_AuthCode_Redirect_WithConsent_Retrieve_User_Attributes_And_Groups.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/oidc/OIDC_AuthCode_Redirect_WithConsent_Retrieve_User_Attributes_And_Groups.jmx -------------------------------------------------------------------------------- /common/jmeter/oidc/OIDC_AuthCode_Redirect_WithConsent_Retrieve_User_Attributes_Groups_And_Roles.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/oidc/OIDC_AuthCode_Redirect_WithConsent_Retrieve_User_Attributes_Groups_And_Roles.jmx -------------------------------------------------------------------------------- /common/jmeter/oidc/OIDC_AuthCode_Redirect_WithoutConsent.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/oidc/OIDC_AuthCode_Redirect_WithoutConsent.jmx -------------------------------------------------------------------------------- /common/jmeter/oidc/OIDC_AuthCode_Redirect_WithoutConsent_Retrieve_User_Attributes.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/oidc/OIDC_AuthCode_Redirect_WithoutConsent_Retrieve_User_Attributes.jmx -------------------------------------------------------------------------------- /common/jmeter/oidc/OIDC_AuthCode_Redirect_WithoutConsent_Retrieve_User_Attributes_And_Groups.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/oidc/OIDC_AuthCode_Redirect_WithoutConsent_Retrieve_User_Attributes_And_Groups.jmx -------------------------------------------------------------------------------- /common/jmeter/oidc/OIDC_AuthCode_Redirect_WithoutConsent_Retrieve_User_Attributes_Groups_And_Roles.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/oidc/OIDC_AuthCode_Redirect_WithoutConsent_Retrieve_User_Attributes_Groups_And_Roles.jmx -------------------------------------------------------------------------------- /common/jmeter/oidc/OIDC_Password_Grant.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/oidc/OIDC_Password_Grant.jmx -------------------------------------------------------------------------------- /common/jmeter/oidc/OIDC_Password_Grant_Retrieve_User_Attributes.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/oidc/OIDC_Password_Grant_Retrieve_User_Attributes.jmx -------------------------------------------------------------------------------- /common/jmeter/oidc/OIDC_Password_Grant_Retrieve_User_Attributes_And_Groups.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/oidc/OIDC_Password_Grant_Retrieve_User_Attributes_And_Groups.jmx -------------------------------------------------------------------------------- /common/jmeter/oidc/OIDC_Password_Grant_Retrieve_User_Attributes_Groups_And_Roles.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/oidc/OIDC_Password_Grant_Retrieve_User_Attributes_Groups_And_Roles.jmx -------------------------------------------------------------------------------- /common/jmeter/perf-test-is.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/perf-test-is.sh -------------------------------------------------------------------------------- /common/jmeter/perf-test-pre-provisioned.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/perf-test-pre-provisioned.sh -------------------------------------------------------------------------------- /common/jmeter/saml/SAML2_SSO_Redirect_Binding.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/saml/SAML2_SSO_Redirect_Binding.jmx -------------------------------------------------------------------------------- /common/jmeter/setup/TestData_Add_B2B_OAuth_Apps.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/setup/TestData_Add_B2B_OAuth_Apps.jmx -------------------------------------------------------------------------------- /common/jmeter/setup/TestData_Add_Device_Flow_OAuth_Apps.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/setup/TestData_Add_Device_Flow_OAuth_Apps.jmx -------------------------------------------------------------------------------- /common/jmeter/setup/TestData_Add_OAuth_Apps.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/setup/TestData_Add_OAuth_Apps.jmx -------------------------------------------------------------------------------- /common/jmeter/setup/TestData_Add_OAuth_Apps_Requesting_Claims.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/setup/TestData_Add_OAuth_Apps_Requesting_Claims.jmx -------------------------------------------------------------------------------- /common/jmeter/setup/TestData_Add_OAuth_Apps_Without_Consent.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/setup/TestData_Add_OAuth_Apps_Without_Consent.jmx -------------------------------------------------------------------------------- /common/jmeter/setup/TestData_Add_OAuth_Idps.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/setup/TestData_Add_OAuth_Idps.jmx -------------------------------------------------------------------------------- /common/jmeter/setup/TestData_Add_Pasive_STS_Apps.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/setup/TestData_Add_Pasive_STS_Apps.jmx -------------------------------------------------------------------------------- /common/jmeter/setup/TestData_Add_SAML_Apps.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/setup/TestData_Add_SAML_Apps.jmx -------------------------------------------------------------------------------- /common/jmeter/setup/TestData_Add_Sub_Orgs.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/setup/TestData_Add_Sub_Orgs.jmx -------------------------------------------------------------------------------- /common/jmeter/setup/TestData_Add_Super_Tenant_Users.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/setup/TestData_Add_Super_Tenant_Users.jmx -------------------------------------------------------------------------------- /common/jmeter/setup/TestData_Add_Tenant_Device_Flow_OAuth_Apps.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/setup/TestData_Add_Tenant_Device_Flow_OAuth_Apps.jmx -------------------------------------------------------------------------------- /common/jmeter/setup/TestData_Add_Tenant_OAuth_Apps.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/setup/TestData_Add_Tenant_OAuth_Apps.jmx -------------------------------------------------------------------------------- /common/jmeter/setup/TestData_Add_Tenant_OAuth_Idps.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/setup/TestData_Add_Tenant_OAuth_Idps.jmx -------------------------------------------------------------------------------- /common/jmeter/setup/TestData_Add_Tenant_SAML_Apps.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/setup/TestData_Add_Tenant_SAML_Apps.jmx -------------------------------------------------------------------------------- /common/jmeter/setup/TestData_Add_Tenant_Users.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/setup/TestData_Add_Tenant_Users.jmx -------------------------------------------------------------------------------- /common/jmeter/setup/TestData_Add_Tenants.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/setup/TestData_Add_Tenants.jmx -------------------------------------------------------------------------------- /common/jmeter/setup/TestData_Add_Tenants_And_Tenant_Users.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/setup/TestData_Add_Tenants_And_Tenant_Users.jmx -------------------------------------------------------------------------------- /common/jmeter/setup/TestData_Get_OAuth_Jwt_Token.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/setup/TestData_Get_OAuth_Jwt_Token.jmx -------------------------------------------------------------------------------- /common/jmeter/setup/TestData_SCIM2_Add_Sub_Org_Users.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/setup/TestData_SCIM2_Add_Sub_Org_Users.jmx -------------------------------------------------------------------------------- /common/jmeter/setup/TestData_SCIM2_Add_Tenant_Users.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/setup/TestData_SCIM2_Add_Tenant_Users.jmx -------------------------------------------------------------------------------- /common/jmeter/setup/TestData_SCIM2_Add_User.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/setup/TestData_SCIM2_Add_User.jmx -------------------------------------------------------------------------------- /common/jmeter/templates/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/jmeter/templates/summary.md -------------------------------------------------------------------------------- /common/lib/mssql-jdbc-12.8.1.jre11.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/lib/mssql-jdbc-12.8.1.jre11.jar -------------------------------------------------------------------------------- /common/lib/mysql-connector-j-8.0.33.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/lib/mysql-connector-j-8.0.33.jar -------------------------------------------------------------------------------- /common/lib/postgresql-42.7.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/lib/postgresql-42.7.4.jar -------------------------------------------------------------------------------- /common/performance_analysis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/performance_analysis/README.md -------------------------------------------------------------------------------- /common/performance_analysis/performance_plots.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/performance_analysis/performance_plots.py -------------------------------------------------------------------------------- /common/performance_analysis/requirements.txt: -------------------------------------------------------------------------------- 1 | pandas 2 | matplotlib 3 | -------------------------------------------------------------------------------- /common/start-performance.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/start-performance.sh -------------------------------------------------------------------------------- /common/summary/summary-modifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/summary/summary-modifier.py -------------------------------------------------------------------------------- /common/tools/observe.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/tools/observe.sh -------------------------------------------------------------------------------- /common/tools/run-long-running-tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/common/tools/run-long-running-tests.sh -------------------------------------------------------------------------------- /four-node-cluster/4-node-cluster.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/four-node-cluster/4-node-cluster.yml -------------------------------------------------------------------------------- /four-node-cluster/bin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/four-node-cluster/bin.xml -------------------------------------------------------------------------------- /four-node-cluster/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/four-node-cluster/pom.xml -------------------------------------------------------------------------------- /four-node-cluster/run-performance-tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/four-node-cluster/run-performance-tests.sh -------------------------------------------------------------------------------- /four-node-cluster/setup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/four-node-cluster/setup/README.md -------------------------------------------------------------------------------- /four-node-cluster/setup/resources/deployment.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/four-node-cluster/setup/resources/deployment.toml -------------------------------------------------------------------------------- /four-node-cluster/setup/resources/is.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/four-node-cluster/setup/resources/is.conf -------------------------------------------------------------------------------- /four-node-cluster/start-performance.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/four-node-cluster/start-performance.sh -------------------------------------------------------------------------------- /issue_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/issue_template.md -------------------------------------------------------------------------------- /pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/pom.xml -------------------------------------------------------------------------------- /pre-provisioned/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/pre-provisioned/README.md -------------------------------------------------------------------------------- /pre-provisioned/bastion-cft.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/pre-provisioned/bastion-cft.yml -------------------------------------------------------------------------------- /pre-provisioned/bin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/pre-provisioned/bin.xml -------------------------------------------------------------------------------- /pre-provisioned/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/pre-provisioned/pom.xml -------------------------------------------------------------------------------- /pre-provisioned/run-performance-tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/pre-provisioned/run-performance-tests.sh -------------------------------------------------------------------------------- /pre-provisioned/setup/setup-bastion.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/pre-provisioned/setup/setup-bastion.sh -------------------------------------------------------------------------------- /pre-provisioned/setup/setup-jmeter-client-is.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/pre-provisioned/setup/setup-jmeter-client-is.sh -------------------------------------------------------------------------------- /pre-provisioned/start-performance.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/pre-provisioned/start-performance.sh -------------------------------------------------------------------------------- /pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/pull_request_template.md -------------------------------------------------------------------------------- /single-node/bin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/single-node/bin.xml -------------------------------------------------------------------------------- /single-node/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/single-node/pom.xml -------------------------------------------------------------------------------- /single-node/run-performance-tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/single-node/run-performance-tests.sh -------------------------------------------------------------------------------- /single-node/setup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/single-node/setup/README.md -------------------------------------------------------------------------------- /single-node/setup/resources/deployment.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/single-node/setup/resources/deployment.toml -------------------------------------------------------------------------------- /single-node/setup/resources/is.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/single-node/setup/resources/is.conf -------------------------------------------------------------------------------- /single-node/single-node.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/single-node/single-node.yaml -------------------------------------------------------------------------------- /single-node/start-performance.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/single-node/start-performance.sh -------------------------------------------------------------------------------- /three-node-cluster/3-node-cluster.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/three-node-cluster/3-node-cluster.yml -------------------------------------------------------------------------------- /three-node-cluster/bin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/three-node-cluster/bin.xml -------------------------------------------------------------------------------- /three-node-cluster/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/three-node-cluster/pom.xml -------------------------------------------------------------------------------- /three-node-cluster/run-performance-tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/three-node-cluster/run-performance-tests.sh -------------------------------------------------------------------------------- /three-node-cluster/setup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/three-node-cluster/setup/README.md -------------------------------------------------------------------------------- /three-node-cluster/setup/resources/deployment.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/three-node-cluster/setup/resources/deployment.toml -------------------------------------------------------------------------------- /three-node-cluster/setup/resources/is.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/three-node-cluster/setup/resources/is.conf -------------------------------------------------------------------------------- /three-node-cluster/start-performance.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/three-node-cluster/start-performance.sh -------------------------------------------------------------------------------- /two-node-cluster/2-node-cluster.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/two-node-cluster/2-node-cluster.yml -------------------------------------------------------------------------------- /two-node-cluster/bin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/two-node-cluster/bin.xml -------------------------------------------------------------------------------- /two-node-cluster/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/two-node-cluster/pom.xml -------------------------------------------------------------------------------- /two-node-cluster/run-performance-tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/two-node-cluster/run-performance-tests.sh -------------------------------------------------------------------------------- /two-node-cluster/setup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/two-node-cluster/setup/README.md -------------------------------------------------------------------------------- /two-node-cluster/setup/resources/deployment.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/two-node-cluster/setup/resources/deployment.toml -------------------------------------------------------------------------------- /two-node-cluster/setup/resources/is.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/two-node-cluster/setup/resources/is.conf -------------------------------------------------------------------------------- /two-node-cluster/start-performance.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wso2/performance-is/HEAD/two-node-cluster/start-performance.sh --------------------------------------------------------------------------------