Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-saplin committed Feb 4, 2020
2 parents 42ab902 + e073f20 commit 1fb6aca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# NetCoreStorageSpeedTest
Console Application (Linux, Windows and MacOS - .NET Core 3) and a cross-platform Class Library (C#, .NET Standard 2) for measuring read/write speeds of disks/storage devices.
Console Application (Linux, Windows and MacOS - .NET Core 3.1) and a cross-platform Class Library (C#, .NET Standard 2.1) for measuring read/write speeds of disks/storage devices.

The class library is the perfomance measuring core of CPDT Benchmark (Cross Platform Disk Test): https://github.com/maxim-saplin/CrossPlatformDiskTest

There's a console app (started via Terminal) which runs same tests as CPDT, though only with default options and no way to change them.

# Download
Linux: https://github.com/maxim-saplin/NetCoreStorageSpeedTest/releases/download/2.0.0/CPDT_Console_Linux.zip
Linux: https://github.com/maxim-saplin/NetCoreStorageSpeedTest/releases/download/2.0.1/CPDT_Console.zip
- extract executable from the archive and run it in Terminal

Older Win/Mac versions: https://github.com/maxim-saplin/NetCoreStorageSpeedTest/releases/tag/1.1.5

# Building
Use Visual Stuio (Win or Mac) and build/run "CPDT_Console" project from within IDE
Binary file removed Saplin.StorageSpeedMeter/.DS_Store
Binary file not shown.

0 comments on commit 1fb6aca

Please sign in to comment.