My notes on performance regarding swift package manager tests
Terminal:
To test with optimization levels turned on: swift test -Xswiftc -O
and type –help for other flags to use
My notes on performance regarding swift package manager tests
To test with optimization levels turned on: swift test -Xswiftc -O
and type –help for other flags to use