Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
vangheem committed Jan 20, 2024
1 parent fc45cfa commit 46290ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nucliadb_utils/nucliadb_utils/featureflagging.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Settings(pydantic.BaseSettings):
},
const.Features.PROCESSING_V2: {
"rollout": 0,
"variants": {"environment": ["local"]},
"variants": {"environment": ["testing"]},
},
}

Expand Down

3 comments on commit 46290ae

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 46290ae Previous: 5a633b0 Ratio
nucliadb/search/tests/unit/search/test_fetch.py::test_highligh_error 12817.64528231305 iter/sec (stddev: 3.135761962853792e-7) 12745.686329086004 iter/sec (stddev: 1.7317806991721728e-7) 0.99

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 46290ae Previous: 5a633b0 Ratio
nucliadb/search/tests/unit/search/test_fetch.py::test_highligh_error 13056.853138355447 iter/sec (stddev: 7.615285811077846e-7) 12745.686329086004 iter/sec (stddev: 1.7317806991721728e-7) 0.98

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 46290ae Previous: 5a633b0 Ratio
nucliadb/search/tests/unit/search/test_fetch.py::test_highligh_error 13089.915869634064 iter/sec (stddev: 9.290753777629492e-7) 12745.686329086004 iter/sec (stddev: 1.7317806991721728e-7) 0.97

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.