mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 16:49:05 +08:00
test: remove memory usage to uncover execution time
This commit is contained in:
parent
283c61a0fd
commit
12dc54cea8
@ -28,7 +28,7 @@ if exist "config\testing" (
|
||||
copy /e /i /y "..\hugo-theme-relearn\exampleSite\config\testing" "hugo\testing"
|
||||
)
|
||||
|
||||
hugo%hugo_version% %config% --templateMetrics --templateMetricsHints --printI18nWarnings --printPathWarnings --printUnusedTemplates --printMemoryUsage --cleanDestinationDir --destination "public.%version%%hugo_prefix%%hugo_version%" >> "metrics.%version%%hugo_prefix%%hugo_version%.log"
|
||||
hugo%hugo_version% %config% --templateMetrics --templateMetricsHints --printI18nWarnings --printPathWarnings --printUnusedTemplates --cleanDestinationDir --destination "public.%version%%hugo_prefix%%hugo_version%" >> "metrics.%version%%hugo_prefix%%hugo_version%.log"
|
||||
|
||||
set "start_dir=%CD%\public.%version%%hugo_prefix%%hugo_version%"
|
||||
set "output_file=dir.%version%%hugo_prefix%%hugo_version%.log"
|
||||
|
Loading…
x
Reference in New Issue
Block a user