Skip to content

Commit bcde3a2

Browse files
committed
Auto Update
1 parent b959aa1 commit bcde3a2

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

run-demo.bat

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
@echo off
22
chcp 65001 >nul
33
cd /d "%~dp0"
4-
echo [FastFileIndex] Running Demo (via JitPack)...
4+
5+
echo ⚡ Building Main Project...
6+
call mvn clean package -DskipTests -q
7+
if %ERRORLEVEL% NEQ 0 ( echo ❌ Benchmark failed. & pause & exit /b %ERRORLEVEL% )
8+
9+
echo 🚀 Running Demo...
510
cd examples\Demo
6-
call mvn compile exec:java -Dexec.mainClass=fastfileindex.Demo
11+
call mvn compile exec:java -Dexec.mainClass=fastfileindex.Demo -q
12+
if %ERRORLEVEL% NEQ 0 ( echo ❌ Benchmark failed. & pause & exit /b %ERRORLEVEL% )
13+
714
cd ..\..
815
pause

0 commit comments

Comments
 (0)