Compare commits

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