We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900eff2 commit b79dc58Copy full SHA for b79dc58
2 files changed
run-benchmark.bat
@@ -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...
+@echo off
+echo 🚀 Running Hero Demo...
6
cd examples\Benchmark
7
call mvn compile exec:java -Dexec.mainClass=fastfileindex.Benchmark
8
cd ..\..
run-demo.bat
-call mvn -q clean package -DskipTests
cd examples\Demo
call mvn -q compile exec:java -Dexec.mainClass=fastfileindex.Demo
0 commit comments