Skip to content

Commit

Permalink
chore: fix scripts (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: Glatzel <[email protected]>
  • Loading branch information
Glatzel and Glatzel authored Oct 28, 2024
1 parent 674f5b9 commit d068d49
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 27 deletions.
3 changes: 0 additions & 3 deletions bench/amplitude_to_db.ps1

This file was deleted.

4 changes: 4 additions & 0 deletions bench/arithmetic/broadcast1.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Set-Location $PSScriptRoot
Set-Location ..
Set-Location ..
pixi run -e arithmetic-gpu pytest "./src/arithmetic/test_broadcast1.py" --benchmark-autosave --benchmark-histogram=histogram/
4 changes: 4 additions & 0 deletions bench/arithmetic/broadcast2.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Set-Location $PSScriptRoot
Set-Location ..
Set-Location ..
pixi run -e arithmetic-gpu pytest "./src/arithmetic/test_broadcast2.py" --benchmark-autosave --benchmark-histogram=histogram/
4 changes: 4 additions & 0 deletions bench/arithmetic/datum_compense_loop.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Set-Location $PSScriptRoot
Set-Location ..
Set-Location ..
pixi run -e arithmetic-gpu pytest "./src/arithmetic/test_datum_compense_loop.py" --benchmark-autosave --benchmark-histogram=histogram/
4 changes: 4 additions & 0 deletions bench/arithmetic/datum_compense_vector.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Set-Location $PSScriptRoot
Set-Location ..
Set-Location ..
pixi run -e arithmetic-gpu pytest "./src/arithmetic/test_datum_compense_vector.py" --benchmark-autosave --benchmark-histogram=histogram/
4 changes: 4 additions & 0 deletions bench/arithmetic/fft.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Set-Location $PSScriptRoot
Set-Location ..
Set-Location ..
pixi run -e arithmetic-gpu pytest "./src/arithmetic/test_fft.py" --benchmark-autosave --benchmark-histogram=histogram/
4 changes: 4 additions & 0 deletions bench/audio/amplitude_to_db.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Set-Location $PSScriptRoot
Set-Location ..
Set-Location ..
pixi run -e audio pytest "./src/audio/test_amplitude_to_db.py" --benchmark-autosave --benchmark-histogram=histogram/audio
4 changes: 4 additions & 0 deletions bench/audio/audio_load.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Set-Location $PSScriptRoot
Set-Location ..
Set-Location ..
pixi run -e audio pytest "./src/audio/audio_load*.ps1" --benchmark-autosave --benchmark-histogram=histogram/audio
4 changes: 4 additions & 0 deletions bench/audio/channel_merge.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Set-Location $PSScriptRoot
Set-Location ..
Set-Location ..
pixi run -e audio pytest "./src/audio/test_channel_merge.py" --benchmark-autosave --benchmark-histogram=histogram/audio
4 changes: 4 additions & 0 deletions bench/audio/stft.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Set-Location $PSScriptRoot
Set-Location ..
Set-Location ..
pixi run -e audio pytest "./src/audio/test_stft" --benchmark-autosave --benchmark-histogram=histogram/audio
3 changes: 0 additions & 3 deletions bench/audio_load.ps1

This file was deleted.

3 changes: 0 additions & 3 deletions bench/broadcast1.ps1

This file was deleted.

3 changes: 0 additions & 3 deletions bench/broadcast2.ps1

This file was deleted.

3 changes: 0 additions & 3 deletions bench/channel_merge.ps1

This file was deleted.

3 changes: 0 additions & 3 deletions bench/datum_compense_loop.ps1

This file was deleted.

3 changes: 0 additions & 3 deletions bench/datum_compense_vector.ps1

This file was deleted.

3 changes: 0 additions & 3 deletions bench/fft.ps1

This file was deleted.

3 changes: 0 additions & 3 deletions bench/stft.ps1

This file was deleted.

0 comments on commit d068d49

Please sign in to comment.