File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" UTF-8" ?>
1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0"
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0
77
88 <groupId >com.github.andrestubbe</groupId >
99 <artifactId >fastfileindex-benchmark</artifactId >
10- <version >0 .1.0</version >
10+ <version >v0 .1.0</version >
1111 <packaging >jar</packaging >
1212
1313 <name >FastFileIndex Benchmark</name >
2929 <dependencies >
3030 <dependency >
3131 <groupId >com.github.andrestubbe</groupId >
32- <artifactId >fastcore </artifactId >
33- <version >0 .1.0</version >
32+ <artifactId >FastCore </artifactId >
33+ <version >v0 .1.0</version >
3434 </dependency >
3535 <dependency >
3636 <groupId >com.github.andrestubbe</groupId >
37- <artifactId >fastfileindex </artifactId >
38- <version >0 .1.0</version >
37+ <artifactId >FastFileIndex </artifactId >
38+ <version >v0 .1.0</version >
3939 </dependency >
4040 </dependencies >
4141
Original file line number Diff line number Diff line change 1- @ echo off
2- echo 🚀 Running Hero Demo...
1+ @ echo off
2+ chcp 65001 > nul
3+ cd /d " %~dp0 "
4+ echo [FastFileIndex] Running Demo (via JitPack)...
35cd examples\Demo
4- call mvn -q compile exec:java -Dexec.mainClass=fastfileindex.Demo
6+ call mvn compile exec:java -Dexec.mainClass=fastfileindex.Demo
57cd ..\..
68pause
You can’t perform that action at this time.
0 commit comments