forked from open-estuary/caliper-nxt
-
Notifications
You must be signed in to change notification settings - Fork 0
joseph-v/caliper-nxt
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Caliper-nxt
-----------
Background
----------
Caliper-nxt is a plugin for Avocado framework (https://avocado-framework.github.io/), that implements Caliper (http://open-estuary.org/caliper-benchmarking/) Parsing and Scoring features to Avocado framework.
A proof of concept (PoC) implementation of caliper-nxt is under development on this repository (https://github.com/open-estuary/caliper-nxt)
Installation
------------
Steps
1. Install Avocado framework as described in the website for avocado.
2. Install caliper-nxt with command 'sudo python setup.py install'
3. Run command 'avocado plugins' and verify that 'caliper_cli' and 'caliper_post' are listed along with plugins.
4. Run caliper test and verify output file generated (details below).
Usage
-----
In this PoC implementation, avocado framework accepts two caliper run command options.
'--caliper <config file>' : Specifies config file to be used for the current avocado job
'--caliper-output <output path>' : Specifies the location of parsed/scored outputs
Example usgae
-------------
avocado run <path to test folder>/dhrystone.py --caliper <path to config file>/caliper_config.txt
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 50.1%
- HTML 25.7%
- Python 9.4%
- Shell 6.4%
- Assembly 1.9%
- Makefile 1.8%
- Other 4.7%