Hackfut Security File Manager
Current Path:
/opt/td-agent/embedded/lib/ruby/gems/2.4.0/gems/msgpack-1.2.9/bench
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.4.0
/
gems
/
msgpack-1.2.9
/
bench
/
📁
..
📄
pack.rb
(545 B)
📄
pack_log.rb
(905 B)
📄
pack_log_long.rb
(1.79 KB)
📄
pack_symbols.rb
(656 B)
📄
run.sh
(363 B)
📄
run_long.sh
(787 B)
📄
run_symbols.sh
(603 B)
📄
unpack.rb
(459 B)
📄
unpack_log.rb
(946 B)
📄
unpack_log_long.rb
(1.83 KB)
Editing: run_symbols.sh
#!/bin/sh # so master and this branch have the benchmark file in any case cp bench/pack_symbols.rb bench/pack_symbols_tmp.rb benchmark="" current_branch=`git rev-parse --abbrev-ref HEAD` for branch in master $current_branch; do echo "Testing branch $branch" git checkout $branch echo "Installing gem..." rake install echo "Running benchmark..." if [ "$benchmark" ]; then benchmark+=$'\n' fi benchmark+=$(viiite run bench/pack_symbols_tmp.rb) echo done rm bench/pack_symbols_tmp.rb echo "$benchmark" | viiite report --regroup bench,reg_type,count,branch
Upload File
Create Folder