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

Request detailed time usage for individual modules #39

Open
CarterLi opened this issue Sep 12, 2024 · 1 comment
Open

Request detailed time usage for individual modules #39

CarterLi opened this issue Sep 12, 2024 · 1 comment
Labels
performance Performance issue.

Comments

@CarterLi
Copy link
Contributor

I'd like to see which module of crab is faster.

  • crabfetch --benchmark
  • fastfetch --stat

Also you should use this fastfetch config

{
  "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  "display": {
    "separator": " > "
  },
  "modules": [
    "title",
    {
      "type": "separator",
      "length": 16 // print 16 charactors to match crab
    },

    "cpu",
    {
      "type": "gpu",
      "detectionMethod": "auto" // ignore disabled gpus
    },
    "memory",
    "swap",
    "disk",
    "host",
    "chassis",
    "display",

    "os",
    "kernel",
    "packages",
    "de",
    "terminal",
    "shell",
    "editor",
    "uptime",
    "locale",
    "media",
    "initsystem",
    "processes",
    "battery",
    "localip",

    "break",
    "colors"
  ]
}

Strangely, the default color for fastfetch is green for Arch Linux. I wonder how you made it magenta without specifying it in the config file

@CarterLi CarterLi added the performance Performance issue. label Sep 12, 2024
@LivacoNew
Copy link
Owner

the default color for fastfetch is green for Arch Linux
blue, but asides from that the readme uses different configs from the benchmarks, although colors are the only change

will update configs on the benchmarks wiki later, got other things i would like to focus on asides from rebenchmarking on my laptop once again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance issue.
Projects
None yet
Development

No branches or pull requests

2 participants