Skip to content

Instantly share code, notes, and snippets.

View hqsz's full-sized avatar
🔥
Burning with passion again

Sang-Heon Jeon hqsz

🔥
Burning with passion again
View GitHub Profile
⭐ Total Stars: 2
➕ Total Commits: 1.7k
🔀 Total PRs: 68
🚩 Total Issues: 36
📦 Contributed to: 8
🌞 Morning 1 commits █▍░░░░░░░░░░░░░░░░░░░ 6.7%
🌆 Daytime 4 commits █████▌░░░░░░░░░░░░░░░ 26.7%
🌃 Evening 8 commits ███████████▏░░░░░░░░░ 53.3%
🌙 Night 2 commits ██▊░░░░░░░░░░░░░░░░░░ 13.3%
#![feature(test)]
extern crate test;
#[cfg(test)]
mod benchs {
use crate::parser;
use std::{fs::File, io::Read};
use test::Bencher;
macro_rules! bench_source {
set nocompatible
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
Plugin 'vim-airline/vim-airline'