Skip to content

Commit

Permalink
ci: bench: add seed parameter in k6 script
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Apr 3, 2024
1 parent e0482ed commit a53137d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/server/bench/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export default function () {
],
"model": model,
"stream": false,
"seed": 42,
"max_tokens": max_tokens
}

Expand Down

0 comments on commit a53137d

Please sign in to comment.