diff --git a/README.md b/README.md index 6e438ad0..1b04ef79 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +test 1 + # rickshaw Rickshaw will run a benchmark for you. It "takes" your benchmark wherever you need it to go, as long as there is an implementation for your particular endpoint (a host, cloud, container-runtime, etc). These endpoints are in [./endpoints](https://github.com/perftool-incubator/rickshaw/tree/master/endpoints). As of this version endpoints exist for k8s, osp, and remotehost. diff --git a/rickshaw-run b/rickshaw-run index b8e34791..1cfe61f8 100755 --- a/rickshaw-run +++ b/rickshaw-run @@ -6,6 +6,7 @@ # # Rickshaw will run a benhcmark for you. Please see README.md for instructions. +# test 2 use strict; use warnings;