Skip to content

Commit b79dc58

Browse files
author
Andre Stubbe
committed
chore: migrate demos and benchmarks to JitPack
1 parent 900eff2 commit b79dc58

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

run-benchmark.bat

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
@echo off
2-
echo ⚡ Building Main Project...
3-
call mvn clean package -DskipTests
4-
if %ERRORLEVEL% NEQ 0 ( pause & exit /b )
5-
echo 🚀 Running Hero Demo...
1+
@echo off
2+
echo 🚀 Running Hero Demo...
63
cd examples\Benchmark
74
call mvn compile exec:java -Dexec.mainClass=fastfileindex.Benchmark
85
cd ..\..

run-demo.bat

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
@echo off
2-
echo ⚡ Building Main Project...
3-
call mvn -q clean package -DskipTests
4-
if %ERRORLEVEL% NEQ 0 ( pause & exit /b )
5-
echo 🚀 Running Hero Demo...
1+
@echo off
2+
echo 🚀 Running Hero Demo...
63
cd examples\Demo
74
call mvn -q compile exec:java -Dexec.mainClass=fastfileindex.Demo
85
cd ..\..

0 commit comments

Comments
 (0)