Skip to content

Commit 2bbd3ec

Browse files
orlandowclaude
andcommitted
Add Round 0 results, host info, and run layout improvements
- Add round-0 benchmark results (6 servers, 20 tests) - Add host metadata to run data files (cpu, ram, os, docker) - Display host info in run header via Run layout (loaded from data, not passed as prop) - Add RunHost type to types.ts - Update scoring.mdx imputation formula Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 89bb09f commit 2bbd3ec

7 files changed

Lines changed: 2906 additions & 2898 deletions

File tree

scripts/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const VU_LEVELS = [1, 10, 50] as const;
44

55
// Imputation percentile — used with a 0 floor prepended to the participant pool.
66
// See METHODOLOGY.md for the full imputation algorithm.
7-
export const IMPUTE_PERCENTILE = 30;
7+
export const IMPUTE_PERCENTILE = 15;
88

99
export const TESTS = [
1010
'k6/FS/FS01.js',

0 commit comments

Comments
 (0)