Skip to content

Commit

Permalink
redis perf
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 28, 2012
1 parent 9e24e76 commit a456946
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Readme.md
Expand Up @@ -187,9 +187,12 @@ var log = jog(new jog.RedisStore);
## Performance

No profiling or optimizations yet but the `FileStore` can
stream back 256,832 documents (~21MB) in 1.2 seconds on my
stream back 250,000 documents (~21MB) in 1.2 seconds on my
macbook air.

The `RedisStore` with 250,000 documents streamed back
in 2.8 seconds on my air.

## Running tests

```
Expand Down

0 comments on commit a456946

Please sign in to comment.