Skip to content

Instantly share code, notes, and snippets.

View karoun's full-sized avatar

Karoun Kasraie karoun

View GitHub Profile

Keybase proof

I hereby claim:

  • I am karoun on github.
  • I am karoun (https://keybase.io/karoun) on keybase.
  • I have a public key ASBivscsxr8VHBTBrEypWTls5180q20rIpa0picnK2E5vwo

To claim this, I am signing this object:

@karoun
karoun / benchmark.sh
Created October 22, 2012 21:06
A slightly improved benchmarking script for HW3 in CS186 (Fall 2012)
#!/usr/bin/env bash
# Original concept/script by Colin Chang
# Slight improvements by Karoun Kasraie
commands=$(cat <<EOF
SELECT * FROM raw_r_tuples;
SELECT * FROM raw_r_tuples;
SELECT * FROM raw_r_tuples;
SELECT * FROM raw_r_tuples r, raw_s_tuples s WHERE r.pkey = s.pkey;