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