@@ -304,17 +304,6 @@ functions:
304
304
args :
305
305
- ${DRIVERS_TOOLS}/.evergreen/atlas/teardown-atlas-cluster.sh
306
306
307
- " run perf tests " :
308
- - command : subprocess.exec
309
- type : test
310
- params :
311
- working_dir : " src"
312
- binary : bash
313
- include_expansions_in_env : [SUB_TEST_NAME]
314
- args :
315
- - .evergreen/scripts/run-with-env.sh
316
- - .evergreen/scripts/run-perf-tests.sh
317
-
318
307
" attach benchmark test results " :
319
308
- command : attach.results
320
309
params :
@@ -461,84 +450,6 @@ tasks:
461
450
commands :
462
451
- func : " download and merge coverage"
463
452
464
- - name : " perf-6.0-standalone"
465
- tags : ["perf"]
466
- commands :
467
- - func : " run server"
468
- vars :
469
- VERSION : " v6.0-perf"
470
- - func : " run perf tests"
471
- vars :
472
- SUB_TEST_NAME : " sync"
473
- - func : " attach benchmark test results"
474
- - func : " send dashboard data"
475
-
476
- - name : " perf-6.0-standalone-ssl"
477
- tags : ["perf"]
478
- commands :
479
- - func : " run server"
480
- vars :
481
- VERSION : " v6.0-perf"
482
- SSL : " ssl"
483
- - func : " run perf tests"
484
- vars :
485
- SUB_TEST_NAME : " sync"
486
- - func : " attach benchmark test results"
487
- - func : " send dashboard data"
488
-
489
- - name : " perf-8.0-standalone"
490
- tags : ["perf"]
491
- commands :
492
- - func : " run server"
493
- vars :
494
- VERSION : " 8.0"
495
- - func : " run perf tests"
496
- vars :
497
- SUB_TEST_NAME : " sync"
498
- - func : " attach benchmark test results"
499
- - func : " send dashboard data"
500
-
501
- - name : " perf-6.0-standalone-async"
502
- tags : [ "perf" ]
503
- commands :
504
- - func : " run server"
505
- vars :
506
- VERSION : " v6.0-perf"
507
- TOPOLOGY : " server"
508
- - func : " run perf tests"
509
- vars :
510
- SUB_TEST_NAME : " async"
511
- - func : " attach benchmark test results"
512
- - func : " send dashboard data"
513
-
514
- - name : " perf-6.0-standalone-ssl-async"
515
- tags : [ "perf" ]
516
- commands :
517
- - func : " run server"
518
- vars :
519
- VERSION : " v6.0-perf"
520
- TOPOLOGY : " server"
521
- SSL : " ssl"
522
- - func : " run perf tests"
523
- vars :
524
- SUB_TEST_NAME : " async"
525
- - func : " attach benchmark test results"
526
- - func : " send dashboard data"
527
-
528
- - name : " perf-8.0-standalone-async"
529
- tags : [ "perf" ]
530
- commands :
531
- - func : " run server"
532
- vars :
533
- VERSION : " 8.0"
534
- TOPOLOGY : " server"
535
- - func : " run perf tests"
536
- vars :
537
- SUB_TEST_NAME : " async"
538
- - func : " attach benchmark test results"
539
- - func : " send dashboard data"
540
-
541
-
542
453
- name : " check-import-time"
543
454
tags : ["pr"]
544
455
commands :
@@ -610,15 +521,3 @@ buildvariants:
610
521
- rhel8.7-small
611
522
tasks :
612
523
- name : " backport-pr"
613
-
614
- - name : " perf-tests"
615
- display_name : " Performance Benchmarks"
616
- batchtime : 10080 # 7 days
617
- run_on : rhel90-dbx-perf-large
618
- tasks :
619
- - name : " perf-6.0-standalone"
620
- - name : " perf-6.0-standalone-ssl"
621
- - name : " perf-8.0-standalone"
622
- - name : " perf-6.0-standalone-async"
623
- - name : " perf-6.0-standalone-ssl-async"
624
- - name : " perf-8.0-standalone-async"
0 commit comments