mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-20 02:29:36 -06:00
test: increase transpile perf max time
This commit is contained in:
parent
03163c0a97
commit
b29018b97c
@ -385,8 +385,8 @@ test "component_optional_error" {
|
||||
|
||||
test "flaky: performance > transpile" {
|
||||
if (!test_util.shouldRunSlowTest()) return;
|
||||
const MAX_TIME_MS = 50.0 * 9; // 50ms is on M1 Pro
|
||||
const MAX_TIME_PER_FILE_MS = 8.0 * 10; // 5ms is on M1 Pro
|
||||
const MAX_TIME_MS = 50.0 * 12; // 50ms is on M1 Pro
|
||||
const MAX_TIME_PER_FILE_MS = 8.0 * 12; // 5ms is on M1 Pro
|
||||
|
||||
var total_time_ns: f64 = 0.0;
|
||||
inline for (TestFileCache.test_files) |comptime_path| {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user