Skip to content

Commit 0618a8a

Browse files
author
Yuki Izumi
committed
More runs in benchmark; .gitignore update
1 parent ea68f88 commit 0618a8a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,9 @@ bstrlib.txt
3232
build
3333
cmark.dSYM/*
3434
cmark
35+
36+
# Testing and benchmark
37+
alltests.md
38+
progit/
39+
bench/benchinput.md
40+
test/afl_results/

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FUZZCHARS?=2000000 # for fuzztest
1111
BENCHDIR=bench
1212
BENCHFILE=$(BENCHDIR)/benchinput.md
1313
ALLTESTS=alltests.md
14-
NUMRUNS?=10
14+
NUMRUNS?=20
1515
CMARK=$(BUILDDIR)/src/cmark
1616
PROG?=$(CMARK)
1717
VERSION?=$(SPECVERSION)

man/man3/cmark.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH cmark 3 "November 18, 2016" "LOCAL" "Library Functions Manual"
1+
.TH cmark 3 "November 29, 2016" "LOCAL" "Library Functions Manual"
22
.SH
33
NAME
44
.PP

0 commit comments

Comments
 (0)