Skip to content

Commit

Permalink
[core][compiled graphs] Remove microbenchmark unstable (#49901)
Browse files Browse the repository at this point in the history
Clean up the "Microbenchmark unstable" benchmarks: these are basically
used for Compiled Graphs.
And we have already set up compiled graphs microbenchmarks the run the
same tests.

Signed-off-by: Rui Qiao <[email protected]>
  • Loading branch information
ruisearch42 authored Jan 17, 2025
1 parent 0c0f84d commit dbf1d92
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions release/release_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2732,56 +2732,6 @@
frequency: weekly
python: "3.12"

- name: microbenchmark_unstable
group: core-daily-test
team: core
frequency: nightly
working_dir: microbenchmark

stable: false

cluster:
byod: {}
cluster_compute: tpl_64.yaml

run:
timeout: 1800
script: OMP_NUM_THREADS=64 RAY_ADDRESS=local python run_microbenchmark.py --experimental

- name: microbenchmark_gpu_unstable
group: core-daily-test
team: core
frequency: nightly
working_dir: microbenchmark

stable: false

cluster:
byod:
type: gpu
cluster_compute: experimental/compute_gpu_2_aws.yaml

run:
timeout: 1800
script: python experimental/accelerated_dag_gpu_microbenchmark.py

- name: microbenchmark_gpu_multinode_unstable
group: core-daily-test
team: core
frequency: nightly
working_dir: microbenchmark

stable: false

cluster:
byod:
type: gpu
cluster_compute: experimental/compute_gpu_2x1_aws.yaml

run:
timeout: 1800
script: python experimental/accelerated_dag_gpu_microbenchmark.py --distributed

- name: compiled_graphs
group: core-daily-test
team: core
Expand Down

0 comments on commit dbf1d92

Please sign in to comment.