mirror of
https://github.com/ziglang/zig.git
synced 2026-01-04 12:33:19 +00:00
std.crypto benchmark: don't use a relative path to import std (#13772)
This commit is contained in:
parent
4ee79aa33c
commit
4be1bb4aac
@ -1,6 +1,6 @@
|
||||
// zig run -O ReleaseFast --zig-lib-dir ../.. benchmark.zig
|
||||
|
||||
const std = @import("../std.zig");
|
||||
const std = @import("std");
|
||||
const builtin = @import("builtin");
|
||||
const mem = std.mem;
|
||||
const time = std.time;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user