Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

To claim this, I am signing this object:

/*
var factory = await TestHelper.GetFactoryAsync(_output);
await factory.CreateSeasonAsync(TestSeasonAddress);
var newVersion = await TestHelper.GetFactoryAsync(_output);
await factory.MigrateToNewVersionAsync(newVersion.Address);
var lastSeason = await factory.GetLastSeasonAsync();
Assert.Null(lastSeason);
*/
@cheme
cheme / RustCrypto ultra small bench
Created August 7, 2018 13:05
rust bench RustCrypto branch of parity-crypto
from
```rust
#![feature(test)]
extern crate parity_crypto;
extern crate test;
macro_rules! benches {
($n:ident, $x:expr) => {
@cheme
cheme / MisperimentOfGraphDBRDF.md
Last active December 13, 2015 18:29
Notes on testing Neo4j and Virtuoso

Misgoals of this misperiment

The first goal to describe a little what would be call misperimenting with graphDB, RDF, and all fun stuff, without being to formal, and (I am very sorry for that) some misenglish everywhere.

And of course if it could help or inspire anyone for more useful tests it should be great (in did this a few month ago but have not time to pursue).

A graphDB for everything

There are not so many graphDB implementations, it is quiet odd considering the hype of NoSql idea and current social graph applications.