Skip to content

Commit 3dd18a6

Browse files
committed
docs: add FastGLOB Showcase screenshot and YouTube video link to README
1 parent 17fa2df commit 3dd18a6

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ public class Demo {
2525
}
2626
```
2727

28+
[![FastGLOB Showcase](docs/screenshot.png)](https://www.youtube.com/watch?v=HpCVFcFTWpg)
29+
30+
---
31+
2832
## Table of Contents
2933
- [Key Features](#key-features)
3034
- [Performance](#performance)

docs/screenshot.png

1.51 MB
Loading

run-benchmark.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ if %ERRORLEVEL% NEQ 0 (
88
exit /b %ERRORLEVEL%
99
)
1010

11-
echo.
1211
echo 🚀 Running Benchmark...
1312
call mvn -q -f examples/Benchmark/pom.xml compile
1413
call java --enable-native-access=ALL-UNNAMED -cp "target\fastglob-0.1.0.jar;examples\Benchmark\target\classes" fastglob.Benchmark

0 commit comments

Comments
 (0)