Skip to content

Commit bf94d8a

Browse files
author
Andre Stubbe
committed
chore: migrate demos and benchmarks to JitPack
1 parent 7e17ae0 commit bf94d8a

8 files changed

Lines changed: 18 additions & 36 deletions

File tree

examples/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.github.andrestubbe</groupId>
8-
<artifactId>fastbytes-examples</artifactId>
9-
<version>0.1.0</version>
8+
<artifactId>fastbytes-examples</artifactId>
9+
<version>0.1.0</version>
1010

1111
<properties>
1212
<maven.compiler.source>17</maven.compiler.source>

examples/src/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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
55
http://maven.apache.org/xsd/maven-4.0.0.xsd">
66
<modelVersion>4.0.0</modelVersion>
77

88
<groupId>com.github.andrestubbe</groupId>
9-
<artifactId>fastbytes-demo</artifactId>
10-
<version>0.1.0</version>
9+
<artifactId>fastbytes-demo</artifactId>
10+
<version>0.1.0</version>
1111
<packaging>jar</packaging>
1212

1313
<name>FastBytes Demo</name>

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\src
74
call mvn compile exec:java -Dexec.mainClass=fastbytes.benchmark.JMH_Copy
85
cd ..\..

run-copy-race.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\src
74
call mvn compile exec:java -Dexec.mainClass=fastbytes.benchmark.JMH_Copy
85
cd ..\..

run-fill-race.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\src
74
call mvn compile exec:java -Dexec.mainClass=fastbytes.benchmark.JMH_Copy
85
cd ..\..

run-hash-race.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\src
74
call mvn compile exec:java -Dexec.mainClass=fastbytes.benchmark.JMH_Copy
85
cd ..\..

run-search-race.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\src
74
call mvn compile exec:java -Dexec.mainClass=fastbytes.benchmark.JMH_Copy
85
cd ..\..

run-xor-race.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\src
74
call mvn compile exec:java -Dexec.mainClass=fastbytes.benchmark.JMH_Copy
85
cd ..\..

0 commit comments

Comments
 (0)