mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-09-18 04:46:43 +02:00
finally adequate performance
This commit is contained in:
parent
d495d97516
commit
7eef0cfb62
7 changed files with 36 additions and 31 deletions
2
Justfile
2
Justfile
|
|
@ -53,7 +53,7 @@ prof +ARGS="new":
|
|||
tracy +ARGS="new":
|
||||
{{release}} -F prof {{ARGS}}
|
||||
samply +ARGS="new":
|
||||
samply record target/release/tek {{ARGS}}
|
||||
samply record -r 8987 target/release/tek {{ARGS}}
|
||||
|
||||
release := "reset && cargo run --release"
|
||||
release +ARGS="new":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue