Add description field to HTTP server example.
This commit is contained in:
parent
a5628230c1
commit
90d5784c2d
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"name": "bench-http-server",
|
|
||||||
"dependencies": {
|
|
||||||
"vibe-core": {"path": "../../"},
|
|
||||||
}
|
|
||||||
}
|
|
3
examples/bench-dummy-http-server/dub.sdl
Normal file
3
examples/bench-dummy-http-server/dub.sdl
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
name "bench-http-server"
|
||||||
|
description "Minimal partial HTTP server implementation for baseline performance testing"
|
||||||
|
dependency "vibe-core" path="../../"
|
Loading…
Reference in a new issue