Skip to content

PopsukKlinmonta/disk-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

DiskBenchmark by Popsuk Klinmontha

How to use it in each operating system

Linux/Macos

git clone https://github.com/PopsukKlinmonta/disk-benchmark/tree/main
cd disk-benchmark
g++ main.cpp -o benchmark -O3 -std=c++11
./benchmark

Window

Download MinGW: https://sourceforge.net/projects/mingw/

git clone https://github.com/PopsukKlinmonta/disk-benchmark/tree/main
cd disk-benchmark
g++ main.cpp -o benchmark.exe -O3 -std=c++11

Run in cmd: benchmark.exe

Features

  • Test Read / Write Speed