diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-14 18:22:46 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-14 18:22:46 +0200 |
commit | f0db8ba560c882d3fe297b5433acc128dc2d9343 (patch) | |
tree | 3db6fea9467c16008826c7c90d2a6c625e2c8bad /.gitmodules | |
parent | c75b239018e9fb8deadab6396f3fbdfafd982f0d (diff) | |
download | mknet-f0db8ba560c882d3fe297b5433acc128dc2d9343.tar.gz mknet-f0db8ba560c882d3fe297b5433acc128dc2d9343.zip |
Scenario based benchmarks will be ready soon
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f5954d6..ee71308 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "benchmarks/warp"] path = benchmarks/warp url = https://github.com/minio/warp +[submodule "analysis/quentin"] + path = analysis/quentin + url = https://git.deuxfleurs.fr/quentin/benchmarks |