File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88 <groupId >com.github.andrestubbe</groupId >
99 <artifactId >fastfileindex-benchmark</artifactId >
10- <version >v0 .1.0</version >
10+ <version >0 .1.0</version >
1111 <packaging >jar</packaging >
1212
1313 <name >FastFileIndex Benchmark</name >
3030 <dependency >
3131 <groupId >com.github.andrestubbe</groupId >
3232 <artifactId >FastCore</artifactId >
33- <version >v0 .1.0</version >
33+ <version >0 .1.0</version >
3434 </dependency >
3535 <dependency >
3636 <groupId >com.github.andrestubbe</groupId >
3737 <artifactId >FastFileIndex</artifactId >
38- <version >v0 .1.0</version >
38+ <version >0 .1.0</version >
3939 </dependency >
4040 </dependencies >
4141
Original file line number Diff line number Diff line change 11@ echo off
22chcp 65001 > nul
33cd /d " %~dp0 "
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-
4+ echo [FastFileIndex] Running Demo (via JitPack)...
95echo 🚀 Running Demo...
106cd examples\Demo
11- call mvn compile exec:java -Dexec.mainClass=fastfileindex.Demo -q
12- if %ERRORLEVEL% NEQ 0 ( echo ❌ Benchmark failed. & pause & exit /b %ERRORLEVEL% )
7+ call mvn -U compile exec:java -Dexec.mainClass=fastfileindex.Demo -q
8+ if %ERRORLEVEL% NEQ 0 ( echo ❌ Demo failed. & pause & exit /b %ERRORLEVEL% )
139
1410cd ..\..
1511pause
You can’t perform that action at this time.
0 commit comments