5e30c3fe1b79 ^
513a35b503b4 ^
1 2
3
4 5 6 7 8 9 10
# -*- mode: snippet -*- # name: benchmark # uuid: benchmark # key: bench # condition: t # -- #[bench] fn ${1:benchmark_name}(b: &mut Bencher) { `%`b.iter(|| $0); }