bench: init

This commit is contained in:
loks0n
2024-07-15 10:41:24 +01:00
parent c8ee399cb7
commit f8b9807eb5
4 changed files with 69 additions and 895 deletions
+1 -1
View File
@@ -765,7 +765,7 @@ $image = $this->getParam('image', '');
<<: *x-logging
restart: unless-stopped
stop_signal: SIGINT
image: openruntimes/executor:0.5.5
image: executor:benchmark
networks:
- appwrite
- runtimes
+1 -1
View File
@@ -11,7 +11,7 @@
}
],
"scripts": {
"test": "vendor/bin/phpunit",
"test": "vendor/bin/phpunit --filter testBenchmark",
"lint": "vendor/bin/pint --test",
"format": "vendor/bin/pint"
},
+1 -1
View File
@@ -851,7 +851,7 @@ services:
hostname: exc1
<<: *x-logging
stop_signal: SIGINT
image: openruntimes/executor:0.6.1
image: executor:benchmark
restart: unless-stopped
networks:
- appwrite
File diff suppressed because it is too large Load Diff