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

test(qe-wasm): WASM query engine benchmarks isolated from DB #4567

Merged
merged 42 commits into from
Dec 19, 2023

Commits on Dec 18, 2023

  1. Build wasm query engine within nix environement

    Ensures that all necessary tooling is always available for when it is
    built. Affected jobs:
    
    - Adapter tests
    - Size comparison job
    - WASM engine release
    
    Fix prisma/team-orm#752
    SevInf committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    c3e0f78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e496d9 View commit details
    Browse the repository at this point in the history
  3. Move bench

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    844f485 View commit details
    Browse the repository at this point in the history
  4. Rename index.ts -> testd.ts

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    ac0526b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bb028a View commit details
    Browse the repository at this point in the history
  6. Queries being recorded

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    4f8e1f8 View commit details
    Browse the repository at this point in the history
  7. change recording

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    20b3436 View commit details
    Browse the repository at this point in the history
  8. Remove TX recorders, YAGNI

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    2326523 View commit details
    Browse the repository at this point in the history
  9. Run benches

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    cced23c View commit details
    Browse the repository at this point in the history
  10. Compare different engines

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    8ab9def View commit details
    Browse the repository at this point in the history
  11. Run in GH action

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    20139b3 View commit details
    Browse the repository at this point in the history
  12. Use direct stdout

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    3f45fd4 View commit details
    Browse the repository at this point in the history
  13. Fix bench.sh

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    24dc78d View commit details
    Browse the repository at this point in the history
  14. Remove path ignores

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    d0d8027 View commit details
    Browse the repository at this point in the history
  15. Output WASM_BUILD_PROFILE

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    692bfa3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7dcbcef View commit details
    Browse the repository at this point in the history
  17. Tweak comment

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    a4e77b1 View commit details
    Browse the repository at this point in the history
  18. Fix NAPI

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    81344f5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5df58cb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8a1c0e9 View commit details
    Browse the repository at this point in the history
  21. Reuse comment

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    bfa935b View commit details
    Browse the repository at this point in the history
  22. Workflow text

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    e97ae83 View commit details
    Browse the repository at this point in the history
  23. Fix target for nodejs

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    1fda530 View commit details
    Browse the repository at this point in the history
  24. Fail fast and output to file

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    6ae00ab View commit details
    Browse the repository at this point in the history
  25. Renames

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    5d1fdca View commit details
    Browse the repository at this point in the history
  26. Profile

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    30b31ce View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0fb610c View commit details
    Browse the repository at this point in the history
  28. Use nix for building

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    20acc74 View commit details
    Browse the repository at this point in the history
  29. Build with profile

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    b6400d7 View commit details
    Browse the repository at this point in the history
  30. Fix tee

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    14ce198 View commit details
    Browse the repository at this point in the history
  31. multiline output

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    e40d8b5 View commit details
    Browse the repository at this point in the history
  32. Summarize results

    miguelff committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    8245651 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Reformat json queries

    miguelff committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    8dee3aa View commit details
    Browse the repository at this point in the history
  2. Nit in message

    miguelff committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    3966a43 View commit details
    Browse the repository at this point in the history
  3. Tmp: make benchmarks fail.

    miguelff committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    a098e19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    663e204 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    716d886 View commit details
    Browse the repository at this point in the history
  6. First round of feedback

    miguelff committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    cecea04 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20bfd45 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    41ff566 View commit details
    Browse the repository at this point in the history
  9. Take back paths ignore

    miguelff committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    f03cef3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee4fc7a View commit details
    Browse the repository at this point in the history