Renamed a test

This commit is contained in:
adrien 2026-04-21 19:41:02 +02:00
parent b9647e0426
commit 8a22788a2e

View File

@ -403,7 +403,7 @@ test "Format Quantity" {
std.debug.print("Momentum: {f}\n", .{momentum}); std.debug.print("Momentum: {f}\n", .{momentum});
} }
test "Benchmark" { test "Benchmark Scalar" {
const Io = std.Io; const Io = std.Io;
const ITERS: usize = 100_000; const ITERS: usize = 100_000;
const SAMPLES: usize = 10; // Number of samples for stats const SAMPLES: usize = 10; // Number of samples for stats