-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/maxim-saplin/NetCoreStora…
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.