Skip to content

Commit 9ef5864

Browse files
committed
chore: remove prof in favor of benchmarks
1 parent 2ecc9eb commit 9ef5864

File tree

3 files changed

+3
-40
lines changed

3 files changed

+3
-40
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prof.py

Lines changed: 0 additions & 36 deletions
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ test = [
5858
"ml_dtypes",
5959
"statistics",
6060
]
61-
prof = ["pyinstrument"]
6261
test-cu12 = [
6362
"nvidia-curand-cu12",
6463
{ include-group = "test" }
@@ -168,8 +167,8 @@ make = "*"
168167
cxx-compiler = "*"
169168

170169
[tool.pixi.environments]
171-
cu12 = { features = ["cu12", "test", "prof"], solve-group = "cu12" }
172-
cu13 = { features = ["cu13", "test", "prof"], solve-group = "cu13" }
170+
cu12 = { features = ["cu12", "test"], solve-group = "cu12" }
171+
cu13 = { features = ["cu13", "test"], solve-group = "cu13" }
173172

174173
[tool.pixi.target.linux.tasks]
175174
build-tests = { cmd = [

0 commit comments

Comments
 (0)