Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
roblaszczak committed Oct 16, 2024
1 parent d5a65b6 commit fcab244
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# vgt - Visualise Go Test

<img align="right" width="300" src="docs/logo.svg">

`vgt` is a tool for visualising Go test results in a browser.

It's helpful with understanding parallelism of tests and identifying slow tests.
More information can be found in the [TODO] blog post.

![Screenshot 1](docs/img1.png)
![Screenshot 2](docs/img2.png)
More information can be found in our [blog post about optimsing Go tests parallelism](https://threedots.tech/post/go-test-parallelism/).


<table>
<tr style="border: none; text-align: center;">
<td style="border: none"><img src="docs/img1.png" alt="Screenshot 1" width="415"></td>
<td style="border: none"><img src="docs/img2.png" alt="Screenshot 2" width="415"></td>
</tr>
<tr style="border: none; text-align: center;">
<td style="border: none"><img src="docs/img3.png" alt="Screenshot 3" width="415"></td>
<td style="border: none"><img src="docs/logo.svg" width="215"></td>
</tr>
</table>

## Installation

Expand Down
Binary file added docs/img3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fcab244

Please sign in to comment.