Skip to content
Snippets Groups Projects
Commit e29101ae authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

WIP add migration for number of threads

parent 716eb4a0
No related branches found
No related tags found
No related merge requests found
from asv import migrations
class Migration(migrations.Migration):
operations = [
migrations.AddBenchParam(
name="max_worker_count",
values=[1, 2],
default=1,
targets=r"^simple_command.read.status.*"),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment