Skip to content

Commit

Permalink
#5592: Fix accidental test duplication due to merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
s-jovic committed May 21, 2024
1 parent 4fc1bb4 commit da4bc52
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions tests/scripts/run_performance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,6 @@ run_perf_models_llm_javelin() {
env python models/perf/merge_perf_results.py
}

run_perf_models_llm_javelin_multi_device() {
local tt_arch=$1
local test_marker=$2

env WH_ARCH_YAML=wormhole_b0_80_arch_eth_dispatch.yaml pytest models/demos/falcon7b/tests -m $test_marker

# Mistral8x7b env flags are set inside the tests
env pytest models/demos/t3000/mixtral8x7b/tests -m $test_marker

## Merge all the generated reports
env python models/perf/merge_perf_results.py
}

run_perf_models_cnn_javelin() {
local tt_arch=$1
local test_marker=$2
Expand Down

0 comments on commit da4bc52

Please sign in to comment.