mirror of https://github.com/mongodb/mongo
SERVER-113463 Re-lower performance threshold limit (#44000)
GitOrigin-RevId: cf206bbaabbcc9f2a32a4c9d3eb5a7fe4ae8f1c8
This commit is contained in:
parent
a973e3f682
commit
4a34fec9fe
|
|
@ -49,5 +49,5 @@ tests:
|
||||||
- thread_level: 1
|
- thread_level: 1
|
||||||
metrics:
|
metrics:
|
||||||
- name: instructions_per_iteration_mean
|
- name: instructions_per_iteration_mean
|
||||||
threshold_limit: 20000
|
threshold_limit: 600
|
||||||
bound_direction: upper
|
bound_direction: upper
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue