mirror of
https://github.com/logos-storage/nim-chroprof.git
synced 2026-01-02 13:33:06 +00:00
chronprof -> chroprof
This commit is contained in:
parent
6d44662d97
commit
226d20008b
@ -1,5 +1,5 @@
|
||||
when not defined(chronosProfiling):
|
||||
{.error: "chronprof requires -d:chronosProfiling to be enabled".}
|
||||
{.error: "chroprof requires -d:chronosProfiling to be enabled".}
|
||||
|
||||
import ./chroprof/api
|
||||
|
||||
|
||||
@ -11,6 +11,5 @@ requires "nim >= 1.6.16",
|
||||
"https://github.com/codex-storage/nim-chronos#feature/profiler-v4",
|
||||
"metrics >= 0.1.0"
|
||||
|
||||
|
||||
task test, "Run tests":
|
||||
exec "nim c --out:./build/testeall -r tests/testall.nim"
|
||||
Loading…
x
Reference in New Issue
Block a user