commit
796aee6ef0
|
@ -1,10 +1,11 @@
|
|||
[build]
|
||||
base = "site/"
|
||||
publish = "site/public/"
|
||||
command = "pwd && cd themes/docsy && git submodule update -f --init && cd ../.. && hugo"
|
||||
command = "pwd && cd themes/docsy && npm install && git submodule update -f --init && cd ../.. && hugo"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.83.1"
|
||||
NODE_VERSION = "14.21.1"
|
||||
HUGO_VERSION = "0.105.0"
|
||||
|
||||
[context.production.environment]
|
||||
HUGO_ENV = "production"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "About the Benchmarking Process"
|
||||
linkTitle: "About the Benchmarking Process"
|
||||
weight: 1
|
||||
---
|
||||
---
|
||||
|
||||
## What's the difference between the four images?
|
||||
In the benchmarking charts you'll see four images: Few Large Layers, Few Small Layers, Many Large Layers, and Many Small Layers
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2536303cad19991c673037f4f16332075141364a
|
||||
Subproject commit f27daed90073fb74ca3afdc0250910abcfaa6bea
|
Loading…
Reference in New Issue