remove bench debugging
This commit is contained in:
parent
821dabd84d
commit
9b5cd7331d
12
test/bench.js
vendored
12
test/bench.js
vendored
@ -27,18 +27,6 @@ function runBench(options) {
|
||||
options = options || {};
|
||||
const specs = load();
|
||||
|
||||
marked.setOptions({
|
||||
gfm: false,
|
||||
breaks: false,
|
||||
pedantic: false,
|
||||
sanitize: false,
|
||||
smartLists: false
|
||||
});
|
||||
if (options.marked) {
|
||||
marked.setOptions(options.marked);
|
||||
}
|
||||
bench('non marked', specs, marked);
|
||||
|
||||
// Non-GFM, Non-pedantic
|
||||
marked.setOptions({
|
||||
gfm: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user