Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyuzhao authored Mar 10, 2024
1 parent cf4c553 commit 51d7066
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# harness
# Harness

**_<ins>Precise</ins>_** and **_<ins>reproducible</ins>_** benchmarking. Inspired by [running-ng](https://anupli.github.io/running-ng).

Expand All @@ -14,6 +14,10 @@
* [Tracked system environments](#tracked-system-environments)
* [SIGPLAN Empirical Evaluation Checklist](https://github.com/SIGPLAN/empirical-evaluation/raw/master/checklist/checklist.pdf)

[![crates.io](https://img.shields.io/crates/v/harness?style=flat-square&logo=rust)](https://crates.io/crates/harness)
[![docs](https://img.shields.io/docsrs/harness/latest?style=flat-square&logo=docs.rs)](https://docs.rs/harness)
[![workflow-status](https://img.shields.io/github/actions/workflow/status/wenyuzhao/harness/rust.yml?style=flat-square&logo=github&label=checks)](https://github.com/wenyuzhao/harness/actions/workflows/rust.yml)

# Getting Started

1. Install the harness CLI: `cargo install harness-cli`.
Expand Down Expand Up @@ -114,4 +118,4 @@ Any change to the system environments would affect reproducibility. So it's reco
- [ ] Plugin: html or markdown report with graphs
- [ ] Plugin: Copy files
- [ ] Plugin: Rsync results
- [ ] Performance evaluation guide / tutorial
- [ ] Performance evaluation guide / tutorial

0 comments on commit 51d7066

Please sign in to comment.