fix: Add ns3-mini

This commit is contained in:
Wanjohi
2025-11-03 17:55:22 +03:00
parent caf0bbbee2
commit c99962ee1d
2 changed files with 2 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ import { Examples } from "../examples.js";
// Basic types we need // Basic types we need
export const MachinePresetName = z.enum([ export const MachinePresetName = z.enum([
"ns3-micro", "ns3-micro",
"ns3-mini",
"ns3-small", "ns3-small",
"ns3-medium", "ns3-medium",
"ns3-large", "ns3-large",

View File

@@ -1,11 +1,10 @@
import { session } from "../src/index.js"; import { session } from "../src/index.js";
const myTestSession = session({ const myTestSession = session({
id: "test-session",
description: "A game test session", description: "A game test session",
resolution: "1080x1920", resolution: "1080x1920",
videoBitDepth: 8, videoBitDepth: 8,
machine: "gpu-medium", machine: "ns3-medium",
videoCodec: "h264", videoCodec: "h264",
framerate: 60, framerate: 60,
audioBitrate: 128, audioBitrate: 128,