From 12dc54cea8628fb07f8ecb06154ec3a0aa9a43f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 30 Nov 2023 00:17:21 +0100 Subject: [PATCH] test: remove memory usage to uncover execution time --- exampleSite/test-hugo.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/test-hugo.bat b/exampleSite/test-hugo.bat index e3d0e7c6ab..5352cc6a77 100644 --- a/exampleSite/test-hugo.bat +++ b/exampleSite/test-hugo.bat @@ -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"