From 7a2c92637ae265654a68f62e6a7610b358255d3f Mon Sep 17 00:00:00 2001 From: Pierrick Hymbert Date: Thu, 4 Apr 2024 11:57:58 +0200 Subject: ci: bench: add more ftype, fix triggers and bot comment (#6466) * ci: bench: change trigger path to not spawn on each PR * ci: bench: add more file type for phi-2: q8_0 and f16. - do not show the comment by default * ci: bench: add seed parameter in k6 script * ci: bench: artefact name perf job * Add iteration in the commit status, reduce again the autocomment * ci: bench: add per slot metric in the commit status * Fix trailing spaces --- examples/server/bench/script.js | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/server/bench/script.js') diff --git a/examples/server/bench/script.js b/examples/server/bench/script.js index a4f5ac5a..dc41e8d9 100644 --- a/examples/server/bench/script.js +++ b/examples/server/bench/script.js @@ -87,6 +87,7 @@ export default function () { ], "model": model, "stream": false, + "seed": 42, "max_tokens": max_tokens } -- cgit v1.2.3