chipper

command module
v0.0.0-...-516eae0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2023 License: MIT Imports: 15 Imported by: 0

README

👾 Chipper

Chipper CI Go Report

Chipper is a small tool for testing CPUs.

It runs multiple tests and measures execution time. Based on that time, you can relatively compare CPUs.

Chipper screenshot

Note: Keep in mind that results may vary from run to run, and results don't show the real picture of which CPU is better. Speed of terminal, RAM, or even already running processes may dramatically affect results.

📋 Available tests

  • Fibonacci sequence (1, 1, 2, 3, 5)
  • Factorial (1, 2, 6, 24, 120)
  • Trigonometry (atan(tan(atan(... + e))))

⚡️ Install & Run

Install using go install

go install github.com/bingoohuang/chipper@latest

Note: Make sure to add $GOPATH/bin to $PATH

Run

chipper

Or run in pretty-ui without pretty TUI (maybe slightly faster)

chipper -s

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package core contains fundamental things related to tests
Package core contains fundamental things related to tests
Package tests contains all tests that can be executed
Package tests contains all tests that can be executed

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL