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 fcab244 commit ddbbccc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# vgt - Visualise Go Test
# vgt - Visualise Go Tests

<div align="center">
<img src="docs/logo.svg" width="215">
</div>

---

`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 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>
<td style="border: none"><img src="docs/img3.png" alt="Screenshot 3" width="415"></td>
<td style="border: none"><img src="docs/img4.png" alt="Screenshot 4" 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>
<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>
</table>

Expand Down
Binary file added docs/img4.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 ddbbccc

Please sign in to comment.