Skip to content

Commit 7405766

Browse files
authored
Update the README plot (#177)
## What Changed? Updates the title and annotations in the README performance plot ## Why Does It Need To? Makes the language clearer ## Checklist - [x] Above description has been filled out so that upon quash merge we have a good record of what changed. - [ ] New functions, methods, types are documented. Old documentation is updated if necessary - [ ] Documentation in Notion has been updated - [ ] Tests for new behaviors are provided - [ ] New test suites (if any) ave been added to the CI tests (in `.github/workflows/rust.yml`) either as compiler test or integration test. *Or* justification for their omission from CI has been provided in this PR description.
1 parent 3e2912f commit 7405766

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,13 @@ Paralegal directly integrates with cargo and rustc, so running it is as easy as
4747
Paralegal is a fast cargo and rustc plugin that developers can run frequently
4848
(in CI for example) to find potential bugs as they develop their application.
4949

50-
![](misc/ci_plot-3.png)
50+
Here is a performance breakdown plot of Paralegal running end-to-end on
51+
realistic web applications.
52+
53+
![](misc/ci_plot.png)
5154

5255
## Installation and Usage
5356

54-
To explain installation and usage we provide a [step-by-step guide](https://justus-adam.notion.site/Paralegal-Step-by-Step-40541156c25d48f8b6ad79a0e1b09b91) in our online documentation.
57+
To explain installation and usage we provide a [step-by-step
58+
guide](https://justus-adam.notion.site/Paralegal-Step-by-Step-40541156c25d48f8b6ad79a0e1b09b91)
59+
in our online documentation.

misc/ci_plot-3.png

-159 KB
Binary file not shown.

misc/ci_plot.png

171 KB
Loading

0 commit comments

Comments
 (0)