Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docpad/docpad-skeleton-benchmark
Benchmarking skeleton for DocPad
https://github.com/docpad/docpad-skeleton-benchmark
docpad-project
Last synced: about 3 hours ago
JSON representation
Benchmarking skeleton for DocPad
- Host: GitHub
- URL: https://github.com/docpad/docpad-skeleton-benchmark
- Owner: docpad
- License: other
- Created: 2015-03-12T04:16:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T15:36:13.000Z (12 months ago)
- Last Synced: 2024-04-07T00:54:32.415Z (7 months ago)
- Topics: docpad-project
- Language: CoffeeScript
- Homepage:
- Size: 222 KB
- Stars: 1
- Watchers: 19
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Benchmarking Skeleton for [DocPad](https://github.com/bevry/docpad)
You have two options for seeing the benchmarks:
[View the last result on Travis CI](https://travis-ci.com/docpad/docpad-skeleton-benchmark)
## Usage
```bash
git clone https://github.com/docpad/docpad-skeleton-benchmark.git
cd docpad-skeleton-benchmark
npm install
npm test
```If you want to profile the performance issues also, install the [cpuprofiler plugin](https://github.com/pflannery/docpad-plugin-cpuprofiler):
```bash
docpad install cpuprofiler
```## Results
- docpad 6.78.3 rendered 1000 eco 2.2.1 documents with layout in 47.92 seconds
- docpad 6.83.1 rendered 1000 eco 2.5.0 documents with layout in 6.363 seconds