Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove needless scripts #1949

Merged
merged 3 commits into from
May 14, 2024
Merged

docs: remove needless scripts #1949

merged 3 commits into from
May 14, 2024

Commits on May 14, 2024

  1. docs: remove needless scripts

    * there's no need for `install.sh` when it's just
      `./scripts/install_zig.sh && ./zig/zig build -Drelease -Dconfig=production`
    * there's no need to call `zig build install`, install is the default
      step
    * git hook uses the wrong zig, and in general hooks are very
      developer-specific
    matklad committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5d5ec18 View commit details
    Browse the repository at this point in the history
  2. docs: drop benchmark section from readme

    I think it is quiet useless, because it doesn't explain what exactly is
    benchmarked and how to interpret the results.
    matklad committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8ca00f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b98116 View commit details
    Browse the repository at this point in the history