Added a YAML benchmark that loads and optionally extracts data
from and/or dumps a YAML file.
This commit is contained in:
parent
3078262129
commit
fb67e775e4
5 changed files with 124 additions and 11 deletions
5
examples/yaml_bench/Makefile
Normal file
5
examples/yaml_bench/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
main:
|
||||
dmd -w -I../../ -L-L../../ -L-ldyaml yaml_bench.d
|
||||
|
||||
clean:
|
||||
rm yaml_stats yaml_bench.o
|
Loading…
Add table
Add a link
Reference in a new issue