Skip to content

Instantly share code, notes, and snippets.

View nberardi's full-sized avatar
😀

Nick Berardi nberardi

😀
View GitHub Profile
@nberardi
nberardi / 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
{