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

bench: use .pytest_cache as tmpdir for running benchmarks #242

Merged
merged 5 commits into from
Dec 6, 2023

Commits on Dec 6, 2023

  1. bench: use .pytest_cache as tmpdir for running benchmarks

    This makes it possible to test Linux where tmpdir is using tmpfs
    rather than the filesystem that supports reflink.
    
    Also we run test for 1000 links, but run 10 rounds (with 3 warmup rounds)
    for better results, as a single test may be noisy.
    skshetry committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    134653f View commit details
    Browse the repository at this point in the history
  2. fix test

    skshetry committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    68c329f View commit details
    Browse the repository at this point in the history
  3. fix test

    skshetry committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    65e1a9f View commit details
    Browse the repository at this point in the history
  4. fix test

    skshetry committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    0b74947 View commit details
    Browse the repository at this point in the history
  5. fix test

    skshetry committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    8fe9763 View commit details
    Browse the repository at this point in the history