Mercurial
diff gui_ze/BUILD @ 23:2d0d0b6c8906
[GuiZe] Adding TTFB calculating script.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Tue, 07 Oct 2025 08:55:40 -0700 |
| parents | de54585a40f1 |
| children | 24fe8ff94056 |
line wrap: on
line diff
--- a/gui_ze/BUILD Tue Oct 07 07:11:02 2025 -0700 +++ b/gui_ze/BUILD Tue Oct 07 08:55:40 2025 -0700 @@ -1,6 +1,15 @@ load(":gui_ze.bzl", "foo_binary") -print("BUILD file") -foo_binary(name = "bin1") -foo_binary(name = "bin2") +# Test making tools. +# ----- +# print("BUILD file") +# foo_binary(name = "bin1") +# foo_binary(name = "bin2") +# assume it has curl lmao +sh_binary( + name = "ttfb", + srcs = ["time_to_first_byte.sh"], + visibility = ["//visibility:public"], +) +