chipper

command module
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2022 License: MIT Imports: 15 Imported by: 0

README

Chipper logo

Chipper CI Go Report

👾 Chipper

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.

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/mymmrac/chipper@latest

Run

chipper

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

chipper -s

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

💾 Build & Run

Build binary

go build -o bin/chipper github.com/mymmrac/chipper

Run

./bin/chipper

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