serverless-artillery
Version:
A serverless performance testing tool. `serverless` + `artillery` = crush. a.k.a. Orbital Laziers [sic]
23 lines (17 loc) • 561 B
HTML
<html>
<head>
<title>Filtrex plotting example</title>
<link rel="stylesheet" href="plot.css">
</head>
<body>
<h1>Filtrex plotting example</h1>
<input type="text" class="expression"
value="abs(sin(x)) + x / 4"><br>
<div class="plot"></div>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/flot/0.8.2/jquery.flot.min.js"></script>
<script src="../filtrex.js"></script>
<script src="plot.js"></script>
</body>
</html>