diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-24 18:09:18 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-24 18:09:18 +0200 |
commit | b4c1f58a3cf4887ef5dc5d042696eaf8784a2e6b (patch) | |
tree | 17d0951060bebecb89fdb72758a40604adf99f75 /scenarios/fragments | |
parent | c84dc6bd3592d3430a9a57bfdec2e55856ce304e (diff) | |
download | mknet-b4c1f58a3cf4887ef5dc5d042696eaf8784a2e6b.tar.gz mknet-b4c1f58a3cf4887ef5dc5d042696eaf8784a2e6b.zip |
DB engine comparison
Diffstat (limited to 'scenarios/fragments')
-rw-r--r-- | scenarios/fragments/flavor.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scenarios/fragments/flavor.py b/scenarios/fragments/flavor.py index e7323e8..a5644b9 100644 --- a/scenarios/fragments/flavor.py +++ b/scenarios/fragments/flavor.py @@ -41,6 +41,7 @@ garage = grg_path({ warp = { "warp-fast": "mixed --obj.size 5M --objects 200 --duration=5m", + "warp-small-obj": "mixed --obj.size 256 --objects 200 --duration=5m", "warp-default": "mixed" } |