To see volume mapping overhead on mac and windows, please following the steps below.
- Dotnet SDK: https://www.microsoft.com/net/core#windows
- Install Docker for Mac/Windows.
- On Mac, install gnomon utility
npm install -g gnomon
- Clone this repo
- Open console, go to the root of the repo
- On Windows, run the following command in a powershell window
.\Build.ps1
On Linux, run the following command in a console window
.\Build.sh
- On Windows machine, execute the following commands in a powershell window:
# to test w/o volume mapping
.\TestWindows
# to test w/ volume mapping
.\TestWindows -v
On Mac, execute the following commands in a console window
# to test w/o volume mapping
.\TestMac
# to test w/ volume mapping
.\TestMac -v