diff --git a/.gitignore b/.gitignore index 7c4b7fd..195b92a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ nshptt *Zone.Identifier -*.ignored \ No newline at end of file +*.ignored +*~lock~ \ No newline at end of file diff --git a/README.md b/README.md index c801230..7b1d755 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A simple tool to test raw performance of any server, pc or machine. It features I created this because after a huge migration from one hosting company/location to another with tons of virtual machines, there was a lot of performance issues at the new location, which where incredible hard to nail down. At the end we found disk performance problems which only showed up on very specific workloads that this test simulates. Long story short: This tool was developed to find this issues and have reproducable and comparable results. -[![Watch the video](media/demo.jpg)](https://github.com/user-attachments/assets/d95b9224-315f-43d2-a42b-f7c9eefee65c) +![Features](media/readme_screenshot.webp) ## Features diff --git a/media/demo.jpg b/media/demo.jpg deleted file mode 100644 index cfef7a6..0000000 Binary files a/media/demo.jpg and /dev/null differ diff --git a/media/demo.mov b/media/demo.mov deleted file mode 100644 index 32f7d39..0000000 Binary files a/media/demo.mov and /dev/null differ diff --git a/media/readme_screenshot.afdesign b/media/readme_screenshot.afdesign new file mode 100644 index 0000000..085ac0c Binary files /dev/null and b/media/readme_screenshot.afdesign differ diff --git a/media/readme_screenshot.webp b/media/readme_screenshot.webp new file mode 100644 index 0000000..e7521c2 Binary files /dev/null and b/media/readme_screenshot.webp differ