Skip to content

Commit d356a40

Browse files
committed
Auto Update
1 parent ef7e388 commit d356a40

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

examples/Benchmark/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
@@ -7,7 +7,7 @@
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>
@@ -29,13 +29,13 @@
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

run-demo.bat

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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)...
35
cd examples\Demo
4-
call mvn -q compile exec:java -Dexec.mainClass=fastfileindex.Demo
6+
call mvn compile exec:java -Dexec.mainClass=fastfileindex.Demo
57
cd ..\..
68
pause

0 commit comments

Comments
 (0)