Skip to content

Commit 2945ac1

Browse files
authored
Add poop and hyperfine (#222)
1 parent 35038e1 commit 2945ac1

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

data/tags.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
type: other
196196
- name: Bytecode/IR
197197
value: bytecode
198-
type: other
198+
type: other
199199
- name: More collections
200200
value: collection
201201
type: other
@@ -310,3 +310,6 @@
310310
- name: YAML
311311
value: yaml
312312
type: other
313+
- name: Zig
314+
value: zig
315+
type: language

data/tools/hyperfine.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: hyperfine
2+
categories:
3+
- linter
4+
tags:
5+
- rust
6+
license: Apache-2.0
7+
types:
8+
- cli
9+
source: "https://github.com/sharkdp/hyperfine"
10+
homepage: "https://github.com/sharkdp/hyperfine"
11+
description: >-
12+
A command-line benchmarking tool
13+
It features statistical analysis across multiple runs, support for arbitrary
14+
shell commands, constant feedback about the benchmark progress and current
15+
estimates, warmup runs, a simple and expressive syntax, and more.

data/tools/poop.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: poop
2+
categories:
3+
- linter
4+
tags:
5+
- zig
6+
license: MIT
7+
types:
8+
- cli
9+
source: "https://github.com/andrewrk/poop"
10+
homepage: "https://github.com/andrewrk/poop"
11+
description: >-
12+
Performance Optimizer Observation Platform
13+
This command line tool uses Linux's `perf_event_open` functionality to compare
14+
the performance of multiple commands with a colorful terminal user interface.
15+
It is similar to `hyperfine`.

0 commit comments

Comments
 (0)