Skip to content

Conversation

@MiguelCompany
Copy link

This should be considered as a starting point towards fully supporting performance tests to be run on Windows.

  • Commits bea0040 and 141987e solve some issues with boost libraries.
  • Commit 17b7283 removes support for resource usage on Windows, as getrusage and sys/times.h are not present there
  • Commit 6410b80 changes a sleep() into a std::this_thread::sleep_for()
  • Commit 1e8b378 tells compiler to create big objects with /bigobj
  • Commit 81995bc avoids some stack overflows by using a class member data object instead of a local variable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants