Skip to content

Instantly share code, notes, and snippets.

View WowItsDoge's full-sized avatar

Jan Mende WowItsDoge

  • Germany
View GitHub Profile
@WowItsDoge
WowItsDoge / artilleryLoadTestVisualisation.html
Created September 13, 2017 15:54
Visualisation tool for artillery.io json load test description files.
<!-- Artillery Load Test Visualisation -->
<!-- Developed by https://github.com/WowItsDoge -->
<!-- Load this html file in chrome and open a json load test description. -->
<!-- The Load Test is drawn in a tree view. -->
<!-- It uses the vis js library. -->
<!-- Feel free to use and improve this visualization tool. -->
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.20.1/vis.min.js"></script>