Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gonzofish/talc-stress
Stress testing talc
https://github.com/gonzofish/talc-stress
Last synced: 25 days ago
JSON representation
Stress testing talc
- Host: GitHub
- URL: https://github.com/gonzofish/talc-stress
- Owner: gonzofish
- Created: 2020-05-23T18:29:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:57:46.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T03:41:09.320Z (8 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Talc Stress Test
This project does a stress test on Talc.
## Methodology
1. Generating 10_000 markdown files with content from a Loreum Ipsum generator.
- Words per sentence randomize between 4-16
- Sentences per paragraph randomize between 4-8
- Paragraphs per file randomize between 3-20
2. Run talc over the generated markdown files
- Have two page types: index.html & post.html
- Each page imports a header & footer partial
- index.html also imports the pagelist partial
- Date format is also specified in talc.config.jsPerformance is measure using Node's `perf_hooks` implementation of the performance API. At each step we `mark` the time and the performance API calculates the time between two marks when we ask for a `measure`.
## Results
- [2020-05-23]: 21-25 seconds