-
Notifications
You must be signed in to change notification settings - Fork 0
Create and remove directories #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d5017d2 to
6c29884
Compare
20de342 to
df786d2
Compare
- Create RecursiveMkdir(...) - Create IsAbsolutePath(...) - Create GetCurrentWorkingDirectory(...) - Create GetAbsolutePath(...) - Create PathExists(...) - Create RecursiveRmdir(...)
df786d2 to
4aeb006
Compare
Running: benchmark BenchmarkDeflateInflateTextFile with Debug build on posixDeflate_zlib_SmallTextFile,time,4294967295,1105756,0.000257 Running: benchmark BenchmarkDeflateInflateTextFile with Release build on posixDeflate_zlib_SmallTextFile,time,4294967295,801935,0.000187 |
Running: benchmark BenchmarkDeflateInflateTextFile with Debug build on posixDeflate_zlib_SmallTextFile,time,4294967295,561000,0.000131 Running: benchmark BenchmarkDeflateInflateTextFile with Release build on posixDeflate_zlib_SmallTextFile,time,4294967295,312000,0.000073 |
Running: benchmark BenchmarkDeflateInflateTextFile with Debug build on posixDeflate_zlib_SmallTextFile,time,4294967295,1021000,0.000238 Running: benchmark BenchmarkDeflateInflateTextFile with Release build on posixDeflate_zlib_SmallTextFile,time,4294967295,659000,0.000153 |
Running: benchmark BenchmarkDeflateInflateTextFile with Debug build on ntDeflate_zlib_SmallTextFile,time,4294967295,1842800,0.000429 Running: benchmark BenchmarkDeflateInflateTextFile with Release build on ntDeflate_zlib_SmallTextFile,time,4294967295,1499100,0.000349 |
|
Also successfully ran the test and benchmark executable (debug and release) on the Zybo board. |
No description provided.