Skip to content

Instantly share code, notes, and snippets.

View nickberardi's full-sized avatar

Nick Berardi nickberardi

View GitHub Profile
@nickberardi
nickberardi / cassandra_test-01.cs
Created November 15, 2011 08:49 — forked from kellabyte/cassandra_test-01.cs
Cassandra Performance Test
using System;
using System.Diagnostics;
using System.Threading.Tasks;
using FluentCassandra;
using FluentCassandra.Types;
namespace CassandraTest1
{
class Program
{