{% extends 'layout.jinja2.html' %} {% block title %}Home{% endblock %} {% block style %} .jumbotron td { padding: 10px; } {% endblock %} {% block body %}

Hello!

This is an installation of cstar_perf, the Cassandra performance testing suite brought to you by DataStax.

From here you can view benchmarks run by others, or run your own.

{% if user_is_authenticated() %} {% endif %}
View TestsNew Test

{% endblock %}