Skip to content

Commit

Permalink
chore(benchmarks): move gabe-mdx (#26949)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdz committed Sep 18, 2020
1 parent cd93374 commit 390ae17
Show file tree
Hide file tree
Showing 16 changed files with 9 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -1,10 +1,10 @@
# MDX Benchmark
# Baseline Gatsby Benchmark: fs + mdx

This is a baseline benchmark for tracking MDX performance in the Gabe project.
This is a baseline benchmark site in the Gabe project.

The site can generate an arbitrary amount of super simple pages. Each page has a small header, imports a file, and has two small paragraphs of random text. No images, because we want to benchmark MDX.
This site in particular tracks MDX performance for individual files per page.

This uses the local file system plugin, though we might switch to sourcing from csv since that has a more efficient internal representation (fewer `File` nodes).
The site can generate an arbitrary amount of super simple pages. Each page has a small header, imports a file, and has two small paragraphs of random text. No images, because we want to benchmark MDX.

## Install

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -1,7 +1,7 @@
{
"name": "gabe-mdx",
"name": "gabe-fs-mdx",
"private": true,
"description": "Benchmark site for testing baseline mdx perf",
"description": "Benchmark site for testing baseline mdx perf with individual files per page",
"author": "Peter van der Zee <pvdz@github>",
"version": "0.1.0",
"license": "MIT",
Expand All @@ -23,7 +23,9 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"keywords": [
"gatsby", "benchmark", "mdx"
"gatsby",
"benchmark",
"mdx"
],
"dependencies": {
"@mdx-js/mdx": "^1",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 390ae17

Please sign in to comment.