Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
criterion-stats 0.1.1 - Docs.rs
[go: Go Back, main page]

criterion-stats 0.1.1

Criterion's statistics library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
RUSTC = rustc -O --cfg ndebug -L target/release/deps -L target/release --out-dir target/release --crate-name test

.PHONY: all bench test

all:
	cargo build --release

bench:
	cargo bench

test:
	# Without the filter, this command runs both the tests and the benchmarks!
	cargo bench -- --test ::test::