chronprof -> chroprof

This commit is contained in:
gmega 2024-03-01 09:10:30 -03:00
parent 6d44662d97
commit 226d20008b
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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"