Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aakarshg committed Oct 28, 2019
1 parent b0b3224 commit a76bf4a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 5 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ Changelog
Version 0.1
===========

- Feature A added
- uperf data comparison in elasticsearch ran through ripsaw
- FIX: nasty bug #1729 fixed
- add your changes here!
34 changes: 31 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,38 @@
touchstone
==========

To compare two benchmark results

Framework to help data comparison between 2 similar datasets.

Description
===========
Touchstone is a framework written in python that provides you an apples to apples comparison
between 2 similar datasets.

Touchstone currently supports comparison of the following docs:

| Benchmark | Database | Harness |
|----------------|------------------|---------------|
| Uperf | Elasticsearch | Ripsaw |
Usage
=====

It is suggested to use a venv to install and run touchstone.

```
python -m venv /path/to/new/virtual/environment
source /path/to/new/virtual/environment/bin/activate
git clone https://github.com/cloud-bulldozer/touchstone
python setup.py develop
touchstone_compare -h
```

For example:

To compare 2 runs of uperf data indexed into elasticsearch server marquez.perf.lab.eng.rdu2.redhat.com ran through ripsaw,
which generated 2 uuids: [6c5d0257-57e4-54f0-9c98-e149af8b4a5c 70cbb0eb-8bb6-58e3-b92a-cb802a74bb52]

A longer description of your project goes here...
You'd be running it as follows:
```
touchstone_compare uperf elasticsearch ripsaw -url marquez.perf.lab.eng.rdu2.redhat.com marquez.perf.lab.eng.rdu2.redhat.com -u 6c5d0257-57e4-54f0-9c98-e149af8b4a5c 70cbb0eb-8bb6-58e3-b92a-cb802a74bb52
```

0 comments on commit a76bf4a

Please sign in to comment.