Skip to content

Instantly share code, notes, and snippets.

View aqrln's full-sized avatar

Alexey Orlenko aqrln

View GitHub Profile
* frame #0: 0x0000000189738764 libsystem_kernel.dylib`__pthread_kill + 8
frame #1: 0x000000018976fc28 libsystem_pthread.dylib`pthread_kill + 288
frame #2: 0x000000018967dae8 libsystem_c.dylib`abort + 180
frame #3: 0x000000018959ee28 libsystem_malloc.dylib`malloc_vreport + 908
frame #4: 0x00000001895a26e8 libsystem_malloc.dylib`malloc_report + 64
frame #5: 0x00000001895aef20 libsystem_malloc.dylib`find_zone_and_free + 308
frame #6: 0x0000000101931538 quaint-7bc66949523444f7`_$LT$alloc..alloc..Global$u20$as$u20$core..alloc..Allocator$GT$::deallocate::hbbf6fa513855536b [inlined] alloc::alloc::dealloc::h0f88e0bee58062a7(ptr="`\xc0\xadޭ\xbe", layout=Layout @ 0x00000001701ef270) at alloc.rs:121:14
frame #7: 0x0000000101931514 quaint-7bc66949523444f7`_$LT$alloc..alloc..Global$u20$as$u20$core..alloc..Allocator$GT$::deallocate::hbbf6fa513855536b(self=0x00000001701ef480, ptr=NonNull<u8> @ 0x00000001701ef290, layout=Layout @ 0x00000001701ef260) at alloc.rs:258:22
frame #8: 0x00000001019
failures:
---- connector::sqlite::tests::in_memory_sqlite_works stdout ----
thread 'connector::sqlite::tests::in_memory_sqlite_works' panicked at 'assertion failed: matches!(err.kind(), ErrorKind :: TableDoesNotExist { .. })', src/connector/sqlite.rs:350:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
---- connector::sqlite::tests::unknown_table_should_give_a_good_error stdout ----
thread 'connector::sqlite::tests::unknown_table_should_give_a_good_error' panicked at 'Expected error TableDoesNotExist, got QueryError(PrepareFailed("SELECT `not_there`.* FROM `not_there`", "no such table: not_there"))', src/connector/sqlite.rs:324:18
---- tests::query::aliased_null_on_sqlite stdout ----
@aqrln
aqrln / linux-after.txt
Last active January 9, 2017 00:32
NodeRedis/node_redis benchmarks before and after nodejs/node#10677
clients: 1, NodeJS: 8.0.0-pre, Redis: 3.2.6, parser: javascript, connected by: socket
PING, 1/1 avg/max: 0.03/ 7.52 2501ms total, 30315 ops/sec
PING, batch 50/1 avg/max: 0.07/ 6.23 2501ms total, 668113 ops/sec
SET 4B str, 1/1 avg/max: 0.04/ 7.39 2501ms total, 26432 ops/sec
SET 4B str, batch 50/1 avg/max: 0.11/ 7.58 2501ms total, 446921 ops/sec
SET 4B buf, 1/1 avg/max: 0.08/ 7.48 2501ms total, 12261 ops/sec
SET 4B buf, batch 50/1 avg/max: 0.29/ 6.90 2501ms total, 171152 ops/sec
GET 4B str, 1/1 avg/max: 0.03/ 5.74 2501ms total, 28977 ops/sec
GET 4B str, batch 50/1 avg/max: 0.09/ 6.00 2501ms total, 525030 ops/sec
GET 4B buf, 1/1 avg/max: 0.03/ 7.64 2501ms total, 27532 ops/sec