mirror of
https://github.com/mikkelam/fast-cli.git
synced 2025-12-18 12:54:05 +00:00
fix latency tester import
This commit is contained in:
parent
bbaab5f026
commit
53a7ee4b6e
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ test "all" {
|
||||||
// Core lib modules with tests
|
// Core lib modules with tests
|
||||||
_ = @import("lib/fast.zig");
|
_ = @import("lib/fast.zig");
|
||||||
_ = @import("lib/bandwidth.zig");
|
_ = @import("lib/bandwidth.zig");
|
||||||
_ = @import("lib/latency.zig");
|
_ = @import("lib/http_latency_tester.zig");
|
||||||
_ = @import("lib/workers/speed_worker.zig");
|
_ = @import("lib/workers/speed_worker.zig");
|
||||||
|
|
||||||
// Dedicated test modules
|
// Dedicated test modules
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue