Code Monkey home page Code Monkey logo

gatling-dse-plugin's Introduction

Gatling DSE Plugin

This project is a plugin for the Gatling load injector. It adds CQL support in Gatling for Datastax Enterprise. It allows for benchmarking Datastax Enterprise features, including DSE Graph Fluent API.

Building

To build this plugin, you will need Java 8 or later and SBT.

During development, start an SBT shell by just running sbt and keep it open. Then, run compile to compile the sources and test to execute all unit tests.

Before checking in any new file, make sure the licence headers have been added by running headerCheck in the SBT shell. To add them automatically in all newly created file, run headerCreate in the SBT shell.

To build the plugin as an uberjar, run sbt assembly. The plugin jar will be in the target/scala-2.12/ directory.

Installation

With a Gatling bundle

Build the plugin as an uberjar. Copy it into Gatling lib folder.

With other build systems

You may also rely on Gatling Maven or Gradle plugins to launch your tests. In this case, include the plugin as a dependency in your project.

More Information on Usage

Gatling documentation is available at the following locations:

Contributions

This project was inspired by Mikhail Stepura (Mishail's project GatlingCql).

It has been developped by Brad Vernon (ibspoof) and improved by the following contributors:

gatling-dse-plugin's People

Contributors

absurdfarce avatar bradfordcp avatar hansospina avatar ngaribay avatar pingtimeout avatar tlasica avatar xytxytxyt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gatling-dse-plugin's Issues

Include session creation in measured time

Some session values are expensive to compute. A 6.0 example is building the fluent traversals.

In DseRequestAction, we start measuring the latency just before sending the request. It is the correct thing to do.

However, this code block can take a significant (think tens of millis) amount of time. In these cases, it can be puzzling for users to understand what happened.

We should add the ability to record the time spent in gatling per-se and report it after the test

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.