Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

pre-run the Queries before loop 10 times #107

@flaneur2020

Description

@flaneur2020

current order:

for 10 times {
  Q1
}
for 10 times {
  Q2
}
...
for 10 times{
  Q15
}

when got stable error on one query, it wasted lots of time on rerun the ci jobs.

we can consider add a seperate job before the 10 times perf executions:

  Q1
  Q2
  Q3
  ..
  Q15

thus we can fail retry the single job quickly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions