nim-chroprof/chroprof.nimble

15 lines
480 B
Plaintext
Raw Normal View History

2024-02-29 17:55:45 -03:00
mode = ScriptMode.Verbose
packageName = "chroprof"
version = "0.1.0"
author = "Status Research & Development GmbH"
description = "A profiling tool for the Chronos networking framework"
license = "MIT or Apache License 2.0"
skipDirs = @["tests"]
2024-02-29 20:54:00 -03:00
requires "nim >= 1.6.16",
"https://github.com/codex-storage/nim-chronos#feature/profiler-v4",
"metrics >= 0.1.0"
2024-03-01 09:09:06 -03:00
task test, "Run tests":
exec "nim c --out:./build/testeall -r tests/testall.nim"