Skip to content
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

Fix bench-db on windows #975

Merged
merged 5 commits into from
Nov 8, 2019
Merged

Fix bench-db on windows #975

merged 5 commits into from
Nov 8, 2019

Commits on Nov 8, 2019

  1. windows: Add benchmark to testing bundle

    rvl authored and KtorZ committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    f9ee97b View commit details
    Browse the repository at this point in the history
  2. bench-db: Fix DB cleanup for windows

    rvl authored and KtorZ committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    56beb46 View commit details
    Browse the repository at this point in the history
  3. bench-db: Set UTF-8 encoding at start

    Prevents a crash on Windows and non-UTF-8 locales on other systems.
    rvl authored and KtorZ committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    916f94c View commit details
    Browse the repository at this point in the history
  4. bench-db: Fix double-close in disk space benchmarks

    Previous change to close database was causing this error with disk
    space benchmarks, which also close the database.
    
        db: SQLite3 returned ErrorMisuse while attempting to perform close: bad parameter or other API misuse
    rvl authored and KtorZ committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    3f07a13 View commit details
    Browse the repository at this point in the history
  5. fix double-import declaration

    KtorZ committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    37a4bdc View commit details
    Browse the repository at this point in the history